Results

By type

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

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

2022-05-07T05:03:28.299Z||main|||||INFO|500||The following profiles are active: basic
2022-05-07T05:03:34.927Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-07T05:03:34.927Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-07T05:03:34.992Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-07T05:03:37.366Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-07T05:03:37.686Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-07T05:03:38.095Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-07T05:03:38.105Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-07T05:03:38.178Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-07T05:03:38.308Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-07T05:03:38.661Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-07T05:03:40.037Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-07T05:03:41.429Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-07T05:03:41.467Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-07T05:03:42.078Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-07T05:03:42.303Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-07T05:03:42.928Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-07T05:03:43.665Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-07T05:03:43.680Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-07T05:03:43.681Z||main|||||WARN|500||The sdc end point is not alive
2022-05-07T05:03:45.300Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-07T05:03:47.221Z||main|||||WARN|500||---
2022-05-07T05:03:47.221Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-07T05:03:47.221Z||main|||||WARN|500||---
2022-05-07T05:03:47.515Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-07T05:03:50.765Z||main|||||INFO|500||Started Application in 24.172 seconds (JVM running for 25.297)
2022-05-07T05:03:50.779Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-07T05:03:50.780Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-07T05:03:50.790Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-07T05:03:50.806Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-07T05:03:50.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b1dc42a1-3533-446e-a736-dd595a1d6ca6 url= /sdc/v1/artifactTypes
2022-05-07T05:03:50.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-07T05:03:51.009Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-07T05:03:51.025Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-07T05:03:51.040Z||scheduling-1|||||DEBUG|500||create keys
2022-05-07T05:03:51.045Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-07T05:03:51.068Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:03:51.107Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 52a0d5a7-6846-4ec6-a88c-7c2edb1c03d7 url= /sdc/v1/registerForDistribution
2022-05-07T05:03:51.338Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 52a0d5a7-6846-4ec6-a88c-7c2edb1c03d7 url= /sdc/v1/registerForDistribution
2022-05-07T05:03:51.339Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-07T05:03:51.351Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:03:51.351Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:03:51.355Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-07T05:03:51.361Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:03:51.362Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:03:51.361Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:03:51.363Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:04:01.631Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:04:01.632Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:04:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:04:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:04:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:04:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:04:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:04:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:05:00.904Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:05:00.904Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:05:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:05:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:05:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:05:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:05:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:05:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:06:00.899Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:06:00.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:06:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:06:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:06:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:06:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:06:51.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:06:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:07:00.895Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:07:00.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:07:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:07:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:07:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:07:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:07:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:07:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:08:00.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:08:00.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:08:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:08:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:08:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:08:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:08:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:08:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:09:00.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:09:00.891Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:09:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:09:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:09:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:09:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:09:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:09:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:10:00.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:10:00.902Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:10:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:10:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:10:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:10:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:10:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:10:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:11:00.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:11:00.899Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:11:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:11:51.349Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:11:51.370Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:11:51.370Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:11:51.370Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:11:51.370Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:12:00.914Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:12:00.916Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:12:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:12:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:12:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:12:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:12:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:12:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:13:00.900Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:13:00.900Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:13:47.218Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-07T05:13:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:13:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:13:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:13:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:13:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:13:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:14:00.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:14:00.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:14:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:14:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:14:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:14:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:14:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:14:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:15:00.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:15:00.940Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:15:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:15:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:15:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:15:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:15:51.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:15:51.353Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:16:00.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:16:00.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:16:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:16:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:16:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:16:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:16:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:16:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:17:00.886Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:17:00.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:17:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:17:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:17:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:17:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:17:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:17:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:18:00.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:18:00.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:18:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:18:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:18:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:18:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:18:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:18:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:19:00.893Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:19:00.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:19:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:19:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:19:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:19:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:19:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:19:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:20:00.897Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:20:00.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:20:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:20:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:20:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:20:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:20:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:20:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:21:00.915Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:21:00.916Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:21:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:21:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:21:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:21:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:21:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:21:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:22:00.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:22:00.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:22:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:22:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:22:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:22:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:22:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:22:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:23:00.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:23:00.899Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:23:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:23:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:23:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:23:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:23:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:23:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:24:00.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:24:00.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:24:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:24:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:24:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:24:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:24:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:24:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:25:00.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:25:00.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:25:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:25:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:25:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:25:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:25:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:25:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:26:00.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:26:00.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:26:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:26:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:26:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:26:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:26:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:26:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:27:00.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:27:00.902Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:27:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:27:51.350Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:27:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:27:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:27:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:27:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:28:00.898Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:28:00.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:28:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:28:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:28:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:28:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:28:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:28:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:29:00.893Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:29:00.893Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:29:51.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:29:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:29:51.352Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:29:51.352Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:29:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:29:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:30:00.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:30:00.901Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:30:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:30:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:30:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:30:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:30:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:30:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:31:00.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:31:00.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:31:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:31:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:31:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:31:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:31:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:31:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:32:00.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:32:00.890Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:32:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:32:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:32:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:32:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:32:51.352Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:32:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:33:00.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:33:00.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:33:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:33:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:33:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:33:51.351Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:33:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:33:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:34:00.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:34:00.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:34:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:34:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:34:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:34:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:34:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:34:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:35:00.892Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:35:00.892Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:35:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:35:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:35:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:35:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:35:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:35:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:36:00.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:36:00.891Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:36:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:36:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:36:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:36:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:36:51.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:36:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:37:00.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:37:00.888Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:37:51.349Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:37:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:37:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:37:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:37:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:37:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:38:00.892Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:38:00.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:38:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:38:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:38:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:38:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:38:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:38:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:39:00.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:39:00.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:39:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:39:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:39:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:39:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:39:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:39:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:40:00.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:40:00.897Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:40:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:40:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:40:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:40:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:40:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:40:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:41:00.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:41:00.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:41:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:41:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:41:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:41:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:41:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:41:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:42:00.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:42:00.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:42:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:42:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:42:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:42:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:42:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:42:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:43:00.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:43:00.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:43:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:43:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:43:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:43:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:43:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:43:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:44:00.888Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:44:00.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:44:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:44:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:44:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:44:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:44:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:44:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:45:00.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:45:00.900Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:45:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:45:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:45:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:45:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:45:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:45:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:46:00.919Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:46:00.919Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:46:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:46:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:46:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:46:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:46:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:46:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:47:00.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:47:00.894Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:47:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:47:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:47:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:47:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:47:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:47:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:48:00.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:48:00.894Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:48:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:48:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:48:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:48:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:48:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:48:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:49:00.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:49:00.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:49:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:49:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:49:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:49:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:49:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:49:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:50:00.891Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:50:00.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:50:51.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:50:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:50:51.352Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:50:51.352Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:50:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:50:51.352Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:51:00.903Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:51:00.903Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:51:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:51:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:51:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:51:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:51:51.350Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:51:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:52:00.893Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:52:00.896Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:52:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:52:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:52:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:52:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:52:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:52:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:53:00.895Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:53:00.895Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:53:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:53:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:53:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:53:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:53:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:53:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:54:00.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:54:00.892Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:54:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:54:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:54:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:54:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:54:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:54:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:55:00.890Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:55:00.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:55:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:55:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:55:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:55:51.351Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:55:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:55:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:56:00.894Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:56:00.896Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:56:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:56:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:56:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:56:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:56:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:56:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:57:00.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:57:00.900Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:57:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:57:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:57:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:57:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:57:51.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:57:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:58:00.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:58:00.948Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:58:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:58:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:58:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:58:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:58:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:58:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T05:59:00.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:59:00.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T05:59:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:59:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:59:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T05:59:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T05:59:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T05:59:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:00:00.888Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:00:00.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:00:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:00:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:00:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:00:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:00:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:00:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:01:00.889Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:01:00.890Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:01:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:01:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:01:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:01:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:01:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:01:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:02:00.911Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:02:00.912Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:02:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:02:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:02:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:02:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:02:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:02:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:03:00.887Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:03:00.888Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:03:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:03:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:03:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:03:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:03:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:03:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:04:00.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:04:00.891Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:04:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:04:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:04:51.350Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:04:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:04:51.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:04:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:05:00.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:05:00.924Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:05:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:05:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:05:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:05:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:05:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:05:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:06:00.892Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:06:00.892Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:06:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:06:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:06:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:06:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:06:51.352Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:06:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:07:00.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:07:00.902Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:07:51.349Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:07:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:07:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:07:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:07:51.350Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:07:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:08:00.922Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:08:00.922Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:08:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:08:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:08:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:08:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:08:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:08:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:09:00.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:09:00.885Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:09:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:09:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:09:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:09:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:09:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:09:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:10:00.909Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:10:00.911Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:10:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:10:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:10:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:10:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:10:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:10:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:11:00.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:11:00.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:11:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:11:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:11:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:11:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:11:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:11:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:12:00.888Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:12:00.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:12:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:12:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:12:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:12:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:12:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:12:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:13:00.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:13:00.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:13:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:13:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:13:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:13:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:13:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:13:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:14:00.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:14:00.887Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:14:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:14:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:14:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:14:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:14:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:14:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:15:00.891Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:15:00.892Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:15:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:15:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:15:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:15:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:15:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:15:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:16:00.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:16:00.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:16:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:16:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:16:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:16:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:16:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:16:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:17:00.890Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:17:00.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:17:51.348Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:17:51.349Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:17:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:17:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:17:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:17:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:18:00.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:18:00.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:18:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:18:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:18:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:18:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:18:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:18:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:19:00.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:19:00.894Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:19:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:19:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:19:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:19:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:19:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:19:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:20:00.884Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:20:00.886Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:20:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:20:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:20:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:20:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:20:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:20:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:21:00.890Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:21:00.890Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:21:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:21:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:21:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:21:51.350Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:21:51.351Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:21:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:22:00.898Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:22:00.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:22:51.348Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:22:51.349Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:22:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:22:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:22:51.353Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:22:51.353Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:23:00.889Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:23:00.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:23:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:23:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:23:51.350Z||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-05-07T06:23:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:23:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:23:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:24:00.885Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:24:00.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:24:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:24:51.349Z||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-05-07T06:24:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:24:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:24:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:24:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:25:00.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:25:00.886Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:25:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:25:51.349Z||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-05-07T06:25:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:25:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:25:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:25:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:26:00.885Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:26:00.886Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:26:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:26:51.349Z||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-05-07T06:26:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:26:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:26:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:26:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:27:00.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:27:00.899Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:27:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:27:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:27:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:27:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:27:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:27:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:28:00.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:28:00.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:28:41.509Z||http-nio-8085-exec-6|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T06:28:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:28:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:28:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:28:51.350Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:28:51.351Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:28:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:29:00.888Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:29:00.889Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:29:51.348Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:29:51.349Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:29:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:29:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:29:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:29:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:30:00.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:30:00.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:30:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:30:51.349Z||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-05-07T06:30:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:30:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:30:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:30:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:31:00.917Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:31:00.916Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:31:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:31:51.349Z||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-05-07T06:31:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:31:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:31:51.351Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:31:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:32:00.906Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:32:00.906Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:32:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:32:51.348Z||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-05-07T06:32:51.348Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:32:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:32:51.350Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:32:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:33:00.884Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:33:00.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:33:51.348Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:33:51.350Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:33:51.351Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:33:51.351Z||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-05-07T06:33:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:33:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:34:00.901Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:34:00.901Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:34:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:34:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:34:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:34:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:34:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:34:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:35:00.899Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:00.933Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:51.348Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:35:51.349Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:35:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:35:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:35:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:35:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:35:51.971Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:51.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"58eec28e-c2e8-4439-8d5a-406fd30dcba5","serviceName":"basic_onboard_HmvmBx","serviceVersion":"1.0","serviceUUID":"a40e3ceb-462f-47d5-a3a6-424b7815406a","serviceDescription":"service","serviceInvariantUUID":"e18a7ad0-33d7-4573-a886-8aad05f011bf","resources":[{"resourceInstanceName":"basic_onboard_HmvmBx 0","resourceName":"basic_onboard_HmvmBx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a4ddca2-aefe-4f6a-861f-778f7daa6328","resourceInvariantUUID":"c9aedde9-407d-4e9f-85bc-422ed18fdf07","resourceCustomizationUUID":"8170db3e-a7d1-45ab-a83c-b2b4022d717e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml","artifactChecksum":"YWI4OWFmMGQ3ZWU2MzAxMWMzMDQzZTdiNWQ3NzZkNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86888750-b5dd-4089-a702-aee55c500346","artifactVersion":"1"},{"artifactName":"basic_onboard_hmvmbx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json","artifactChecksum":"N2MyMDg2MDdkOGFiMzVkODBlMzI4MWJmYzI0ZjQyZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0e9a9448-b341-4d64-bea2-30a6ea81f0c2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"665f61b2-6523-47e8-a059-62f59512214f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40e17ee9-a162-4167-b92a-743e6d7bfb3d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6c47e0a-153e-4c88-8fd7-4d6fe44f790f","artifactVersion":"2","generatedFromUUID":"665f61b2-6523-47e8-a059-62f59512214f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHmvmbx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml","artifactChecksum":"ZmNhMjBkMDZmMDkyMTAzNTFmYzRjMmVlZWU1YTc3MTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb0a6d70-b1b0-4dc4-835b-0d709f1fc410","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHmvmbx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar","artifactChecksum":"NjA5YzNiNjgwZGQxZTEwYmVkN2FjN2M5ZGM2Y2ZhZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96ec3468-7e8b-48ae-a09b-d2f433ed46d4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:35:51.976Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:51.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905305530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.988Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:51.994Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905310418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905305530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905310418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905305530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905310418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905313830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905305530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905310418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905313830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905305530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905310418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905313830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905316382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905305530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905310418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905313830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905316382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905305530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905310418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905313830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905316382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905318640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:51.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905313830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905316382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905318640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905320832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905320189,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905313830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905316382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905318640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905316382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905318640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905316472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905323082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905322510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905316382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905318640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "cds",
  "timestamp": 1651905323530,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-05-07T06:35:52.015Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:52.015Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.115Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-07T06:35:52.120Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:52.120Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.133Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:52.134Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:52.135Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.148Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905318640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905325354,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905325645,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.164Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905318640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905325330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905326406,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.174Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.174Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905326341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905327411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "policy-id",
  "timestamp": 1651905327347,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.184Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.184Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T06:35:52.190Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.190Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905328456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905328456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905330593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905328456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905331602,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.194Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.194Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905328456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905328456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905331961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:35:52.200Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905328456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.201Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "aai-ml",
  "timestamp": 1651905332966,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.204Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.204Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905328456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905341602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905343610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:35:52.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "clamp",
  "timestamp": 1651905344614,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:35:52.213Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58eec28e-c2e8-4439-8d5a-406fd30dcba5
2022-05-07T06:35:52.213Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:35:53.023Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:53.027Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:53.029Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:53.029Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:35:53.129Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:53.130Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:53.131Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:53.140Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:53.141Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:54.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:54.030Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:54.033Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:54.033Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:35:54.133Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:54.134Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:54.134Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:54.148Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:54.149Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:55.033Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:55.035Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:55.038Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:55.038Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:55.138Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:55.139Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:55.139Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:55.150Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:55.150Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:56.039Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:56.040Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:56.041Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:56.042Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T06:35:56.142Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:56.143Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:56.143Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:56.154Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:56.155Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:35:57.042Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:57.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:57.046Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:57.047Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:35:57.147Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:35:57.148Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:57.148Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:57.157Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:57.157Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:58.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:35:58.049Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:58.051Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:58.052Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:35:58.152Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:35:58.152Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:58.152Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:58.164Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:58.164Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:35:59.054Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "serviceName": "basic_onboard_HmvmBx",
  "serviceVersion": "1.0",
  "serviceUUID": "a40e3ceb-462f-47d5-a3a6-424b7815406a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e18a7ad0-33d7-4573-a886-8aad05f011bf",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_HmvmBx 0",
      "resourceCustomizationUUID": "8170db3e-a7d1-45ab-a83c-b2b4022d717e",
      "resourceName": "basic_onboard_HmvmBx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1a4ddca2-aefe-4f6a-861f-778f7daa6328",
      "resourceInvariantUUID": "c9aedde9-407d-4e9f-85bc-422ed18fdf07",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_hmvmbx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
          "artifactChecksum": "N2MyMDg2MDdkOGFiMzVkODBlMzI4MWJmYzI0ZjQyZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0e9a9448-b341-4d64-bea2-30a6ea81f0c2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "665f61b2-6523-47e8-a059-62f59512214f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b6c47e0a-153e-4c88-8fd7-4d6fe44f790f",
            "generatedFromUUID": "665f61b2-6523-47e8-a059-62f59512214f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b6c47e0a-153e-4c88-8fd7-4d6fe44f790f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHmvmbx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
      "artifactChecksum": "NjA5YzNiNjgwZGQxZTEwYmVkN2FjN2M5ZGM2Y2ZhZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96ec3468-7e8b-48ae-a09b-d2f433ed46d4"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:35:59.056Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:35:59.056Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a40e3ceb-462f-47d5-a3a6-424b7815406a ASDC
2022-05-07T06:35:59.131Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:58eec28e-c2e8-4439-8d5a-406fd30dcba5
ServiceName:basic_onboard_HmvmBx
ServiceVersion:1.0
ServiceUUID:a40e3ceb-462f-47d5-a3a6-424b7815406a
ServiceInvariantUUID:e18a7ad0-33d7-4573-a886-8aad05f011bf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHmvmbx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
ArtifactUUID:96ec3468-7e8b-48ae-a09b-d2f433ed46d4
ArtifactChecksum:NjA5YzNiNjgwZGQxZTEwYmVkN2FjN2M5ZGM2Y2ZhZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HmvmBx 0
ResourceCustomizationUUID:8170db3e-a7d1-45ab-a83c-b2b4022d717e
ResourceInvariantUUID:c9aedde9-407d-4e9f-85bc-422ed18fdf07
ResourceName:basic_onboard_HmvmBx
ResourceType:VF
ResourceUUID:1a4ddca2-aefe-4f6a-861f-778f7daa6328
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hmvmbx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
ArtifactUUID:0e9a9448-b341-4d64-bea2-30a6ea81f0c2
ArtifactChecksum:N2MyMDg2MDdkOGFiMzVkODBlMzI4MWJmYzI0ZjQyZTU=
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/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:665f61b2-6523-47e8-a059-62f59512214f
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/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
ArtifactUUID:b6c47e0a-153e-4c88-8fd7-4d6fe44f790f
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/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
ArtifactUUID:b6c47e0a-153e-4c88-8fd7-4d6fe44f790f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T06:35:59.132Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a40e3ceb-462f-47d5-a3a6-424b7815406a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:35:59.175Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:35:59.175Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-07T06:35:59.176Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-07T06:35:59.177Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 96ec3468-7e8b-48ae-a09b-d2f433ed46d4 from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:35:59.177Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:35:59.178Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:35:59.385Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:35:59.394Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar 96ec3468-7e8b-48ae-a09b-d2f433ed46d4 71572
2022-05-07T06:35:59.396Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar ASDC sendASDCNotification
2022-05-07T06:35:59.396Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:35:59.396Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:35:59.397Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:35:59.398Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:35:59.399Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905359395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:35:59.499Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:35:59.500Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:35:59.500Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:35:59.511Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:35:59.511Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:00.399Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:36:00.400Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-07T06:36:00.401Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 96ec3468-7e8b-48ae-a09b-d2f433ed46d4, URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar to file: /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.401Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.497Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.497Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:00.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10914154402500087069/Definitions/service-BasicOnboardHmvmbx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T06:36:01.719Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:36:01.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-07T06:36:01.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.722Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HmvmBx 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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||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-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:01.723Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-07T06:36:01.727Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.728Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.730Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.730Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-07T06:36:01.731Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-07T06:36:01.732Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:36:01.733Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.733Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:36:01.736Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.736Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.736Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is not matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:36:01.737Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2c5a5261-f92b-4d66-a267-2616d331c1dd
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:01.738Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_HmvmBx
Description:service
Model UUID:a40e3ceb-462f-47d5-a3a6-424b7815406a
Model Version:NULL
Model InvariantUuid:e18a7ad0-33d7-4573-a886-8aad05f011bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_HmvmBx
Model UUID:9a1fd15b-ca33-4c7c-a182-3419df4586b5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9aedde9-407d-4e9f-85bc-422ed18fdf07
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8170db3e-a7d1-45ab-a83c-b2b4022d717e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:92969a87-4a68-40b5-b8ef-60a548324c19
ModelName:BasicOnboardHmvmbx..base_ubuntu18..module-0
ModelUuid:6bc625f8-ecd9-4ec6-98bd-6759e6265427
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2c5a5261-f92b-4d66-a267-2616d331c1dd
ModelInvariantUuid:4fa4ae6c-7775-4474-abbf-042721504647
ModelName:basic_onboard_HmvmBx-nodes.ubuntu18Cvfc
ModelUuid:5bdb81b8-caca-485a-b010-08fecdd3ea9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:3205c044-319f-4e6a-ab6e-3e1a62f9a810
ModelInvariantUuid:83afe0aa-8e3b-4655-8b67-741f738c682b
ModelName:BasicOnboardHmvmbx.compute.nodes.heat.ubuntu18
ModelUuid:418be9c4-71e8-4662-b5ab-507abc534ed4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:36:01.748Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a4ddca2-aefe-4f6a-861f-778f7daa6328
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:01.804Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||basic_onboard_HmvmBx 0
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a4ddca2-aefe-4f6a-861f-778f7daa6328
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e9a9448-b341-4d64-bea2-30a6ea81f0c2 from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:36:01.808Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:01.946Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json 0e9a9448-b341-4d64-bea2-30a6ea81f0c2 798
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json ASDC sendASDCNotification
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:01.947Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:01.948Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:01.951Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:01.951Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905361947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:36:02.051Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:02.052Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:02.052Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:02.062Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:02.062Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:02.952Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHmvmbx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "92969a87-4a68-40b5-b8ef-60a548324c19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6bc625f8-ecd9-4ec6-98bd-6759e6265427",
    "vfModuleModelCustomizationUUID": "d2d2c033-8065-49bf-82e6-ce6de39a9400",
    "isBase": true,
    "artifacts": [
      "665f61b2-6523-47e8-a059-62f59512214f",
      "b6c47e0a-153e-4c88-8fd7-4d6fe44f790f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:36:02.968Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHmvmbx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bc625f8-ecd9-4ec6-98bd-6759e6265427
VfModuleModelInvariantUUID:92969a87-4a68-40b5-b8ef-60a548324c19
VfModuleModelDescription:NULL
Artifacts UUID List:{
665f61b2-6523-47e8-a059-62f59512214f
,
b6c47e0a-153e-4c88-8fd7-4d6fe44f790f

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

isBase:true


}

2022-05-07T06:36:02.969Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHmvmbx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "92969a87-4a68-40b5-b8ef-60a548324c19",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6bc625f8-ecd9-4ec6-98bd-6759e6265427",
    "vfModuleModelCustomizationUUID": "d2d2c033-8065-49bf-82e6-ce6de39a9400",
    "isBase": true,
    "artifacts": [
      "665f61b2-6523-47e8-a059-62f59512214f",
      "b6c47e0a-153e-4c88-8fd7-4d6fe44f790f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:36:02.969Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHmvmbx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6bc625f8-ecd9-4ec6-98bd-6759e6265427
VfModuleModelInvariantUUID:92969a87-4a68-40b5-b8ef-60a548324c19
VfModuleModelDescription:NULL
Artifacts UUID List:{
665f61b2-6523-47e8-a059-62f59512214f
,
b6c47e0a-153e-4c88-8fd7-4d6fe44f790f

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

isBase:true


}

2022-05-07T06:36:02.970Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 665f61b2-6523-47e8-a059-62f59512214f from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:02.970Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:36:02.970Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:03.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:03.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml 665f61b2-6523-47e8-a059-62f59512214f 5033
2022-05-07T06:36:03.019Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T06:36:03.019Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:03.019Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:03.020Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:03.022Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:03.022Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905363019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:36:03.122Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:36:03.123Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:03.123Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:03.134Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:03.135Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:04.023Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b6c47e0a-153e-4c88-8fd7-4d6fe44f790f from URL: /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:04.024Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-07T06:36:04.025Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:04.066Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:04.066Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env b6c47e0a-153e-4c88-8fd7-4d6fe44f790f 909
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:04.067Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:04.069Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:04.070Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905364066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:36:04.170Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:04.170Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:04.171Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:04.181Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:04.182Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:05.070Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a40e3ceb-462f-47d5-a3a6-424b7815406a
2022-05-07T06:36:05.071Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HmvmBx 0 1a4ddca2-aefe-4f6a-861f-778f7daa6328 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:05.095Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@603724b8, org.onap.sdc.toscaparser.api.parameters.Input@488c2e5a, org.onap.sdc.toscaparser.api.parameters.Input@42ed3335, org.onap.sdc.toscaparser.api.parameters.Input@4ba16c8a, org.onap.sdc.toscaparser.api.parameters.Input@12ea93a2]
2022-05-07T06:36:05.097Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8170db3e-a7d1-45ab-a83c-b2b4022d717e
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8170db3e-a7d1-45ab-a83c-b2b4022d717e matches Tosca VF Customization UUID: 8170db3e-a7d1-45ab-a83c-b2b4022d717e
2022-05-07T06:36:05.098Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8170db3e-a7d1-45ab-a83c-b2b4022d717e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:36:05.103Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.103Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8170db3e-a7d1-45ab-a83c-b2b4022d717e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58bdba23
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.104Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:36:05.105Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d2d2c033-8065-49bf-82e6-ce6de39a9400
2022-05-07T06:36:05.105Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d2d2c033-8065-49bf-82e6-ce6de39a9400
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:36:05.118Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.118Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.118Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is not matching search criteria
2022-05-07T06:36:05.119Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:36:05.120Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:36:05.120Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2c5a5261-f92b-4d66-a267-2616d331c1dd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:36:05.124Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.124Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.124Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:36:05.125Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.125Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HmvmBx 0 is matching search criteria
2022-05-07T06:36:05.125Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HmvmBx 0] matching following query criteria: sdcType=VF, customizationUUID=8170db3e-a7d1-45ab-a83c-b2b4022d717e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:05.126Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a40e3ceb-462f-47d5-a3a6-424b7815406a: basic_onboard_HmvmBx
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.127Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HmvmBx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:36:05.128Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_HmvmBx 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:36:05.234Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HmvmBx 1a4ddca2-aefe-4f6a-861f-778f7daa6328 1 ASDC deployResourceStructure
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json ASDC sendASDCNotification
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:05.235Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:05.236Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:05.237Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905365235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:36:05.337Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:05.338Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:05.338Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:05.349Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:05.350Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:06.238Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T06:36:06.238Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml
2022-05-07T06:36:06.238Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:06.239Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:06.241Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:06.241Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905366237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:36:06.341Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:36:06.343Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:06.343Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:06.354Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:06.355Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:07.243Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T06:36:07.244Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env
2022-05-07T06:36:07.244Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:07.245Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:07.248Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:07.248Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905367243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:36:07.348Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:36:07.350Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:07.350Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:07.361Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:07.362Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar ASDC sendASDCNotification
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:36:08.250Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:08.252Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:08.252Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905368250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:36:08.352Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:08.353Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:08.354Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:08.370Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:08.371Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:09.253Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:36:09.275Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:36:09.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:36:09.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:36:09.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:36:09.279Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:36:09.283Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:36:39.283Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:36:39.291Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and serviceModelVersionId: a40e3ceb-462f-47d5-a3a6-424b7815406a
2022-05-07T06:36:39.291Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e18a7ad0-33d7-4573-a886-8aad05f011bf
2022-05-07T06:36:47.278Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0
2022-05-07T06:36:47.352Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:36:47.662Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-07T06:36:47.665Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0|INFO|500||Invoke
2022-05-07T06:36:47.735Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:36:49.017Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0|INFO|500||InvokeReturn
2022-05-07T06:36:49.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e18a7ad0-33d7-4573-a886-8aad05f011bf/model-vers/model-ver/a40e3ceb-462f-47d5-a3a6-424b7815406a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220507-06:36:47:387-44032], vertex-id=[213200], Content-Length=[0], Date=[Sat, 07 May 2022 06:36:47 GMT], Content-Type=[application/json]}
2022-05-07T06:36:49.018Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:36:49.020Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:36:49.020Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:36:49.024Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-07T06:36:49.025Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58eec28e-c2e8-4439-8d5a-406fd30dcba5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:36:49.026Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:36:49.026Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:49.027Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:49.027Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905409025,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:36:49.128Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:36:49.129Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:49.129Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:49.145Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:49.145Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:36:51.348Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:36:51.349Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:36:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:36:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:36:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:36:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:36:51.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:51.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:36:51.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:36:51.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:36:51.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:51.970Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:36:51.970Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93","serviceName":"vFW 2022-05-07 06-35-10","serviceVersion":"1.0","serviceUUID":"c9d4deb7-8bf8-4956-983f-88e6d5978311","serviceDescription":"catalog service description","serviceInvariantUUID":"2fdc49e6-3321-4f81-b71b-15220af42864","resources":[{"resourceInstanceName":"vFW c76f768a-1a9d 0","resourceName":"vFW c76f768a-1a9d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00e239e6-52b9-425d-a568-fae8122c608e","resourceInvariantUUID":"6b3f02d3-8436-41bf-8275-68014907ecf7","resourceCustomizationUUID":"5b968c94-92c9-4edf-be71-ea2722819fe3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml","artifactChecksum":"NmU2ZjNiZDI5YjM1MTI2NDI5NzJlN2U0MWNjM2U3N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5fcda8db-978f-4139-8ca7-b16d275ba56c","artifactVersion":"1"},{"artifactName":"vfwc76f768a1a9d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json","artifactChecksum":"NTAwMzgyN2IyYjg5NGZjNmZmY2ZiN2QwNDBhYWFkYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3de47f2-3877-49df-bdde-2eb667e9a05e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"59ffcfeb-913b-4e67-8372-837002bc6925","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml","artifactChecksum":"N2I5ODYwZDE5NDVkODMyMTg4NjRmMmMyZjY4NjhhZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"60388bd9-4d2d-4d81-b83d-a34fb2ce7d9f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e","artifactVersion":"2","generatedFromUUID":"59ffcfeb-913b-4e67-8372-837002bc6925"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220507063510-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml","artifactChecksum":"ZDVjMTM0NjU2YTdiZmE4ZjM1Yjk1YzU0NjAyOTBhMTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d40233bd-3355-4b67-92d3-d57ab84cf97a","artifactVersion":"1"},{"artifactName":"service-Vfw20220507063510-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar","artifactChecksum":"MmIyMzEzNjFhMDZhNDNmMWE4NWRjMmQzYTljZTZiYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cacacc6d-ea7e-497f-9596-39ed99feb4e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:36:51.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:51.972Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:51.982Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:51.982Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:36:52.074Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-07T06:36:52.075Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:52.075Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:52.085Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:52.086Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:52.982Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:52.983Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:52.985Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:52.986Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:36:53.086Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:53.086Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:53.087Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:53.125Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:53.125Z||pool-20-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:53.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:53.987Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:53.989Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:53.989Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:36:54.089Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:54.090Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:54.091Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:54.111Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:54.112Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:54.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:54.990Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:54.992Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:54.993Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:36:55.093Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:55.094Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:55.094Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:55.111Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:55.112Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:55.994Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:55.994Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:55.996Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:55.996Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-07T06:36:56.096Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:56.097Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:56.097Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:56.108Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:56.109Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:56.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:56.998Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:57.000Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:57.000Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:36:57.100Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:57.101Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:57.102Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:57.113Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:57.114Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:36:58.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:36:58.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:58.004Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:58.004Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:36:58.105Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:36:58.106Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:58.106Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:58.118Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:58.118Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:36:59.007Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "serviceName": "vFW 2022-05-07 06-35-10",
  "serviceVersion": "1.0",
  "serviceUUID": "c9d4deb7-8bf8-4956-983f-88e6d5978311",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2fdc49e6-3321-4f81-b71b-15220af42864",
  "resources": [
    {
      "resourceInstanceName": "vFW c76f768a-1a9d 0",
      "resourceCustomizationUUID": "5b968c94-92c9-4edf-be71-ea2722819fe3",
      "resourceName": "vFW c76f768a-1a9d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "00e239e6-52b9-425d-a568-fae8122c608e",
      "resourceInvariantUUID": "6b3f02d3-8436-41bf-8275-68014907ecf7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc76f768a1a9d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
          "artifactChecksum": "NTAwMzgyN2IyYjg5NGZjNmZmY2ZiN2QwNDBhYWFkYTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d3de47f2-3877-49df-bdde-2eb667e9a05e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "59ffcfeb-913b-4e67-8372-837002bc6925",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e",
            "generatedFromUUID": "59ffcfeb-913b-4e67-8372-837002bc6925"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220507063510-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
      "artifactChecksum": "MmIyMzEzNjFhMDZhNDNmMWE4NWRjMmQzYTljZTZiYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cacacc6d-ea7e-497f-9596-39ed99feb4e6"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:36:59.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:36:59.007Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c9d4deb7-8bf8-4956-983f-88e6d5978311 ASDC
2022-05-07T06:36:59.009Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
ServiceName:vFW 2022-05-07 06-35-10
ServiceVersion:1.0
ServiceUUID:c9d4deb7-8bf8-4956-983f-88e6d5978311
ServiceInvariantUUID:2fdc49e6-3321-4f81-b71b-15220af42864
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220507063510-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
ArtifactUUID:cacacc6d-ea7e-497f-9596-39ed99feb4e6
ArtifactChecksum:MmIyMzEzNjFhMDZhNDNmMWE4NWRjMmQzYTljZTZiYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c76f768a-1a9d 0
ResourceCustomizationUUID:5b968c94-92c9-4edf-be71-ea2722819fe3
ResourceInvariantUUID:6b3f02d3-8436-41bf-8275-68014907ecf7
ResourceName:vFW c76f768a-1a9d
ResourceType:VF
ResourceUUID:00e239e6-52b9-425d-a568-fae8122c608e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc76f768a1a9d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
ArtifactUUID:d3de47f2-3877-49df-bdde-2eb667e9a05e
ArtifactChecksum:NTAwMzgyN2IyYjg5NGZjNmZmY2ZiN2QwNDBhYWFkYTQ=
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/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
ArtifactUUID:59ffcfeb-913b-4e67-8372-837002bc6925
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/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
ArtifactUUID:f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e
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/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
ArtifactUUID:f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T06:36:59.009Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9d4deb7-8bf8-4956-983f-88e6d5978311 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:36:59.038Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:36:59.038Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cacacc6d-ea7e-497f-9596-39ed99feb4e6 from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:36:59.039Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:36:59.461Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:36:59.471Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar cacacc6d-ea7e-497f-9596-39ed99feb4e6 99010
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar ASDC sendASDCNotification
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:36:59.472Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:36:59.473Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:36:59.473Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905419472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:36:59.574Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:36:59.575Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:36:59.575Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:36:59.587Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:36:59.588Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:00.474Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:37:00.475Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:37:00.475Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: cacacc6d-ea7e-497f-9596-39ed99feb4e6, URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar to file: /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.476Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.476Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.476Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:00.633Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1036546012376104884/Definitions/service-Vfw20220507063510-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-07T06:37:01.974Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c76f768a-1a9d 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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.975Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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-Vfw20220507063510-csar.csar
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.976Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.977Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.978Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:01.979Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:01.980Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c70b5169-4ce1-495c-902b-0484c9249c49
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.981Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=50b5ea50-2ba6-4dbb-b4f8-8d98aa7fcc8e
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.982Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=477e1662-6aec-48d1-84d4-eeea33b1eeda
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.983Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:01.984Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-07 06-35-10
Description:catalog service description
Model UUID:c9d4deb7-8bf8-4956-983f-88e6d5978311
Model Version:NULL
Model InvariantUuid:2fdc49e6-3321-4f81-b71b-15220af42864
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c76f768a-1a9d
Model UUID:94d3a799-8eaa-413e-a4a4-f0a9a339d0c6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b3f02d3-8436-41bf-8275-68014907ecf7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5b968c94-92c9-4edf-be71-ea2722819fe3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fd0d42cc-5495-4373-b9b9-41058f1618a8
ModelName:VfwC76f768a1a9d..base_vfw..module-0
ModelUuid:1d8fbfb5-48cc-4eee-b51b-878c69d942d9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c70b5169-4ce1-495c-902b-0484c9249c49
ModelInvariantUuid:ea6c8e2b-f06a-400d-bd25-5b46a27847b5
ModelName:vFW c76f768a-1a9d-nodes.vfwCvfc
ModelUuid:ca5b02bd-4e2a-4ab7-87ea-0f3aa8ae3db6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4a5fab50-2371-4a9d-925d-ec26e4671fb8
ModelInvariantUuid:e2e29ab2-3d33-495d-9ebc-52e1fa1f01a0
ModelName:VfwC76f768a1a9d.compute.nodes.heat.vfw
ModelUuid:267de52f-4778-4825-81bd-fe23413d394b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:50b5ea50-2ba6-4dbb-b4f8-8d98aa7fcc8e
ModelInvariantUuid:d1af38b7-35d1-4031-a204-500a1eea1d8b
ModelName:vFW c76f768a-1a9d-nodes.vsnCvfc
ModelUuid:cdfc8a37-860d-4d3c-b8b7-03453561a912
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e78c9249-64d4-4876-b3a0-1b148903030d
ModelInvariantUuid:08d768f4-71e2-4cf5-b5bf-d59a2a69b5cb
ModelName:VfwC76f768a1a9d.compute.nodes.heat.vsn
ModelUuid:18d8660d-13a7-4b7c-915a-bb74410919a5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:477e1662-6aec-48d1-84d4-eeea33b1eeda
ModelInvariantUuid:e34ee61b-23bd-4c59-8f51-213da6a00313
ModelName:vFW c76f768a-1a9d-nodes.vpgCvfc
ModelUuid:8a01d96a-2b5c-40df-8c56-d0f6c082a5d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e4255233-b1e9-462e-8e43-aca2650aac26
ModelInvariantUuid:be6635da-9688-42cb-93de-856857b66740
ModelName:VfwC76f768a1a9d.compute.nodes.heat.vpg
ModelUuid:ea2c1a6f-620c-45a8-b1e3-9085d667f860
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:37:01.989Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 00e239e6-52b9-425d-a568-fae8122c608e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||vFW c76f768a-1a9d 0
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00e239e6-52b9-425d-a568-fae8122c608e
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d3de47f2-3877-49df-bdde-2eb667e9a05e from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:01.995Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:37:01.996Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:02.041Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json d3de47f2-3877-49df-bdde-2eb667e9a05e 785
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json ASDC sendASDCNotification
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:02.042Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:37:02.043Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:02.051Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:02.052Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905422042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:02.145Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-05-07T06:37:02.146Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:02.146Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:02.158Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:02.158Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:37:03.052Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC76f768a1a9d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd0d42cc-5495-4373-b9b9-41058f1618a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d8fbfb5-48cc-4eee-b51b-878c69d942d9",
    "vfModuleModelCustomizationUUID": "64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671",
    "isBase": true,
    "artifacts": [
      "59ffcfeb-913b-4e67-8372-837002bc6925",
      "f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:37:03.058Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC76f768a1a9d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d8fbfb5-48cc-4eee-b51b-878c69d942d9
VfModuleModelInvariantUUID:fd0d42cc-5495-4373-b9b9-41058f1618a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
59ffcfeb-913b-4e67-8372-837002bc6925
,
f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e

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

isBase:true


}

2022-05-07T06:37:03.061Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC76f768a1a9d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fd0d42cc-5495-4373-b9b9-41058f1618a8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d8fbfb5-48cc-4eee-b51b-878c69d942d9",
    "vfModuleModelCustomizationUUID": "64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671",
    "isBase": true,
    "artifacts": [
      "59ffcfeb-913b-4e67-8372-837002bc6925",
      "f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:37:03.061Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC76f768a1a9d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d8fbfb5-48cc-4eee-b51b-878c69d942d9
VfModuleModelInvariantUUID:fd0d42cc-5495-4373-b9b9-41058f1618a8
VfModuleModelDescription:NULL
Artifacts UUID List:{
59ffcfeb-913b-4e67-8372-837002bc6925
,
f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e

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

isBase:true


}

2022-05-07T06:37:03.061Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 59ffcfeb-913b-4e67-8372-837002bc6925 from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:03.062Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:37:03.062Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:03.109Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:37:03.110Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml 59ffcfeb-913b-4e67-8372-837002bc6925 20368
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:37:03.111Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:03.114Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:03.114Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905423111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:03.214Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:03.215Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:03.218Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:03.229Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:03.229Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:04.115Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e from URL: /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:04.116Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:37:04.116Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:04.169Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env f4b4f0bb-58b0-46d3-b530-2a3dc04ec11e 2098
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:37:04.170Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:04.173Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:04.173Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905424170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:04.273Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:04.274Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:04.274Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:04.284Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:04.284Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:05.174Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c9d4deb7-8bf8-4956-983f-88e6d5978311
2022-05-07T06:37:05.175Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c76f768a-1a9d 0 00e239e6-52b9-425d-a568-fae8122c608e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:37:05.196Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c959511, org.onap.sdc.toscaparser.api.parameters.Input@57383e9d, org.onap.sdc.toscaparser.api.parameters.Input@3a87e9ca, org.onap.sdc.toscaparser.api.parameters.Input@2dd401b0, org.onap.sdc.toscaparser.api.parameters.Input@3df92406]
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5b968c94-92c9-4edf-be71-ea2722819fe3
2022-05-07T06:37:05.198Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5b968c94-92c9-4edf-be71-ea2722819fe3 matches Tosca VF Customization UUID: 5b968c94-92c9-4edf-be71-ea2722819fe3
2022-05-07T06:37:05.199Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5b968c94-92c9-4edf-be71-ea2722819fe3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:37:05.201Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.202Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.202Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5b968c94-92c9-4edf-be71-ea2722819fe3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@23bb1109
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671
2022-05-07T06:37:05.203Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64cb2947-7c0f-4ee0-bdb9-1e5f70e7f671
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.206Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-07T06:37:05.207Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.208Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c70b5169-4ce1-495c-902b-0484c9249c49
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.210Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.211Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=50b5ea50-2ba6-4dbb-b4f8-8d98aa7fcc8e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:37:05.213Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.213Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.213Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-07T06:37:05.216Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-07T06:37:05.217Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=477e1662-6aec-48d1-84d4-eeea33b1eeda
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Node template vFW c76f768a-1a9d 0 is matching search criteria
2022-05-07T06:37:05.218Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c76f768a-1a9d 0] matching following query criteria: sdcType=VF, customizationUUID=5b968c94-92c9-4edf-be71-ea2722819fe3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c9d4deb7-8bf8-4956-983f-88e6d5978311: vFW c76f768a-1a9d
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.220Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-05-07 06-35-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:37:05.221Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-05-07 06-35-10 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:05.341Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c76f768a-1a9d 00e239e6-52b9-425d-a568-fae8122c608e 1 ASDC deployResourceStructure
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json ASDC sendASDCNotification
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:05.342Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:05.343Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:05.343Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905425342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:05.444Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:37:05.445Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:05.445Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:05.457Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:05.457Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:06.344Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-07T06:37:06.345Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml
2022-05-07T06:37:06.345Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:06.345Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:06.347Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:06.347Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905426344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:06.447Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:37:06.448Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:06.448Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:06.460Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:06.460Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:07.348Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-07T06:37:07.349Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env
2022-05-07T06:37:07.349Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:07.349Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:07.351Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:07.352Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905427348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:07.452Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:07.453Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:07.453Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:07.465Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:07.465Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:08.352Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar ASDC sendASDCNotification
2022-05-07T06:37:08.353Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar
2022-05-07T06:37:08.353Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:37:08.353Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:37:08.355Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:37:08.356Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905428352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:08.456Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:37:08.456Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:37:08.457Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:37:08.469Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:08.469Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:37:09.357Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:09.366Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:09.368Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:37:09.368Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:37:09.368Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:37:39.369Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:39.379Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:37:39.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:37:39.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:37:39.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:37:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:37:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:37:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:37:51.381Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:37:51.385Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.385Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.386Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.387Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905351348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905359395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905361947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905363019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.388Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905364066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905365235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/basic_onboard_hmvmbx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905366237,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905367243,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/resourceInstances/basic_onboard_hmvmbx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.389Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905368250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHmvmbx/1.0/artifacts/service-BasicOnboardHmvmbx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905373830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905376472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905370418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905376382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905373830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905376472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905370418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905376382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905373830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905370418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905378640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905376472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905376382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905373830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905378640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905370418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905376472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905376382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905376472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905370418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905378640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905373830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905376382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905373830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905376472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905370418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905378640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905376382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905373830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905370418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905376472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905378640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905376382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905378640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905385530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905384738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905385728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905385270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905378640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "cds",
  "timestamp": 1651905385744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.401Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.401Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905386700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905386276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.407Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "policy-id",
  "timestamp": 1651905387280,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.410Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.410Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905387983,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905388456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905389009,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.419Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.419Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905389433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905388456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905390013,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.423Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905390445,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.425Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.426Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905388456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905388456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905388456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905388456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905388456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905395529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905395529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905395529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905395529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905395529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905395529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905395529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905403263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.431Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905407057,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905408605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "clamp",
  "timestamp": 1651905409608,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:37:51.434Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:37:51.435Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:37:51.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:37:51.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eec28e-c2e8-4439-8d5a-406fd30dcba5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905409025,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:37:51.440Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:09.381Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:09.393Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:09.395Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:38:09.396Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:38:09.396Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:38:39.396Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:39.408Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:38:39.410Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:38:39.410Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:38:39.411Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:38:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:38:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:38:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:38:51.376Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905416708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905411348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "aai-ml",
  "timestamp": 1651905417712,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:38:51.385Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
2022-05-07T06:38:51.385Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:38:51.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905419472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.393Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905422042,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905423111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905424170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905425342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/vfwc76f768a1a9d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905426344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905427348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/resourceInstances/vfwc76f768a1a9d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905428352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220507063510/1.0/artifacts/service-Vfw20220507063510-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:38:51.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:39:09.411Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:39:09.428Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:39:09.432Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:39:09.433Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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-05-07T06:39:09.436Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:39:39.437Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:39:39.446Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and serviceModelVersionId: c9d4deb7-8bf8-4956-983f-88e6d5978311
2022-05-07T06:39:39.446Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2fdc49e6-3321-4f81-b71b-15220af42864
2022-05-07T06:39:39.448Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0
2022-05-07T06:39:39.454Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:39:39.483Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-07T06:39:39.483Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0|INFO|500||Invoke
2022-05-07T06:39:39.516Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:39:39.587Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0|INFO|500||InvokeReturn
2022-05-07T06:39:39.588Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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/2fdc49e6-3321-4f81-b71b-15220af42864/model-vers/model-ver/c9d4deb7-8bf8-4956-983f-88e6d5978311?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220507-06:39:39:166-56205], vertex-id=[151672], Content-Length=[0], Date=[Sat, 07 May 2022 06:39:39 GMT], Content-Type=[application/json]}
2022-05-07T06:39:39.589Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:39:39.589Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:39:39.590Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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-05-07T06:39:39.598Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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-05-07T06:39:39.598Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:39:39.598Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:39:39.599Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:39.601Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:39.602Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905579598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:39:39.702Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:39:39.703Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:39.703Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:39.720Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:39.721Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:39:40.616Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:39:40.617Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:39:40.617Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|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 jlalagmZaxnJviRt) ...
2022-05-07T06:39:44.987Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:44.988Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:39:44.988Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0ecee36d-a319-47dd-aa80-e867e79a3308","serviceName":"basic_onboard_FQdJvZ","serviceVersion":"1.0","serviceUUID":"372d3abf-2132-4c75-b016-b8f4fcad1af9","serviceDescription":"service","serviceInvariantUUID":"dc284380-3a58-4624-8631-8eb443a7a0e6","resources":[{"resourceInstanceName":"basic_onboard_FQdJvZ 0","resourceName":"basic_onboard_FQdJvZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a97f457f-b281-4a4f-bfda-c42d7829fc57","resourceInvariantUUID":"949ed270-3bc4-4722-bddb-743887c55136","resourceCustomizationUUID":"8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml","artifactChecksum":"N2ZhOWQ2MTI2MTlkY2YxODQwMTY3YzUxZDQ3Yjk3ODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b0fc9af-26e0-402e-8d54-2f8756dafc74","artifactVersion":"1"},{"artifactName":"basic_onboard_fqdjvz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json","artifactChecksum":"NmUwYWM4YzM4YTE2N2E2ODZlZGRmYjRhN2JhNTg3MmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83ec980f-3119-4e2b-a14b-d68866bea47a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6926b07-724a-4525-8c3e-b1ad06efc1c5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e7dc0d2-ef84-490c-89f5-6a32fc8b88ca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8eb46716-e339-4d93-9310-75ad7ddf9bd9","artifactVersion":"2","generatedFromUUID":"b6926b07-724a-4525-8c3e-b1ad06efc1c5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFqdjvz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml","artifactChecksum":"MWNkYjczOTVkMjQ3ODI5YTdlMDUzNjI2MGZlMDlmODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12af5959-97d1-49fc-aae3-0a7e0efa8e53","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFqdjvz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar","artifactChecksum":"YWM1NmVhZDJmZTQxYTc1OGI5MTFmM2EwZTk2Y2Q2MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be0e38d6-33b1-4dbc-b25a-9e77211dc2c4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:39:44.990Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:44.991Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:44.992Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:44.992Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:39:45.092Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:45.093Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:45.093Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:45.113Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:45.114Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:45.992Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:45.994Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:45.997Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:45.997Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:39:46.097Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:46.098Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:46.098Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:46.120Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:46.120Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:46.998Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:46.998Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:47.000Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:47.001Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:39:47.101Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:47.102Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:47.102Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:47.121Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:47.121Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1}
2022-05-07T06:39:48.001Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:48.002Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:48.004Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:48.004Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:39:48.104Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:48.105Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:48.105Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:48.119Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:48.119Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:39:49.005Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:49.006Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:49.008Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:49.008Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T06:39:49.108Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:49.109Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:49.109Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:49.122Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:49.123Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:50.008Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:50.009Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:50.010Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:50.010Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:39:50.111Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:39:50.112Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:50.112Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:50.124Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:50.124Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:39:51.011Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:39:51.012Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:51.014Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:51.014Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:39:51.114Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:51.115Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:51.115Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:51.128Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:51.128Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:39:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:39:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:39:51.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:51.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905523830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905526472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905530418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:39:51.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:39:51.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905523830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:39:51.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:39:52.016Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "serviceName": "basic_onboard_FQdJvZ",
  "serviceVersion": "1.0",
  "serviceUUID": "372d3abf-2132-4c75-b016-b8f4fcad1af9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dc284380-3a58-4624-8631-8eb443a7a0e6",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FQdJvZ 0",
      "resourceCustomizationUUID": "8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1",
      "resourceName": "basic_onboard_FQdJvZ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a97f457f-b281-4a4f-bfda-c42d7829fc57",
      "resourceInvariantUUID": "949ed270-3bc4-4722-bddb-743887c55136",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_fqdjvz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
          "artifactChecksum": "NmUwYWM4YzM4YTE2N2E2ODZlZGRmYjRhN2JhNTg3MmI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83ec980f-3119-4e2b-a14b-d68866bea47a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b6926b07-724a-4525-8c3e-b1ad06efc1c5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8eb46716-e339-4d93-9310-75ad7ddf9bd9",
            "generatedFromUUID": "b6926b07-724a-4525-8c3e-b1ad06efc1c5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8eb46716-e339-4d93-9310-75ad7ddf9bd9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFqdjvz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
      "artifactChecksum": "YWM1NmVhZDJmZTQxYTc1OGI5MTFmM2EwZTk2Y2Q2MDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be0e38d6-33b1-4dbc-b25a-9e77211dc2c4"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:39:52.016Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:39:52.017Z|6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 372d3abf-2132-4c75-b016-b8f4fcad1af9 ASDC
2022-05-07T06:39:52.017Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:0ecee36d-a319-47dd-aa80-e867e79a3308
ServiceName:basic_onboard_FQdJvZ
ServiceVersion:1.0
ServiceUUID:372d3abf-2132-4c75-b016-b8f4fcad1af9
ServiceInvariantUUID:dc284380-3a58-4624-8631-8eb443a7a0e6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFqdjvz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
ArtifactUUID:be0e38d6-33b1-4dbc-b25a-9e77211dc2c4
ArtifactChecksum:YWM1NmVhZDJmZTQxYTc1OGI5MTFmM2EwZTk2Y2Q2MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FQdJvZ 0
ResourceCustomizationUUID:8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
ResourceInvariantUUID:949ed270-3bc4-4722-bddb-743887c55136
ResourceName:basic_onboard_FQdJvZ
ResourceType:VF
ResourceUUID:a97f457f-b281-4a4f-bfda-c42d7829fc57
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fqdjvz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
ArtifactUUID:83ec980f-3119-4e2b-a14b-d68866bea47a
ArtifactChecksum:NmUwYWM4YzM4YTE2N2E2ODZlZGRmYjRhN2JhNTg3MmI=
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/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b6926b07-724a-4525-8c3e-b1ad06efc1c5
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/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
ArtifactUUID:8eb46716-e339-4d93-9310-75ad7ddf9bd9
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/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
ArtifactUUID:8eb46716-e339-4d93-9310-75ad7ddf9bd9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T06:39:52.017Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 372d3abf-2132-4c75-b016-b8f4fcad1af9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: be0e38d6-33b1-4dbc-b25a-9e77211dc2c4 from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:52.055Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:52.056Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:53.200Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar be0e38d6-33b1-4dbc-b25a-9e77211dc2c4 71584
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar ASDC sendASDCNotification
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:53.206Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:53.207Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:53.209Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:53.209Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905593206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:39:53.309Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:53.310Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:53.310Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:53.326Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:53.327Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:54.210Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:39:54.211Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:39:54.211Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: be0e38d6-33b1-4dbc-b25a-9e77211dc2c4, URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar to file: /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.214Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.214Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.214Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.296Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13297820240312444800/Definitions/service-BasicOnboardFqdjvz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FQdJvZ 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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||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-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.978Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:54.979Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is not matching search criteria
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=96286446-849f-4ef8-9d73-a3997bc8f7c3
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:54.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_FQdJvZ
Description:service
Model UUID:372d3abf-2132-4c75-b016-b8f4fcad1af9
Model Version:NULL
Model InvariantUuid:dc284380-3a58-4624-8631-8eb443a7a0e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_FQdJvZ
Model UUID:fb60233d-e46f-4403-bec7-cf76544fea31
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:949ed270-3bc4-4722-bddb-743887c55136
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:35e9b893-c9ba-4791-b14d-e8e2b0487c7e
ModelName:BasicOnboardFqdjvz..base_ubuntu18..module-0
ModelUuid:76f1a128-e572-4724-bd45-ea82c08e7d14
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:96286446-849f-4ef8-9d73-a3997bc8f7c3
ModelInvariantUuid:ac33d5ec-bacd-47f8-a02f-225c9e389810
ModelName:basic_onboard_FQdJvZ-nodes.ubuntu18Cvfc
ModelUuid:56229b6a-641b-4a81-a8f6-bc2093797f8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6b481153-7f40-4412-befc-8c193c436072
ModelInvariantUuid:e33e82eb-0996-4300-845c-43697338bb49
ModelName:BasicOnboardFqdjvz.compute.nodes.heat.ubuntu18
ModelUuid:0bdf747c-d7cd-42d9-86e2-9346e75c2932
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:39:54.985Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: a97f457f-b281-4a4f-bfda-c42d7829fc57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||basic_onboard_FQdJvZ 0
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a97f457f-b281-4a4f-bfda-c42d7829fc57
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 83ec980f-3119-4e2b-a14b-d68866bea47a from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:54.988Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
2022-05-07T06:39:55.258Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json 83ec980f-3119-4e2b-a14b-d68866bea47a 798
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json ASDC sendASDCNotification
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:55.259Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:55.262Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:55.262Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905595259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:39:55.362Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:55.363Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:55.363Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:55.374Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:55.375Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:39:56.262Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFqdjvz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "35e9b893-c9ba-4791-b14d-e8e2b0487c7e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76f1a128-e572-4724-bd45-ea82c08e7d14",
    "vfModuleModelCustomizationUUID": "c5310c70-c129-4a95-847f-d40734b46c38",
    "isBase": true,
    "artifacts": [
      "b6926b07-724a-4525-8c3e-b1ad06efc1c5",
      "8eb46716-e339-4d93-9310-75ad7ddf9bd9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:39:56.265Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFqdjvz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76f1a128-e572-4724-bd45-ea82c08e7d14
VfModuleModelInvariantUUID:35e9b893-c9ba-4791-b14d-e8e2b0487c7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6926b07-724a-4525-8c3e-b1ad06efc1c5
,
8eb46716-e339-4d93-9310-75ad7ddf9bd9

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

isBase:true


}

2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardFqdjvz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "35e9b893-c9ba-4791-b14d-e8e2b0487c7e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "76f1a128-e572-4724-bd45-ea82c08e7d14",
    "vfModuleModelCustomizationUUID": "c5310c70-c129-4a95-847f-d40734b46c38",
    "isBase": true,
    "artifacts": [
      "b6926b07-724a-4525-8c3e-b1ad06efc1c5",
      "8eb46716-e339-4d93-9310-75ad7ddf9bd9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFqdjvz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:76f1a128-e572-4724-bd45-ea82c08e7d14
VfModuleModelInvariantUUID:35e9b893-c9ba-4791-b14d-e8e2b0487c7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6926b07-724a-4525-8c3e-b1ad06efc1c5
,
8eb46716-e339-4d93-9310-75ad7ddf9bd9

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

isBase:true


}

2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6926b07-724a-4525-8c3e-b1ad06efc1c5 from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:56.267Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
2022-05-07T06:39:56.575Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml b6926b07-724a-4525-8c3e-b1ad06efc1c5 5033
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:56.576Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:56.578Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:56.578Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905596576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:39:56.678Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:56.678Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:56.678Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:56.689Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:56.689Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:57.578Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8eb46716-e339-4d93-9310-75ad7ddf9bd9 from URL: /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
2022-05-07T06:39:57.580Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:39:57.580Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
2022-05-07T06:39:57.770Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:39:57.771Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env 8eb46716-e339-4d93-9310-75ad7ddf9bd9 909
2022-05-07T06:39:57.771Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T06:39:57.771Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
2022-05-07T06:39:57.772Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:39:57.772Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:57.774Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:57.774Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905597771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:39:57.874Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:57.875Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:57.875Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:57.886Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:57.887Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:58.774Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 372d3abf-2132-4c75-b016-b8f4fcad1af9
2022-05-07T06:39:58.775Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FQdJvZ 0 a97f457f-b281-4a4f-bfda-c42d7829fc57 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:39:58.786Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b944632, org.onap.sdc.toscaparser.api.parameters.Input@1a6b5afc, org.onap.sdc.toscaparser.api.parameters.Input@1623b92f, org.onap.sdc.toscaparser.api.parameters.Input@34ae551c, org.onap.sdc.toscaparser.api.parameters.Input@db2206d]
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1 matches Tosca VF Customization UUID: 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
2022-05-07T06:39:58.787Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@efbeb6
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5310c70-c129-4a95-847f-d40734b46c38
2022-05-07T06:39:58.789Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5310c70-c129-4a95-847f-d40734b46c38
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is not matching search criteria
2022-05-07T06:39:58.791Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-07T06:39:58.792Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-07T06:39:58.792Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=96286446-849f-4ef8-9d73-a3997bc8f7c3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_FQdJvZ 0 is matching search criteria
2022-05-07T06:39:58.793Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_FQdJvZ 0] matching following query criteria: sdcType=VF, customizationUUID=8eaf1cb5-fa85-43ea-98dc-08d5beaf87c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 372d3abf-2132-4c75-b016-b8f4fcad1af9: basic_onboard_FQdJvZ
2022-05-07T06:39:58.794Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_FQdJvZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:39:58.795Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_FQdJvZ 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:39:58.847Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FQdJvZ a97f457f-b281-4a4f-bfda-c42d7829fc57 1 ASDC deployResourceStructure
2022-05-07T06:39:58.848Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json ASDC sendASDCNotification
2022-05-07T06:39:58.848Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json
2022-05-07T06:39:58.848Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:39:58.848Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:58.850Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:58.850Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905598848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:39:58.950Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:58.951Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:58.951Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:58.963Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:58.963Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:39:59.851Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-07T06:39:59.851Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml
2022-05-07T06:39:59.851Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:39:59.852Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:39:59.854Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:39:59.854Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905599851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:39:59.954Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:39:59.955Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:39:59.955Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:39:59.966Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:39:59.966Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:40:00.855Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-07T06:40:00.855Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env
2022-05-07T06:40:00.856Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:40:00.856Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:40:00.858Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:40:00.858Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905600855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:40:00.958Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:40:00.959Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:40:00.959Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:40:00.971Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:40:00.971Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:40:01.859Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar ASDC sendASDCNotification
2022-05-07T06:40:01.859Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar
2022-05-07T06:40:01.859Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:40:01.860Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:40:01.862Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:40:01.862Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905601859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:40:01.962Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:40:01.962Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:40:01.962Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:40:01.972Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:40:01.973Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:40:02.862Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:40:02.872Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:40:02.874Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:40:02.875Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:40:02.875Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:40:32.875Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:40:32.890Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:40:32.894Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:40:32.895Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:40:32.895Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:40:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:40:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:40:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:40:51.367Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:40:51.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:40:51.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905526472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:40:51.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:02.895Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:41:02.907Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:41:02.910Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:41:02.910Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:41:02.910Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:41:32.911Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:41:32.920Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:41:32.922Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:41:32.922Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:41:32.922Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:41:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:41:51.351Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:41:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:41:51.372Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:41:51.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905530418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905523830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905526472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905530418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905523830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905526472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905530418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905523830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905526472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905530418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905523830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905526472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905530418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905523830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905526472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905530418,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905536382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905537421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905538303,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905538432,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905538456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905536382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.379Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.379Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "cds",
  "timestamp": 1651905538450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:41:51.385Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ecee36d-a319-47dd-aa80-e867e79a3308
2022-05-07T06:41:51.385Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecee36d-a319-47dd-aa80-e867e79a3308 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905538456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905536382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905539487,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905538641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905538456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905536382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905540551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905538641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905540970,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905538456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905536382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905541584,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:41:51.400Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ecee36d-a319-47dd-aa80-e867e79a3308
2022-05-07T06:41:51.400Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecee36d-a319-47dd-aa80-e867e79a3308 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:41:51.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905538641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905541975,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:41:51.409Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ecee36d-a319-47dd-aa80-e867e79a3308
2022-05-07T06:41:51.409Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecee36d-a319-47dd-aa80-e867e79a3308 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:41:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905538456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905536382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905542588,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905538641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905538456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905536382,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905538641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905538456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905544133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905538641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905545138,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905538641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "policy-id",
  "timestamp": 1651905546141,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:41:51.420Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ecee36d-a319-47dd-aa80-e867e79a3308
2022-05-07T06:41:51.420Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecee36d-a319-47dd-aa80-e867e79a3308 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905545529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905545529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905545529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905545529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905545529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905552278,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905545529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905545529,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905553628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:41:51.426Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905553287,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:41:51.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "clamp",
  "timestamp": 1651905554631,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:41:51.430Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0ecee36d-a319-47dd-aa80-e867e79a3308
2022-05-07T06:41:51.430Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecee36d-a319-47dd-aa80-e867e79a3308 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:41:51.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905565307,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:41:51.436Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "aai-ml",
  "timestamp": 1651905566311,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:41:51.439Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ecee36d-a319-47dd-aa80-e867e79a3308
2022-05-07T06:41:51.439Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ecee36d-a319-47dd-aa80-e867e79a3308 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:41:51.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a6e1152-d84a-4ab2-ae82-ef39ed7c7f93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905579598,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:41:51.444Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:41:51.444Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.444Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:41:51.445Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905580616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:41:51.446Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:42:02.922Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:42:02.933Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:42:02.938Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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-05-07T06:42:02.941Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:42:32.941Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ecee36d-a319-47dd-aa80-e867e79a3308 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:42:32.952Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ecee36d-a319-47dd-aa80-e867e79a3308 and serviceModelVersionId: 372d3abf-2132-4c75-b016-b8f4fcad1af9
2022-05-07T06:42:32.952Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dc284380-3a58-4624-8631-8eb443a7a0e6
2022-05-07T06:42:32.953Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dc284380-3a58-4624-8631-8eb443a7a0e6/model-vers/model-ver/372d3abf-2132-4c75-b016-b8f4fcad1af9?depth=0
2022-05-07T06:42:32.958Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:42:32.981Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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/dc284380-3a58-4624-8631-8eb443a7a0e6/model-vers/model-ver/372d3abf-2132-4c75-b016-b8f4fcad1af9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-07T06:42:32.982Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc284380-3a58-4624-8631-8eb443a7a0e6/model-vers/model-ver/372d3abf-2132-4c75-b016-b8f4fcad1af9?depth=0|INFO|500||Invoke
2022-05-07T06:42:33.004Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc284380-3a58-4624-8631-8eb443a7a0e6/model-vers/model-ver/372d3abf-2132-4c75-b016-b8f4fcad1af9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:42:33.085Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dc284380-3a58-4624-8631-8eb443a7a0e6/model-vers/model-ver/372d3abf-2132-4c75-b016-b8f4fcad1af9?depth=0|INFO|500||InvokeReturn
2022-05-07T06:42:33.085Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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/dc284380-3a58-4624-8631-8eb443a7a0e6/model-vers/model-ver/372d3abf-2132-4c75-b016-b8f4fcad1af9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220507-06:42:32:659-79395], vertex-id=[204848], Content-Length=[0], Date=[Sat, 07 May 2022 06:42:32 GMT], Content-Type=[application/json]}
2022-05-07T06:42:33.086Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:42:33.087Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:42:33.087Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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-05-07T06:42:33.092Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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-05-07T06:42:33.093Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ecee36d-a319-47dd-aa80-e867e79a3308 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:42:33.093Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:42:33.093Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:42:33.096Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:42:33.096Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905753093,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:42:33.196Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:42:33.197Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:42:33.197Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:42:33.217Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:42:33.217Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:42:34.109Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:42:34.110Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:42:34.110Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:42:44.316Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:42:44.317Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:42:44.317Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:42:44.317Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:42:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:42:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:42:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:42:51.370Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:42:51.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905593206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:42:51.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:51.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905595259,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:42:51.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:51.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905596576,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905597771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905598848,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/basic_onboard_fqdjvz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905599851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905600855,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/resourceInstances/basic_onboard_fqdjvz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:42:51.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:51.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:42:51.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905601859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFqdjvz/1.0/artifacts/service-BasicOnboardFqdjvz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:42:51.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:42:53.852Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:42:53.853Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:42:53.853Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:42:53.853Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:43:03.390Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:43:03.391Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:43:03.392Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:43:03.392Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:43:12.927Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:43:12.927Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:43:12.928Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:43:12.928Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:43:22.471Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:43:51.348Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:43:51.348Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:43:51.349Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:43:51.350Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:43:51.350Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:43:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:43:51.867Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:43:51.868Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-07T06:43:51.868Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0ecee36d-a319-47dd-aa80-e867e79a3308",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905753093,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:43:51.868Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:44:00.883Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:44:51.348Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:44:51.349Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:44:51.349Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:44:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:44:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:44:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:45:00.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:00.890Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:51.348Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:45:51.349Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:45:51.350Z|0ecee36d-a319-47dd-aa80-e867e79a3308|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 jlalagmZaxnJviRt) ...
2022-05-07T06:45:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:45:51.350Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:45:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:45:51.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:51.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905918640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905918640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "clamp",
  "timestamp": 1651905928456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "clamp",
  "timestamp": 1651905928456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "cds",
  "timestamp": 1651905928830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905930419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "cds",
  "timestamp": 1651905928830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905930419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "cds",
  "timestamp": 1651905932104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "cds",
  "timestamp": 1651905933110,
  "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-05-07T06:45:51.714Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
2022-05-07T06:45:51.714Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:45:51.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "aai-ml",
  "timestamp": 1651905935529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "policy-id",
  "timestamp": 1651905936382,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "aai-ml",
  "timestamp": 1651905935529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "policy-id",
  "timestamp": 1651905936382,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "aai-ml",
  "timestamp": 1651905938267,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "policy-id",
  "timestamp": 1651905939089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "policy-id",
  "timestamp": 1651905940097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "clamp",
  "timestamp": 1651905941782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "policy-id",
  "timestamp": 1651905941099,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:45:51.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
2022-05-07T06:45:51.724Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "aai-ml",
  "timestamp": 1651905942242,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "clamp",
  "timestamp": 1651905943682,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "aai-ml",
  "timestamp": 1651905943245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:45:51.734Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
2022-05-07T06:45:51.734Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:45:51.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "clamp",
  "timestamp": 1651905944685,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:45:51.742Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
2022-05-07T06:45:51.742Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905946472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905946472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905949399,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905951020,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:45:51.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:45:51.976Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:51.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:45:51.977Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"39f2a152-c01a-42f6-9f5e-f5a0ee9152f2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3cefd8c1-ae3b-4d31-99bf-6e604392dbb9","serviceDescription":"service","serviceInvariantUUID":"c65e9ede-6ea3-4535-831d-420bbda57aa5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3f667a78-eac4-4bd9-b635-494d49769128","resourceInvariantUUID":"804d9bdd-15e2-4d3a-bb54-417659d074a2","resourceCustomizationUUID":"253a5aa1-cd0a-4e44-990a-ce0cca9c987b","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":"YjEzYzViOWM2NGE4ZWNlYmNhYzQ3YWViZTkzYzM2NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65fcfe8b-ce8a-4315-b225-77618be7154c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2QzZjNkYmQ0YTMyOGE4OTNlNDAwZWU3MWUyMjE1MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"197f4015-2807-4c17-8968-c629d204c804","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:45:51.980Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:45:51.981Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:45:51.985Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:45:51.985Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905951348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:45:52.084Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:45:52.085Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:45:52.085Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:45:52.103Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:52.104Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:45:52.986Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:45:52.986Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:45:52.989Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:45:52.989Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905951348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:45:53.089Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:45:53.090Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:45:53.090Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:45:53.105Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:53.105Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:45:53.990Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3cefd8c1-ae3b-4d31-99bf-6e604392dbb9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c65e9ede-6ea3-4535-831d-420bbda57aa5",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "253a5aa1-cd0a-4e44-990a-ce0cca9c987b",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "3f667a78-eac4-4bd9-b635-494d49769128",
      "resourceInvariantUUID": "804d9bdd-15e2-4d3a-bb54-417659d074a2",
      "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": "N2QzZjNkYmQ0YTMyOGE4OTNlNDAwZWU3MWUyMjE1MWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "197f4015-2807-4c17-8968-c629d204c804"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:45:53.991Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:45:53.991Z|0ecee36d-a319-47dd-aa80-e867e79a3308|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3cefd8c1-ae3b-4d31-99bf-6e604392dbb9 ASDC
2022-05-07T06:45:53.992Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3cefd8c1-ae3b-4d31-99bf-6e604392dbb9
ServiceInvariantUUID:c65e9ede-6ea3-4535-831d-420bbda57aa5
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:197f4015-2807-4c17-8968-c629d204c804
ArtifactChecksum:N2QzZjNkYmQ0YTMyOGE4OTNlNDAwZWU3MWUyMjE1MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:253a5aa1-cd0a-4e44-990a-ce0cca9c987b
ResourceInvariantUUID:804d9bdd-15e2-4d3a-bb54-417659d074a2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:3f667a78-eac4-4bd9-b635-494d49769128
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-07T06:45:53.992Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cefd8c1-ae3b-4d31-99bf-6e604392dbb9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:45:54.018Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:45:54.019Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:45:54.019Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:45:54.019Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 197f4015-2807-4c17-8968-c629d204c804 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-07T06:45:54.019Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:45:54.019Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-07T06:45:55.497Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:45:55.499Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 197f4015-2807-4c17-8968-c629d204c804 52508
2022-05-07T06:45:55.499Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-07T06:45:55.499Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-07T06:45:55.499Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:45:55.500Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:45:55.501Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:45:55.502Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905955499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:45:55.602Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:45:55.604Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:45:55.604Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:45:55.615Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:55.616Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:45:56.503Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:45:56.504Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:45:56.504Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 197f4015-2807-4c17-8968-c629d204c804, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.505Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-07T06:45:56.505Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.505Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.580Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16419226051058568268/Definitions/service-BasicNetwork-template.yml
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|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-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.868Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.869Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.870Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3cefd8c1-ae3b-4d31-99bf-6e604392dbb9
Model Version:NULL
Model InvariantUuid:c65e9ede-6ea3-4535-831d-420bbda57aa5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:804d9bdd-15e2-4d3a-bb54-417659d074a2
Model UUID:082f0333-2bde-40f2-9f08-ed8ef71f1b4f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:253a5aa1-cd0a-4e44-990a-ce0cca9c987b
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:45:56.879Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 3f667a78-eac4-4bd9-b635-494d49769128
2022-05-07T06:45:56.879Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||No resources found for Service: 3cefd8c1-ae3b-4d31-99bf-6e604392dbb9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:45:56.886Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||
2022-05-07T06:45:56.886Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-07T06:45:56.887Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 3cefd8c1-ae3b-4d31-99bf-6e604392dbb9
2022-05-07T06:45:56.887Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3cefd8c1-ae3b-4d31-99bf-6e604392dbb9
2022-05-07T06:45:56.887Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-07T06:45:56.887Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:45:56.891Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12a48ce4, org.onap.sdc.toscaparser.api.parameters.Input@2856e808, org.onap.sdc.toscaparser.api.parameters.Input@51e70f53, org.onap.sdc.toscaparser.api.parameters.Input@582672d1, org.onap.sdc.toscaparser.api.parameters.Input@6e53069d]
2022-05-07T06:45:56.893Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.893Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.893Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.893Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.893Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3cefd8c1-ae3b-4d31-99bf-6e604392dbb9: Generic NeutronNet
2022-05-07T06:45:56.893Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.894Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.894Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.894Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-07T06:45:56.918Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.919Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.919Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.919Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.919Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:45:56.919Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:45:56.919Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-07T06:45:56.954Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-07T06:45:56.954Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-07T06:45:56.955Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-07T06:45:56.955Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:45:56.955Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:45:56.956Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:45:56.956Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905956954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:45:57.057Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:45:57.057Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:45:57.058Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:45:57.069Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:45:57.071Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:45:57.958Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:45:57.970Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:45:57.973Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:45:57.974Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:45:57.974Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:45:57.974Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:46:27.974Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:46:27.990Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:46:27.994Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:46:27.994Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:46:27.994Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:46:27.994Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:46:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:46:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:46:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:46:51.377Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:46:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:46:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651905952024,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:46:51.387Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
2022-05-07T06:46:51.387Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:46:57.994Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:46:58.005Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:46:58.006Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:46:58.006Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:46:58.006Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:46:58.006Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:46:58.007Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:46:58.007Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:46:58.007Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:46:58.007Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:46:58.007Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:46:58.007Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:46:58.007Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|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-05-07T06:46:58.012Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:47:28.013Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:47:28.020Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and serviceModelVersionId: 3cefd8c1-ae3b-4d31-99bf-6e604392dbb9
2022-05-07T06:47:28.020Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c65e9ede-6ea3-4535-831d-420bbda57aa5
2022-05-07T06:47:28.021Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0
2022-05-07T06:47:28.027Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:47:28.064Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0|INFO|500||Invoke
2022-05-07T06:47:28.064Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[39f2a152-c01a-42f6-9f5e-f5a0ee9152f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1eab7db2-9eee-488f-875b-837ba50f5fc1], X-ECOMP-RequestID=[39f2a152-c01a-42f6-9f5e-f5a0ee9152f2], X-TransactionId=[], X-ONAP-RequestID=[39f2a152-c01a-42f6-9f5e-f5a0ee9152f2], Content-Type=[application/merge-patch+json]}
2022-05-07T06:47:28.080Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:47:28.562Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?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/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-06:47:27:730-99490], vertex-id=[208928], Content-Length=[0], Date=[Sat, 07 May 2022 06:47:27 GMT], Content-Type=[application/json]}
2022-05-07T06:47:28.562Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:47:28.563Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c65e9ede-6ea3-4535-831d-420bbda57aa5/model-vers/model-ver/3cefd8c1-ae3b-4d31-99bf-6e604392dbb9?depth=0|INFO|500||InvokeReturn
2022-05-07T06:47:28.564Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:47:28.565Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|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-05-07T06:47:28.570Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|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-05-07T06:47:28.571Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 39f2a152-c01a-42f6-9f5e-f5a0ee9152f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:47:28.571Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:47:28.571Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:28.573Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:28.574Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906048571,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:47:28.674Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:47:28.675Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:28.675Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:28.690Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:28.690Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:47:29.584Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:47:29.586Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:47:29.586Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|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 jlalagmZaxnJviRt) ...
2022-05-07T06:47:30.205Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:30.206Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:47:30.206Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c","serviceName":"Demo_pNF_0yPBl4n4ixHej0rca4e7","serviceVersion":"1.0","serviceUUID":"0b736544-daea-425e-ba05-3f3566d0b264","serviceDescription":"catalog service description","serviceInvariantUUID":"e8dc25cd-dcb2-411e-806c-d1cabda0f496","resources":[{"resourceInstanceName":"pNF 7b9bf3ed-da52 0","resourceName":"pNF 7b9bf3ed-da52","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c6bd5f45-b26f-4b52-a01b-9533a48d5226","resourceInvariantUUID":"643f495c-26a6-4910-b3bf-ad42c654f5c3","resourceCustomizationUUID":"4d38a24d-9b7a-4fff-9c4c-54fb4af60c04","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml","artifactChecksum":"MThjZWZkOGJhNjI5MWRhODI2MGM0ODdiMjlhY2JkOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab2fe44d-40ba-46b5-933a-cb50c7042e20","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar","artifactChecksum":"MWYzNTBiOGYyNmMzYTM1NjhjOThlOWVjMTFhNTJjYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64c479da-7847-407e-8cdc-c30910545eeb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f43d4d06-a1c8-4bd7-90fa-062649d71ead","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml","artifactChecksum":"ZmM3ZTQxMWQxZjUxZDMwYWVkNDZhYzNmNjkxODUxYTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"36774978-b4ca-42a4-aba4-555bfd9d009f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3d5282cd-9076-4a5d-bfe4-617e4506f5da","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da2c48c9-a1fd-43dc-9f7f-182792a69aa7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml","artifactChecksum":"MjBlYTNjOGIwOGVmMzE2ZGRhZjY2NmY5ZTlhNDcyZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"748b0776-0429-438b-9d30-4ffe0305b123","artifactVersion":"1"},{"artifactName":"service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar","artifactChecksum":"N2RiYjllYmQzNmZjODRlMTQ2OTM5YjUwOTE0NTA0ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c9e093d-fedb-4691-8214-9d94df973519","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:47:30.207Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:30.207Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:30.208Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:30.208Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:30.309Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:47:30.310Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:30.310Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:30.332Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:30.333Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":2,"count":1}
2022-05-07T06:47:31.209Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:31.210Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:31.213Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:31.213Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:31.313Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:47:31.314Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:31.314Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:31.327Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:31.328Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:47:32.214Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:32.215Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:32.218Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:32.218Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:32.318Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:47:32.319Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:32.319Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:32.337Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:32.337Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:47:33.222Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:33.222Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:33.227Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:33.228Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:33.331Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-07T06:47:33.332Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:33.332Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:33.374Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:33.374Z||pool-59-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:47:34.228Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:34.229Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:34.232Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:34.232Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:34.332Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:47:34.332Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:34.333Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:34.343Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:34.344Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:47:35.232Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:35.234Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:35.237Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:35.237Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:35.337Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:47:35.338Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:35.338Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:35.348Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:35.349Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:47:36.237Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:36.238Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:36.241Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:36.241Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:36.341Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:47:36.342Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:36.342Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:36.355Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:36.355Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:47:37.241Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:47:37.242Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:37.244Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:37.245Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:47:37.345Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:47:37.345Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:37.346Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:37.360Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:37.360Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:47:38.250Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "serviceName": "Demo_pNF_0yPBl4n4ixHej0rca4e7",
  "serviceVersion": "1.0",
  "serviceUUID": "0b736544-daea-425e-ba05-3f3566d0b264",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e8dc25cd-dcb2-411e-806c-d1cabda0f496",
  "resources": [
    {
      "resourceInstanceName": "pNF 7b9bf3ed-da52 0",
      "resourceCustomizationUUID": "4d38a24d-9b7a-4fff-9c4c-54fb4af60c04",
      "resourceName": "pNF 7b9bf3ed-da52",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c6bd5f45-b26f-4b52-a01b-9533a48d5226",
      "resourceInvariantUUID": "643f495c-26a6-4910-b3bf-ad42c654f5c3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
      "artifactChecksum": "N2RiYjllYmQzNmZjODRlMTQ2OTM5YjUwOTE0NTA0ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c9e093d-fedb-4691-8214-9d94df973519"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:47:38.250Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:47:38.250Z|39f2a152-c01a-42f6-9f5e-f5a0ee9152f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0b736544-daea-425e-ba05-3f3566d0b264 ASDC
2022-05-07T06:47:38.251Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
ServiceName:Demo_pNF_0yPBl4n4ixHej0rca4e7
ServiceVersion:1.0
ServiceUUID:0b736544-daea-425e-ba05-3f3566d0b264
ServiceInvariantUUID:e8dc25cd-dcb2-411e-806c-d1cabda0f496
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
ArtifactUUID:0c9e093d-fedb-4691-8214-9d94df973519
ArtifactChecksum:N2RiYjllYmQzNmZjODRlMTQ2OTM5YjUwOTE0NTA0ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7b9bf3ed-da52 0
ResourceCustomizationUUID:4d38a24d-9b7a-4fff-9c4c-54fb4af60c04
ResourceInvariantUUID:643f495c-26a6-4910-b3bf-ad42c654f5c3
ResourceName:pNF 7b9bf3ed-da52
ResourceType:PNF
ResourceUUID:c6bd5f45-b26f-4b52-a01b-9533a48d5226
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-07T06:47:38.251Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b736544-daea-425e-ba05-3f3566d0b264 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:47:38.277Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:47:38.278Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:47:38.278Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:47:38.278Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0c9e093d-fedb-4691-8214-9d94df973519 from URL: /sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:38.278Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:47:38.278Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:38.333Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:47:38.341Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar 0c9e093d-fedb-4691-8214-9d94df973519 82633
2022-05-07T06:47:38.341Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar ASDC sendASDCNotification
2022-05-07T06:47:38.341Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:38.341Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:47:38.342Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:38.344Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:38.344Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906058341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:47:38.444Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:47:38.444Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:38.444Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:38.456Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:38.457Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:47:39.345Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:47:39.347Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:47:39.348Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0c9e093d-fedb-4691-8214-9d94df973519, URL: /sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar to file: /app/ASDC/1/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.348Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.349Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.349Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.442Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5886226315436030789/Definitions/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml
2022-05-07T06:47:39.945Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:47:39.945Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:47:39.945Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7b9bf3ed-da52 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-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Node template pNF 7b9bf3ed-da52 0 is matching search criteria
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7b9bf3ed-da52 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:47:39.946Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Node template pNF 7b9bf3ed-da52 0 is matching search criteria
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7b9bf3ed-da52 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.947Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_0yPBl4n4ixHej0rca4e7
Description:catalog service description
Model UUID:0b736544-daea-425e-ba05-3f3566d0b264
Model Version:NULL
Model InvariantUuid:e8dc25cd-dcb2-411e-806c-d1cabda0f496
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:47:39.958Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c6bd5f45-b26f-4b52-a01b-9533a48d5226
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:47:39.963Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||pNF 7b9bf3ed-da52 0
2022-05-07T06:47:39.963Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c6bd5f45-b26f-4b52-a01b-9533a48d5226
2022-05-07T06:47:39.963Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0b736544-daea-425e-ba05-3f3566d0b264
2022-05-07T06:47:39.963Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0b736544-daea-425e-ba05-3f3566d0b264
2022-05-07T06:47:39.963Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7b9bf3ed-da52 0 c6bd5f45-b26f-4b52-a01b-9533a48d5226 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:47:39.967Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3934585e, org.onap.sdc.toscaparser.api.parameters.Input@99e773f, org.onap.sdc.toscaparser.api.parameters.Input@463c8dba, org.onap.sdc.toscaparser.api.parameters.Input@4cd918a5, org.onap.sdc.toscaparser.api.parameters.Input@57344fc8]
2022-05-07T06:47:39.967Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.967Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.968Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0b736544-daea-425e-ba05-3f3566d0b264: pNF 7b9bf3ed-da52
2022-05-07T06:47:39.968Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||Processing PNF resource: c6bd5f45-b26f-4b52-a01b-9533a48d5226
2022-05-07T06:47:39.968Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:47:39.968Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_0yPBl4n4ixHej0rca4e7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:47:39.968Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||Resource customization UUID: 4d38a24d-9b7a-4fff-9c4c-54fb4af60c04 is the same as notified resource customizationUUID: 4d38a24d-9b7a-4fff-9c4c-54fb4af60c04
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-07T06:47:40.003Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7b9bf3ed-da52 c6bd5f45-b26f-4b52-a01b-9533a48d5226 0 ASDC deployResourceStructure
2022-05-07T06:47:40.003Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar ASDC sendASDCNotification
2022-05-07T06:47:40.003Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar
2022-05-07T06:47:40.003Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:47:40.004Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:47:40.005Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:47:40.005Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906060003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:47:40.108Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-07T06:47:40.109Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:47:40.109Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:47:40.121Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:40.122Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:47:41.006Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:47:41.016Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:47:41.018Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:47:41.018Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:47:41.018Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:47:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:47:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:47:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:47:51.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:47:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:47:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905951348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:47:51.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:11.018Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:48:11.029Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:48:11.031Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:48:11.031Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:48:11.031Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:48:41.031Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:48:41.044Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:48:41.046Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:48:41.046Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:48:41.046Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:48:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:48:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:48:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:48:51.373Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:48:51.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905951348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:48:51.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905955499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:48:51.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651905956954,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:48:51.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.377Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.380Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651905990418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651905995530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651905988830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651905988456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651905996382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651906004356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651906004494,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651906005131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "cds",
  "timestamp": 1651906005362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:48:51.390Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
2022-05-07T06:48:51.391Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:48:51.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651906006136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:48:51.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651905998640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "policy-id",
  "timestamp": 1651906007139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:48:51.405Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
2022-05-07T06:48:51.406Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906007522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906008696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651906010688,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906009700,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:48:51.418Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
2022-05-07T06:48:51.418Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651906011711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651906010449,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:48:51.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:11.046Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:49:11.059Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:49:11.062Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:49:11.062Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:49:11.062Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:49:41.062Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:49:41.071Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:49:41.073Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:49:41.073Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-07T06:49:41.073Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-07T06:49:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:49:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:49:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:49:51.380Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:49:51.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "clamp",
  "timestamp": 1651906012714,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.403Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
2022-05-07T06:49:51.403Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "aai-ml",
  "timestamp": 1651906011455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.413Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
2022-05-07T06:49:51.413Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906006472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906016422,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906018487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906019492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.423Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
2022-05-07T06:49:51.423Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906016382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906010418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906027899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906027472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906028477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906029041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "policy-id",
  "timestamp": 1651906029480,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.448Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7566e006-2ffd-4d99-9cac-47fc873f0609
2022-05-07T06:49:51.448Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7566e006-2ffd-4d99-9cac-47fc873f0609 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906030106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906029551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906031157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906032329,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.458Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7566e006-2ffd-4d99-9cac-47fc873f0609
2022-05-07T06:49:51.458Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7566e006-2ffd-4d99-9cac-47fc873f0609 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T06:49:51.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "cds",
  "timestamp": 1651906031723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.465Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7566e006-2ffd-4d99-9cac-47fc873f0609
2022-05-07T06:49:51.465Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7566e006-2ffd-4d99-9cac-47fc873f0609 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906033336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.472Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906018640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906036464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906040685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906018830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906034347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906042940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906043809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906036382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "cds",
  "timestamp": 1651906044164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.490Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77c8fe31-c58b-4f17-979d-597b9e7c9753
2022-05-07T06:49:51.490Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c8fe31-c58b-4f17-979d-597b9e7c9753 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906045691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906038640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.495Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "clamp",
  "timestamp": 1651906046694,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.498Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7566e006-2ffd-4d99-9cac-47fc873f0609
2022-05-07T06:49:51.498Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7566e006-2ffd-4d99-9cac-47fc873f0609 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906045817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906046334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906045168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906046822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906047463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906045168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906047704,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "policy-id",
  "timestamp": 1651906047825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.508Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77c8fe31-c58b-4f17-979d-597b9e7c9753
2022-05-07T06:49:51.508Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c8fe31-c58b-4f17-979d-597b9e7c9753 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906045168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906048731,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.516Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77c8fe31-c58b-4f17-979d-597b9e7c9753
2022-05-07T06:49:51.516Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c8fe31-c58b-4f17-979d-597b9e7c9753 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "39f2a152-c01a-42f6-9f5e-f5a0ee9152f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906048571,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906045168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906049736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906049961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906049508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906045168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906050964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.523Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7566e006-2ffd-4d99-9cac-47fc873f0609
2022-05-07T06:49:51.523Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7566e006-2ffd-4d99-9cac-47fc873f0609 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "aai-ml",
  "timestamp": 1651906050514,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.531Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7566e006-2ffd-4d99-9cac-47fc873f0609
2022-05-07T06:49:51.531Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7566e006-2ffd-4d99-9cac-47fc873f0609 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906050740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906045168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906050740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906045168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906050740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906052872,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906018458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906050740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "cds",
  "timestamp": 1651906053877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.546Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94a0108d-484d-4b74-9fdb-fb72f7565170
2022-05-07T06:49:51.546Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a0108d-484d-4b74-9fdb-fb72f7565170 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906050740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/resourceInstances/pnf7b9bf3edda520/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906050740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906050740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906058341,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906058341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906059686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906025530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906059393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906060075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906059600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906060003,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf0ypbl4n4ixhej0rca4e7/1.0/artifacts/service-DemoPnf0ypbl4n4ixhej0rca4e7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906060475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906061512,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.558Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94a0108d-484d-4b74-9fdb-fb72f7565170
2022-05-07T06:49:51.559Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a0108d-484d-4b74-9fdb-fb72f7565170 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906062514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906062516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906056382,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906063692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.565Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906063519,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.568Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77c8fe31-c58b-4f17-979d-597b9e7c9753
2022-05-07T06:49:51.568Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c8fe31-c58b-4f17-979d-597b9e7c9753 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906063486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.573Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "clamp",
  "timestamp": 1651906064697,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77c8fe31-c58b-4f17-979d-597b9e7c9753
2022-05-07T06:49:51.576Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c8fe31-c58b-4f17-979d-597b9e7c9753 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906054880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906064492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906064632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.582Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.583Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.583Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.583Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "policy-id",
  "timestamp": 1651906065496,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.585Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 94a0108d-484d-4b74-9fdb-fb72f7565170
2022-05-07T06:49:51.585Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a0108d-484d-4b74-9fdb-fb72f7565170 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T06:49:51.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.589Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "cds",
  "timestamp": 1651906065637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.596Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9571a73e-9c6c-42be-844e-db1e1115c4c9
2022-05-07T06:49:51.596Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9571a73e-9c6c-42be-844e-db1e1115c4c9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906058640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906068445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "aai-ml",
  "timestamp": 1651906069449,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:49:51.605Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77c8fe31-c58b-4f17-979d-597b9e7c9753
2022-05-07T06:49:51.605Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77c8fe31-c58b-4f17-979d-597b9e7c9753 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906036472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:49:51.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:11.074Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:50:11.084Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:50:11.086Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-05-07T06:50:11.089Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:50:41.089Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:50:41.096Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and serviceModelVersionId: 0b736544-daea-425e-ba05-3f3566d0b264
2022-05-07T06:50:41.097Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8dc25cd-dcb2-411e-806c-d1cabda0f496
2022-05-07T06:50:41.098Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8dc25cd-dcb2-411e-806c-d1cabda0f496/model-vers/model-ver/0b736544-daea-425e-ba05-3f3566d0b264?depth=0
2022-05-07T06:50:41.103Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:50:41.125Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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/e8dc25cd-dcb2-411e-806c-d1cabda0f496/model-vers/model-ver/0b736544-daea-425e-ba05-3f3566d0b264?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-07T06:50:41.126Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8dc25cd-dcb2-411e-806c-d1cabda0f496/model-vers/model-ver/0b736544-daea-425e-ba05-3f3566d0b264?depth=0|INFO|500||Invoke
2022-05-07T06:50:41.153Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8dc25cd-dcb2-411e-806c-d1cabda0f496/model-vers/model-ver/0b736544-daea-425e-ba05-3f3566d0b264?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:50:41.249Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8dc25cd-dcb2-411e-806c-d1cabda0f496/model-vers/model-ver/0b736544-daea-425e-ba05-3f3566d0b264?depth=0|INFO|500||InvokeReturn
2022-05-07T06:50:41.250Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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/e8dc25cd-dcb2-411e-806c-d1cabda0f496/model-vers/model-ver/0b736544-daea-425e-ba05-3f3566d0b264?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-06:50:40:805-67637], vertex-id=[143496], Content-Length=[0], Date=[Sat, 07 May 2022 06:50:40 GMT], Content-Type=[application/json]}
2022-05-07T06:50:41.250Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:50:41.251Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:50:41.251Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-05-07T06:50:41.256Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|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-05-07T06:50:41.256Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:50:41.256Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:50:41.256Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:41.258Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:41.258Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906241256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:50:41.358Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:41.359Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:41.359Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:41.378Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:41.379Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:50:42.270Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:50:42.270Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7566e006-2ffd-4d99-9cac-47fc873f0609","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"008853be-f838-4b3f-8196-bdb460144dfb","serviceDescription":"service","serviceInvariantUUID":"150a4718-58fb-46b1-bfe2-fa87f00b4f82","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3fc6b2be-0994-420f-83e2-5069df6ea7db","resourceInvariantUUID":"064bee0e-90f9-4a44-8a1c-4c88dfc587a3","resourceCustomizationUUID":"f72c927c-75bf-4408-ac1f-88a10be4a55e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZGFkNTg5YWYxY2RiYjJhYjkzYjEyNWNkNTc5Mjk1ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7ad7326f-156f-44e8-bc7a-d8f4c525c10e","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Y2EwZDBiYWYwNDEzYzI2YjI5OTI5OTYzMTk2NmVlYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e5abb4b-84f3-4b2b-b69a-c5c9b19ec19c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c295f9c1-c326-46da-a8b9-294ea7b34f8e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d260f4f2-5530-4cd6-b6e3-03638f7971a1","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d6e4a576-e63c-4672-a949-b36b6ebb2da0","artifactVersion":"2","generatedFromUUID":"942f9513-c055-4af8-a40e-162f37c7c703"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"38d7c762-bb19-4ade-9251-1be0dcf518fb","artifactVersion":"2","generatedFromUUID":"c295f9c1-c326-46da-a8b9-294ea7b34f8e"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"942f9513-c055-4af8-a40e-162f37c7c703","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c1007f76-8198-496c-9f72-1e19f6de417a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NDVkYmFlODhhMzkxMjNlNzcyMTBkZTIzYjA0MGU2ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d137890-4349-4b54-85f4-6c209a42fb48","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NTc4ZTA5OTVjYzUzYmYxMjY4ZjI5ZTQ3YTM2NjI3NTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7fbc7932-1582-44ba-aa43-ee7fba7e9feb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:50:42.271Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:42.271Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:42.273Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:42.273Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:42.373Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:42.374Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:42.374Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:42.386Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:42.387Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:50:43.274Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:43.274Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:43.312Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:43.312Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:50:43.376Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-05-07T06:50:43.377Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:43.377Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:43.388Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:43.388Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:44.312Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:44.313Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:44.314Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:44.315Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:50:44.415Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:44.416Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:44.416Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:44.426Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:44.427Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:45.315Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:45.316Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:45.318Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:45.319Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:45.419Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:45.419Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:45.420Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:45.429Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:45.429Z||pool-70-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:50:46.320Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:46.320Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:46.323Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:46.323Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-07T06:50:46.423Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:46.424Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:46.424Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:46.435Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:46.435Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:47.323Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:47.324Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:47.326Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:47.326Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-07T06:50:47.426Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:47.427Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:47.428Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:47.439Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:47.440Z||pool-72-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:48.327Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:48.328Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:48.330Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:48.330Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-07T06:50:48.430Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:48.431Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:48.431Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:48.443Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:48.443Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:49.330Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:49.331Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:49.333Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:49.333Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:49.434Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:49.435Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:49.436Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:49.447Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:49.448Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:50.334Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:50.335Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:50.337Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:50.337Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:50.437Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:50.438Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:50.438Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:50.450Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:50.450Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:51.338Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:50:51.338Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:51.340Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:51.340Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:50:51.350Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:50:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:50:51.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906072924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906075294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906076299,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.384Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94a0108d-484d-4b74-9fdb-fb72f7565170
2022-05-07T06:50:51.385Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a0108d-484d-4b74-9fdb-fb72f7565170 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906078689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.391Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906070418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906078516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906080416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906081693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906081807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "clamp",
  "timestamp": 1651906082704,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.396Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 94a0108d-484d-4b74-9fdb-fb72f7565170
2022-05-07T06:50:51.396Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a0108d-484d-4b74-9fdb-fb72f7565170 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906082903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906083954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906085022,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.405Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9571a73e-9c6c-42be-844e-db1e1115c4c9
2022-05-07T06:50:51.405Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9571a73e-9c6c-42be-844e-db1e1115c4c9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906076382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906084902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906077304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906086025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906085990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "aai-ml",
  "timestamp": 1651906085904,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.413Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94a0108d-484d-4b74-9fdb-fb72f7565170
2022-05-07T06:50:51.413Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94a0108d-484d-4b74-9fdb-fb72f7565170 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906087027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906086996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "policy-id",
  "timestamp": 1651906087999,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.423Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9571a73e-9c6c-42be-844e-db1e1115c4c9
2022-05-07T06:50:51.423Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9571a73e-9c6c-42be-844e-db1e1115c4c9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906089432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906090437,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9571a73e-9c6c-42be-844e-db1e1115c4c9
2022-05-07T06:50:51.430Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9571a73e-9c6c-42be-844e-db1e1115c4c9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:50:51.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906065701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906070451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906096146,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906105693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906108693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "clamp",
  "timestamp": 1651906109696,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.439Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9571a73e-9c6c-42be-844e-db1e1115c4c9
2022-05-07T06:50:51.439Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9571a73e-9c6c-42be-844e-db1e1115c4c9 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=?
2022-05-07T06:50:51.440Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:50:51.441Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:51.441Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:51.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906108411,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:50:51.443Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:50:51.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "aai-ml",
  "timestamp": 1651906109414,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:50:51.446Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9571a73e-9c6c-42be-844e-db1e1115c4c9
2022-05-07T06:50:51.446Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9571a73e-9c6c-42be-844e-db1e1115c4c9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.451Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.453Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.454Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:50:51.454Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:50:52.342Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "008853be-f838-4b3f-8196-bdb460144dfb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "150a4718-58fb-46b1-bfe2-fa87f00b4f82",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "f72c927c-75bf-4408-ac1f-88a10be4a55e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3fc6b2be-0994-420f-83e2-5069df6ea7db",
      "resourceInvariantUUID": "064bee0e-90f9-4a44-8a1c-4c88dfc587a3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "Y2EwZDBiYWYwNDEzYzI2YjI5OTI5OTYzMTk2NmVlYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e5abb4b-84f3-4b2b-b69a-c5c9b19ec19c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c295f9c1-c326-46da-a8b9-294ea7b34f8e",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "38d7c762-bb19-4ade-9251-1be0dcf518fb",
            "generatedFromUUID": "c295f9c1-c326-46da-a8b9-294ea7b34f8e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d6e4a576-e63c-4672-a949-b36b6ebb2da0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "38d7c762-bb19-4ade-9251-1be0dcf518fb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "942f9513-c055-4af8-a40e-162f37c7c703",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NTc4ZTA5OTVjYzUzYmYxMjY4ZjI5ZTQ3YTM2NjI3NTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7fbc7932-1582-44ba-aa43-ee7fba7e9feb"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:50:52.342Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:50:52.342Z|a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 008853be-f838-4b3f-8196-bdb460144dfb ASDC
2022-05-07T06:50:52.343Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7566e006-2ffd-4d99-9cac-47fc873f0609
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:008853be-f838-4b3f-8196-bdb460144dfb
ServiceInvariantUUID:150a4718-58fb-46b1-bfe2-fa87f00b4f82
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:7fbc7932-1582-44ba-aa43-ee7fba7e9feb
ArtifactChecksum:NTc4ZTA5OTVjYzUzYmYxMjY4ZjI5ZTQ3YTM2NjI3NTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:f72c927c-75bf-4408-ac1f-88a10be4a55e
ResourceInvariantUUID:064bee0e-90f9-4a44-8a1c-4c88dfc587a3
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3fc6b2be-0994-420f-83e2-5069df6ea7db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:5e5abb4b-84f3-4b2b-b69a-c5c9b19ec19c
ArtifactChecksum:Y2EwZDBiYWYwNDEzYzI2YjI5OTI5OTYzMTk2NmVlYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:c295f9c1-c326-46da-a8b9-294ea7b34f8e
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:38d7c762-bb19-4ade-9251-1be0dcf518fb
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:d6e4a576-e63c-4672-a949-b36b6ebb2da0
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:38d7c762-bb19-4ade-9251-1be0dcf518fb
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:942f9513-c055-4af8-a40e-162f37c7c703
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T06:50:52.343Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 008853be-f838-4b3f-8196-bdb460144dfb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:50:52.373Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:50:52.373Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:50:52.373Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:50:52.374Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7fbc7932-1582-44ba-aa43-ee7fba7e9feb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:52.374Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:50:52.374Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:54.961Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:50:54.970Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7fbc7932-1582-44ba-aa43-ee7fba7e9feb 158212
2022-05-07T06:50:54.971Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-07T06:50:54.971Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:54.971Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:50:54.971Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:54.972Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:54.972Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906254971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:55.073Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:55.074Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:55.074Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:55.085Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:55.085Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:50:55.973Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:50:55.974Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:50:55.974Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7fbc7932-1582-44ba-aa43-ee7fba7e9feb, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:55.974Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-07T06:50:55.975Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:55.975Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:56.042Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15456622226700866385/Definitions/service-BasicCnfMacro-template.yml
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|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-BasicCnfMacro-csar.csar
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.709Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-07T06:50:56.710Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:50:56.711Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=42e9a580-1655-4c2b-aae1-73298c44501f
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:50:56.712Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:008853be-f838-4b3f-8196-bdb460144dfb
Model Version:NULL
Model InvariantUuid:150a4718-58fb-46b1-bfe2-fa87f00b4f82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:58342575-0d2c-4621-b533-25385f4c24b3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:064bee0e-90f9-4a44-8a1c-4c88dfc587a3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f72c927c-75bf-4408-ac1f-88a10be4a55e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7b11e86e-5468-4769-a6bc-6dc8799b6038
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5dcd3360-45fd-493b-a1b4-208cf6dbbe49
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b28f0595-b258-42b5-83cb-4fa114b47e41
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a9694417-485e-45be-a006-2646567fbc69
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:42e9a580-1655-4c2b-aae1-73298c44501f
ModelInvariantUuid:b9a7d791-061c-4385-ae59-9afcbc1a8881
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:8bed92d9-8c98-4d5e-919a-9d0e6d139f80
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:45ba582b-7bdb-4be5-9146-0d974d9e7b57
ModelInvariantUuid:129d5fa6-df11-44e9-b660-5bcf19889fe8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:83f47ef7-48fb-47e0-9bba-63eb29141c79
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:50:56.719Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3fc6b2be-0994-420f-83e2-5069df6ea7db
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:50:56.723Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-05-07T06:50:56.723Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3fc6b2be-0994-420f-83e2-5069df6ea7db
2022-05-07T06:50:56.723Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5e5abb4b-84f3-4b2b-b69a-c5c9b19ec19c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T06:50:56.723Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:50:56.723Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T06:50:56.957Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:50:56.958Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5e5abb4b-84f3-4b2b-b69a-c5c9b19ec19c 1565
2022-05-07T06:50:56.958Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-07T06:50:56.958Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T06:50:56.958Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:50:56.958Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:56.960Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:56.960Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906256958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:57.060Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:57.061Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:57.061Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:57.073Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:57.073Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:50:57.961Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b28f0595-b258-42b5-83cb-4fa114b47e41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9694417-485e-45be-a006-2646567fbc69",
    "vfModuleModelCustomizationUUID": "b31c2d49-66c5-44d8-807f-3bec82d58c9a",
    "isBase": true,
    "artifacts": [
      "c295f9c1-c326-46da-a8b9-294ea7b34f8e",
      "38d7c762-bb19-4ade-9251-1be0dcf518fb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "7b11e86e-5468-4769-a6bc-6dc8799b6038",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5dcd3360-45fd-493b-a1b4-208cf6dbbe49",
    "vfModuleModelCustomizationUUID": "c33835ad-239f-4e57-9785-762b005272ef",
    "isBase": false,
    "artifacts": [
      "942f9513-c055-4af8-a40e-162f37c7c703"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:50:57.967Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9694417-485e-45be-a006-2646567fbc69
VfModuleModelInvariantUUID:b28f0595-b258-42b5-83cb-4fa114b47e41
VfModuleModelDescription:NULL
Artifacts UUID List:{
c295f9c1-c326-46da-a8b9-294ea7b34f8e
,
38d7c762-bb19-4ade-9251-1be0dcf518fb

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:5dcd3360-45fd-493b-a1b4-208cf6dbbe49
VfModuleModelInvariantUUID:7b11e86e-5468-4769-a6bc-6dc8799b6038
VfModuleModelDescription:NULL
Artifacts UUID List:{
942f9513-c055-4af8-a40e-162f37c7c703

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-07T06:50:57.969Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b28f0595-b258-42b5-83cb-4fa114b47e41",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a9694417-485e-45be-a006-2646567fbc69",
    "vfModuleModelCustomizationUUID": "b31c2d49-66c5-44d8-807f-3bec82d58c9a",
    "isBase": true,
    "artifacts": [
      "c295f9c1-c326-46da-a8b9-294ea7b34f8e",
      "38d7c762-bb19-4ade-9251-1be0dcf518fb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "7b11e86e-5468-4769-a6bc-6dc8799b6038",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5dcd3360-45fd-493b-a1b4-208cf6dbbe49",
    "vfModuleModelCustomizationUUID": "c33835ad-239f-4e57-9785-762b005272ef",
    "isBase": false,
    "artifacts": [
      "942f9513-c055-4af8-a40e-162f37c7c703"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:50:57.969Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a9694417-485e-45be-a006-2646567fbc69
VfModuleModelInvariantUUID:b28f0595-b258-42b5-83cb-4fa114b47e41
VfModuleModelDescription:NULL
Artifacts UUID List:{
c295f9c1-c326-46da-a8b9-294ea7b34f8e
,
38d7c762-bb19-4ade-9251-1be0dcf518fb

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:5dcd3360-45fd-493b-a1b4-208cf6dbbe49
VfModuleModelInvariantUUID:7b11e86e-5468-4769-a6bc-6dc8799b6038
VfModuleModelDescription:NULL
Artifacts UUID List:{
942f9513-c055-4af8-a40e-162f37c7c703

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-05-07T06:50:57.969Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c295f9c1-c326-46da-a8b9-294ea7b34f8e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T06:50:57.969Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:50:57.969Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T06:50:58.174Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:50:58.175Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c295f9c1-c326-46da-a8b9-294ea7b34f8e 914
2022-05-07T06:50:58.175Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-07T06:50:58.175Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T06:50:58.175Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:50:58.176Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:58.178Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:58.178Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906258175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:58.278Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:50:58.279Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:58.279Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:58.291Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:58.292Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:50:59.178Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d6e4a576-e63c-4672-a949-b36b6ebb2da0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-07T06:50:59.179Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:50:59.179Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-07T06:50:59.463Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:50:59.464Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d6e4a576-e63c-4672-a949-b36b6ebb2da0 12
2022-05-07T06:50:59.464Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-07T06:50:59.464Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-07T06:50:59.464Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:50:59.464Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:50:59.466Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:50:59.466Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906259464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:50:59.567Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:50:59.568Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:50:59.568Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:50:59.580Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:50:59.581Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:00.467Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 38d7c762-bb19-4ade-9251-1be0dcf518fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T06:51:00.468Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:51:00.468Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T06:51:00.511Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:51:00.512Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 38d7c762-bb19-4ade-9251-1be0dcf518fb 96
2022-05-07T06:51:00.512Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-07T06:51:00.512Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T06:51:00.512Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:51:00.512Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:00.514Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:00.515Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906260512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:00.615Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:00.616Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:00.616Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:00.627Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:00.627Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:01.515Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 942f9513-c055-4af8-a40e-162f37c7c703 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-07T06:51:01.516Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:51:01.516Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-07T06:51:01.561Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:51:01.563Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 942f9513-c055-4af8-a40e-162f37c7c703 20206
2022-05-07T06:51:01.563Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-07T06:51:01.563Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-07T06:51:01.563Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:51:01.564Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:01.566Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:01.566Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906261563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:01.666Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:01.667Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:01.667Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:01.685Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:01.686Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:02.572Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 008853be-f838-4b3f-8196-bdb460144dfb
2022-05-07T06:51:02.572Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3fc6b2be-0994-420f-83e2-5069df6ea7db ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:51:02.581Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3552c618, org.onap.sdc.toscaparser.api.parameters.Input@29c137ee, org.onap.sdc.toscaparser.api.parameters.Input@72be2d43, org.onap.sdc.toscaparser.api.parameters.Input@2bd7c009, org.onap.sdc.toscaparser.api.parameters.Input@816a16d]
2022-05-07T06:51:02.582Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.583Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.583Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-07T06:51:02.583Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f72c927c-75bf-4408-ac1f-88a10be4a55e
2022-05-07T06:51:02.583Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f72c927c-75bf-4408-ac1f-88a10be4a55e matches Tosca VF Customization UUID: f72c927c-75bf-4408-ac1f-88a10be4a55e
2022-05-07T06:51:02.583Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f72c927c-75bf-4408-ac1f-88a10be4a55e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:51:02.585Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.585Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.585Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f72c927c-75bf-4408-ac1f-88a10be4a55e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-05-07T06:51:02.585Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3edd275b
2022-05-07T06:51:02.585Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.586Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:51:02.586Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c33835ad-239f-4e57-9785-762b005272ef
2022-05-07T06:51:02.586Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c33835ad-239f-4e57-9785-762b005272ef
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-07T06:51:02.588Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f72c927c-75bf-4408-ac1f-88a10be4a55e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 008853be-f838-4b3f-8196-bdb460144dfb: basic_cnf_macro
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.590Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:02.591Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:02.591Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:02.618Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3fc6b2be-0994-420f-83e2-5069df6ea7db 2 ASDC deployResourceStructure
2022-05-07T06:51:02.618Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-05-07T06:51:02.618Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-07T06:51:02.618Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:02.618Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:02.620Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:02.620Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906262618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:02.720Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:02.721Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:02.722Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:02.731Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:02.731Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:03.620Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-05-07T06:51:03.621Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-07T06:51:03.621Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:03.621Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:03.623Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:03.623Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906263620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:03.723Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:03.724Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:03.724Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:03.735Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:03.735Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:51:04.627Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-05-07T06:51:04.627Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-05-07T06:51:04.627Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T06:51:04.627Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:04.629Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:04.629Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906264624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:51:04.729Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:04.730Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:04.730Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:04.742Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:04.742Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:05.630Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-05-07T06:51:05.630Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-07T06:51:05.630Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:05.631Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:05.632Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:05.633Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906265630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:05.733Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:05.733Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:05.733Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:05.744Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:05.744Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:51:06.634Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-05-07T06:51:06.635Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-07T06:51:06.635Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T06:51:06.635Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:06.637Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:06.637Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906266633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:51:06.737Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:06.738Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:06.739Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:06.751Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:06.752Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:51:07.638Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-07T06:51:07.638Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-07T06:51:07.638Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:07.638Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:07.640Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:07.641Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906267638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:07.741Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:51:07.741Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:07.741Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:07.753Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:07.754Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:08.641Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7566e006-2ffd-4d99-9cac-47fc873f0609
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:51:08.651Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7566e006-2ffd-4d99-9cac-47fc873f0609
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:51:08.653Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:51:08.653Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:51:08.653Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:51:08.653Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:51:08.654Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:51:08.654Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:51:08.654Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:51:08.654Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:51:08.654Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:51:08.654Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:51:08.654Z|7566e006-2ffd-4d99-9cac-47fc873f0609|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-05-07T06:51:08.657Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:51:38.657Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7566e006-2ffd-4d99-9cac-47fc873f0609 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:51:38.664Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7566e006-2ffd-4d99-9cac-47fc873f0609 and serviceModelVersionId: 008853be-f838-4b3f-8196-bdb460144dfb
2022-05-07T06:51:38.664Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 150a4718-58fb-46b1-bfe2-fa87f00b4f82
2022-05-07T06:51:38.665Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0
2022-05-07T06:51:38.674Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:51:38.697Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0|INFO|500||Invoke
2022-05-07T06:51:38.697Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7566e006-2ffd-4d99-9cac-47fc873f0609], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c918903-812f-4a6c-be4e-a1620c7bed17], X-ECOMP-RequestID=[7566e006-2ffd-4d99-9cac-47fc873f0609], X-TransactionId=[], X-ONAP-RequestID=[7566e006-2ffd-4d99-9cac-47fc873f0609], Content-Type=[application/merge-patch+json]}
2022-05-07T06:51:38.713Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:51:38.786Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?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/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-06:51:38:363-57099], vertex-id=[241672], Content-Length=[0], Date=[Sat, 07 May 2022 06:51:38 GMT], Content-Type=[application/json]}
2022-05-07T06:51:38.786Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:51:38.787Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/150a4718-58fb-46b1-bfe2-fa87f00b4f82/model-vers/model-ver/008853be-f838-4b3f-8196-bdb460144dfb?depth=0|INFO|500||InvokeReturn
2022-05-07T06:51:38.788Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:51:38.788Z|7566e006-2ffd-4d99-9cac-47fc873f0609|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-05-07T06:51:38.793Z|7566e006-2ffd-4d99-9cac-47fc873f0609|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-05-07T06:51:38.794Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7566e006-2ffd-4d99-9cac-47fc873f0609 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:51:38.794Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:51:38.794Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:38.797Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:38.797Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906298794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:51:38.897Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:38.898Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:38.898Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:38.912Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:38.913Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:51:39.808Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:51:39.808Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"77c8fe31-c58b-4f17-979d-597b9e7c9753","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c2b19ab9-de88-421a-914d-6b31b1ae9cd6","serviceDescription":"service","serviceInvariantUUID":"b21f3945-b779-4fe3-964d-2dfc39054b9f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89f89671-a480-44e5-9d1e-cdb4f38a7c29","resourceInvariantUUID":"507dadde-6b32-4142-835d-19a4e0ac5f7c","resourceCustomizationUUID":"d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OTU0ZmYxZjM4MDlkNGM3YTI3N2EyMjZkNTkzZTNlMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"58885d06-1cd5-4af3-90bf-d4380eaa300e","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MWNlZDUwOGJjZWU3ZmJhNWFiYjFlYzYzNjUwMmEzNDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3fcf8ef-74ef-4cdc-bb1e-e4a8c7edce47","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"16f7fc41-401c-46f9-9cdb-3543b832aeee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e97b98a-4d12-4fc6-a654-23a847ca3250","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"45ed7f94-5ad8-401e-ad97-05034dc56b5d","artifactVersion":"2","generatedFromUUID":"16f7fc41-401c-46f9-9cdb-3543b832aeee"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"YWU0MGZkNzQ4Zjk5NDcyNjU5ZjA3Y2Y2NWVmODNiZDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8e19d3b6-228d-46f7-8667-ebeae2a6e640","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YjUwOWViYTQ4ZDgxZjk2MTA3NTc1MTdiODk0N2Y4NmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c42ac0f9-dc93-43ce-8701-41efa3e0ccf4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NmIxM2ExZDRiNmNlOGQ1ZDk5YjE5MzlmYzA4YWMzMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13375f18-c773-4001-843f-78a81f03a84b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:51:39.808Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:39.808Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:39.810Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:39.810Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:39.910Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:39.911Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:39.911Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:39.923Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:39.924Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:51:40.810Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:40.811Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:40.813Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:40.813Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:51:40.913Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-07T06:51:40.914Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:40.914Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:40.925Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:40.925Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:51:41.815Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:41.815Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:41.817Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:41.817Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:51:41.917Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:41.918Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:41.918Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:41.940Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:41.941Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:42.818Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:42.818Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:42.820Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:42.820Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:42.920Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:51:42.921Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:42.921Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:42.933Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:42.934Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:43.821Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:43.822Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:43.824Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:43.824Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T06:51:43.924Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:43.925Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:43.925Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:43.937Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:43.937Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:44.824Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:44.825Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:44.827Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:44.827Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:44.927Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:44.928Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:44.928Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:44.939Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:44.939Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:45.828Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:45.828Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:45.830Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:45.831Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:45.931Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:45.932Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:45.932Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:45.942Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:45.942Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:46.831Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:51:46.832Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:46.833Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:46.833Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:51:46.933Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:46.934Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:46.934Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:46.945Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:46.945Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:51:47.834Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c2b19ab9-de88-421a-914d-6b31b1ae9cd6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b21f3945-b779-4fe3-964d-2dfc39054b9f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "89f89671-a480-44e5-9d1e-cdb4f38a7c29",
      "resourceInvariantUUID": "507dadde-6b32-4142-835d-19a4e0ac5f7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "MWNlZDUwOGJjZWU3ZmJhNWFiYjFlYzYzNjUwMmEzNDE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e3fcf8ef-74ef-4cdc-bb1e-e4a8c7edce47",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "16f7fc41-401c-46f9-9cdb-3543b832aeee",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "45ed7f94-5ad8-401e-ad97-05034dc56b5d",
            "generatedFromUUID": "16f7fc41-401c-46f9-9cdb-3543b832aeee"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "45ed7f94-5ad8-401e-ad97-05034dc56b5d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NmIxM2ExZDRiNmNlOGQ1ZDk5YjE5MzlmYzA4YWMzMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13375f18-c773-4001-843f-78a81f03a84b"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:51:47.834Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:51:47.835Z|7566e006-2ffd-4d99-9cac-47fc873f0609|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c2b19ab9-de88-421a-914d-6b31b1ae9cd6 ASDC
2022-05-07T06:51:47.835Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:77c8fe31-c58b-4f17-979d-597b9e7c9753
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:c2b19ab9-de88-421a-914d-6b31b1ae9cd6
ServiceInvariantUUID:b21f3945-b779-4fe3-964d-2dfc39054b9f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:13375f18-c773-4001-843f-78a81f03a84b
ArtifactChecksum:NmIxM2ExZDRiNmNlOGQ1ZDk5YjE5MzlmYzA4YWMzMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7
ResourceInvariantUUID:507dadde-6b32-4142-835d-19a4e0ac5f7c
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:89f89671-a480-44e5-9d1e-cdb4f38a7c29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:e3fcf8ef-74ef-4cdc-bb1e-e4a8c7edce47
ArtifactChecksum:MWNlZDUwOGJjZWU3ZmJhNWFiYjFlYzYzNjUwMmEzNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:16f7fc41-401c-46f9-9cdb-3543b832aeee
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:45ed7f94-5ad8-401e-ad97-05034dc56b5d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:45ed7f94-5ad8-401e-ad97-05034dc56b5d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T06:51:47.836Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2b19ab9-de88-421a-914d-6b31b1ae9cd6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:51:47.865Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:51:47.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:51:47.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:51:47.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 13375f18-c773-4001-843f-78a81f03a84b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T06:51:47.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:51:47.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T06:51:49.147Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:51:49.153Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 13375f18-c773-4001-843f-78a81f03a84b 78805
2022-05-07T06:51:49.153Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-07T06:51:49.153Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T06:51:49.153Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:51:49.153Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:49.155Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:49.155Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906309153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:49.255Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:49.256Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:49.256Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:49.270Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:49.270Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:50.155Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:51:50.156Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:51:50.157Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 13375f18-c773-4001-843f-78a81f03a84b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.157Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.158Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.158Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.225Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1714960331163684739/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|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-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|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-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|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-BasicVmMacro-csar.csar
2022-05-07T06:51:50.855Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.858Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-07T06:51:50.858Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:51:50.858Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.858Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:50.859Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:50.859Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:51:50.859Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:51:50.860Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.860Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:50.860Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:50.861Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:51:50.861Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:51:50.861Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.862Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:50.862Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.862Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-07T06:51:50.863Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-07T06:51:50.863Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-07T06:51:50.863Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-07T06:51:50.864Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T06:51:50.864Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:51:50.864Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.864Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:51:50.865Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.865Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:50.865Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:50.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:50.866Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:50.867Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.867Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:50.867Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:50.868Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.868Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-07T06:51:50.868Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-07T06:51:50.868Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T06:51:50.869Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=307b4b7a-48e2-4388-a5e0-4dd06a362a79
2022-05-07T06:51:50.869Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.869Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:50.869Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.869Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:50.869Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.869Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:50.870Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:50.870Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:50.870Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:c2b19ab9-de88-421a-914d-6b31b1ae9cd6
Model Version:NULL
Model InvariantUuid:b21f3945-b779-4fe3-964d-2dfc39054b9f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6b433836-7d10-4950-b41f-25d24b8e0f7d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:507dadde-6b32-4142-835d-19a4e0ac5f7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:70ca6037-c48a-40f9-b346-273d1810271e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0ca8f202-bb52-4778-81c8-8a1c9d80f771
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:307b4b7a-48e2-4388-a5e0-4dd06a362a79
ModelInvariantUuid:5faa7da7-d006-41c7-be9b-dda979cbcfad
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8d3a8d2c-413a-4b9e-abc2-c177c360d955
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0d07c520-60bb-48e7-a292-103bd57eacc7
ModelInvariantUuid:8013356c-523f-47d6-85e0-23200a7043f0
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ec83e488-6af1-43aa-a80c-c2fc37e09cd9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:51:50.876Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 89f89671-a480-44e5-9d1e-cdb4f38a7c29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:51:50.879Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-05-07T06:51:50.879Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89f89671-a480-44e5-9d1e-cdb4f38a7c29
2022-05-07T06:51:50.880Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3fcf8ef-74ef-4cdc-bb1e-e4a8c7edce47 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T06:51:50.880Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:51:50.880Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T06:51:51.333Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:51:51.334Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e3fcf8ef-74ef-4cdc-bb1e-e4a8c7edce47 792
2022-05-07T06:51:51.334Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-07T06:51:51.334Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T06:51:51.334Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:51:51.335Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:51.337Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:51.338Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906311334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:51:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:51:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:51:51.366Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:51.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906119957,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:51:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906118640,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906116382,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906120272,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906123830,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906126472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906134210,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906134607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906134349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906134673,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906135637,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906135677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "cds",
  "timestamp": 1651906135433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:51.384Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6621632c-90d1-41d1-903c-7df914b7d146
2022-05-07T06:51:51.384Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6621632c-90d1-41d1-903c-7df914b7d146 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906136432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1651906136641,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:51:51.392Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6621632c-90d1-41d1-903c-7df914b7d146
2022-05-07T06:51:51.392Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6621632c-90d1-41d1-903c-7df914b7d146 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:51.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "policy-id",
  "timestamp": 1651906136680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:51:51.400Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6621632c-90d1-41d1-903c-7df914b7d146
2022-05-07T06:51:51.400Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6621632c-90d1-41d1-903c-7df914b7d146 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906138424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1651906130418,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.408Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1651906139429,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:51:51.412Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6621632c-90d1-41d1-903c-7df914b7d146
2022-05-07T06:51:51.413Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6621632c-90d1-41d1-903c-7df914b7d146 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:51.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906139834,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:51.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906141700,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:51.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "aai-ml",
  "timestamp": 1651906140836,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:51:51.423Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6621632c-90d1-41d1-903c-7df914b7d146
2022-05-07T06:51:51.423Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6621632c-90d1-41d1-903c-7df914b7d146 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:51.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906142718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:51.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:51:51.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:51:51.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "clamp",
  "timestamp": 1651906143722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-07T06:51:51.433Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6621632c-90d1-41d1-903c-7df914b7d146
2022-05-07T06:51:51.433Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6621632c-90d1-41d1-903c-7df914b7d146 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:51.438Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:51:51.438Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:51.438Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:51.449Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:51.449Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:52.338Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "70ca6037-c48a-40f9-b346-273d1810271e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ca8f202-bb52-4778-81c8-8a1c9d80f771",
    "vfModuleModelCustomizationUUID": "195550be-7152-4656-8b3c-17b635eed93a",
    "isBase": true,
    "artifacts": [
      "16f7fc41-401c-46f9-9cdb-3543b832aeee",
      "45ed7f94-5ad8-401e-ad97-05034dc56b5d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:51:52.342Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ca8f202-bb52-4778-81c8-8a1c9d80f771
VfModuleModelInvariantUUID:70ca6037-c48a-40f9-b346-273d1810271e
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f7fc41-401c-46f9-9cdb-3543b832aeee
,
45ed7f94-5ad8-401e-ad97-05034dc56b5d

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

isBase:true


}

2022-05-07T06:51:52.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "70ca6037-c48a-40f9-b346-273d1810271e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ca8f202-bb52-4778-81c8-8a1c9d80f771",
    "vfModuleModelCustomizationUUID": "195550be-7152-4656-8b3c-17b635eed93a",
    "isBase": true,
    "artifacts": [
      "16f7fc41-401c-46f9-9cdb-3543b832aeee",
      "45ed7f94-5ad8-401e-ad97-05034dc56b5d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:51:52.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ca8f202-bb52-4778-81c8-8a1c9d80f771
VfModuleModelInvariantUUID:70ca6037-c48a-40f9-b346-273d1810271e
VfModuleModelDescription:NULL
Artifacts UUID List:{
16f7fc41-401c-46f9-9cdb-3543b832aeee
,
45ed7f94-5ad8-401e-ad97-05034dc56b5d

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

isBase:true


}

2022-05-07T06:51:52.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 16f7fc41-401c-46f9-9cdb-3543b832aeee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T06:51:52.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:51:52.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T06:51:53.633Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:51:53.634Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 16f7fc41-401c-46f9-9cdb-3543b832aeee 5033
2022-05-07T06:51:53.634Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-07T06:51:53.634Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T06:51:53.634Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:51:53.634Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:53.636Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:53.636Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906313634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:53.736Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:53.737Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:53.737Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:53.746Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:53.746Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:54.637Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45ed7f94-5ad8-401e-ad97-05034dc56b5d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T06:51:54.637Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:51:54.637Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T06:51:54.971Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:51:54.972Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 45ed7f94-5ad8-401e-ad97-05034dc56b5d 903
2022-05-07T06:51:54.972Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-07T06:51:54.972Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T06:51:54.972Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:51:54.972Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:54.975Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:54.975Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906314972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:51:55.075Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:55.076Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:55.076Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:55.087Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:55.088Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:51:55.975Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c2b19ab9-de88-421a-914d-6b31b1ae9cd6
2022-05-07T06:51:55.976Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 89f89671-a480-44e5-9d1e-cdb4f38a7c29 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:51:55.987Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@43a510cc, org.onap.sdc.toscaparser.api.parameters.Input@734744ae, org.onap.sdc.toscaparser.api.parameters.Input@29c5e42b, org.onap.sdc.toscaparser.api.parameters.Input@4e06351d, org.onap.sdc.toscaparser.api.parameters.Input@254e6f61]
2022-05-07T06:51:55.988Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.988Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.988Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-07T06:51:55.988Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7
2022-05-07T06:51:55.988Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7 matches Tosca VF Customization UUID: d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7
2022-05-07T06:51:55.988Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:51:55.989Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.989Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.990Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-07T06:51:55.990Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@155606c9
2022-05-07T06:51:55.990Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.990Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:51:55.990Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 195550be-7152-4656-8b3c-17b635eed93a
2022-05-07T06:51:55.991Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 195550be-7152-4656-8b3c-17b635eed93a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-07T06:51:55.992Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T06:51:55.993Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=307b4b7a-48e2-4388-a5e0-4dd06a362a79
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:51:55.994Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.994Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:55.994Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:51:55.994Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.994Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-07T06:51:55.994Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d0981e8d-9b5d-4217-87b5-cf3a5f92d7c7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:51:55.995Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.995Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c2b19ab9-de88-421a-914d-6b31b1ae9cd6: basic_vm_macro
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:51:55.996Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:51:56.064Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 89f89671-a480-44e5-9d1e-cdb4f38a7c29 1 ASDC deployResourceStructure
2022-05-07T06:51:56.064Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-07T06:51:56.064Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-07T06:51:56.064Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:56.065Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:56.067Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:56.067Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906316064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:56.167Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:56.174Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:56.174Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:56.187Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:56.187Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:57.068Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-07T06:51:57.068Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-07T06:51:57.068Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:57.069Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:57.072Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:57.072Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906317068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:57.171Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-07T06:51:57.172Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:57.172Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:57.185Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:57.185Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:58.075Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-07T06:51:58.075Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-07T06:51:58.075Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:58.076Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:58.077Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:58.077Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906318075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:58.177Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:58.178Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:58.178Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:58.195Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:58.195Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:51:59.078Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-07T06:51:59.078Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-07T06:51:59.078Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:51:59.078Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:51:59.080Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:51:59.080Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906319077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:51:59.180Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:51:59.181Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:51:59.181Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:51:59.194Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:51:59.194Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:00.080Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77c8fe31-c58b-4f17-979d-597b9e7c9753
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:52:00.092Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77c8fe31-c58b-4f17-979d-597b9e7c9753
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:00.095Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|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-05-07T06:52:00.098Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:52:30.099Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77c8fe31-c58b-4f17-979d-597b9e7c9753 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:52:30.104Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77c8fe31-c58b-4f17-979d-597b9e7c9753 and serviceModelVersionId: c2b19ab9-de88-421a-914d-6b31b1ae9cd6
2022-05-07T06:52:30.104Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b21f3945-b779-4fe3-964d-2dfc39054b9f
2022-05-07T06:52:30.104Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0
2022-05-07T06:52:30.108Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:52:30.138Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0|INFO|500||Invoke
2022-05-07T06:52:30.138Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[77c8fe31-c58b-4f17-979d-597b9e7c9753], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d731a080-2186-4462-952d-99428b6b2ef5], X-ECOMP-RequestID=[77c8fe31-c58b-4f17-979d-597b9e7c9753], X-TransactionId=[], X-ONAP-RequestID=[77c8fe31-c58b-4f17-979d-597b9e7c9753], Content-Type=[application/merge-patch+json]}
2022-05-07T06:52:30.157Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:52:30.306Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?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/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-06:52:29:808-21342], vertex-id=[516096], Content-Length=[0], Date=[Sat, 07 May 2022 06:52:29 GMT], Content-Type=[application/json]}
2022-05-07T06:52:30.306Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:52:30.307Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b21f3945-b779-4fe3-964d-2dfc39054b9f/model-vers/model-ver/c2b19ab9-de88-421a-914d-6b31b1ae9cd6?depth=0|INFO|500||InvokeReturn
2022-05-07T06:52:30.307Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:52:30.308Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|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-05-07T06:52:30.313Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|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-05-07T06:52:30.314Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77c8fe31-c58b-4f17-979d-597b9e7c9753 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:52:30.314Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:52:30.314Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:30.316Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:30.316Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906350314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:52:30.416Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:30.417Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:30.417Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:30.430Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:30.430Z||pool-106-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-05-07T06:52:31.328Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:52:31.328Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"94a0108d-484d-4b74-9fdb-fb72f7565170","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"504b289a-f89d-470f-ba84-d09143fc4a13","serviceDescription":"service","serviceInvariantUUID":"56d4cfce-36ef-4aeb-8909-11b197b756a4","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f15ed391-e7b2-432f-8e8f-d176dedaed65","resourceInvariantUUID":"d105fcac-10b1-41ff-8386-5f2813506f77","resourceCustomizationUUID":"9bf7d6e5-534a-484b-847b-078962e1dc64","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MzJkNGRkNGY4YzVmNjU1ZTRjNmE3NGQ2NGY4NTI3ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b16ccf27-bd7e-4451-a7b0-5acae7de02d8","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZDM2YzI3M2FiMzEyNTAyMzhkZDU3ODg4MDNmZWQyNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6386b16f-af41-4424-ab0c-24d0c73e87c9","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b0f5667d-8639-4702-a7c1-300112cdc094","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d5fc2f0-a0fe-422b-949d-1c2f4762a4eb","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f3c11db-be42-4990-98ec-a229b7798f05","artifactVersion":"2","generatedFromUUID":"b0f5667d-8639-4702-a7c1-300112cdc094"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTY3MzM0NGY1ZjFkMjE2YzQ5OWFmNWVkZDg1ZWMzM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0f217120-1e58-492d-b222-d021f3fc24dc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjU0ZjY3ODk1YjMyNTNhMGUyNjc2ZTAwNzM5NDIyMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd68bc03-b18d-41b2-90dc-c9c82e0bb052","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:52:31.328Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:52:31.329Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:31.330Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:31.330Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:52:31.431Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:31.431Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:31.431Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:31.445Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:31.445Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:32.331Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:52:32.331Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:32.332Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:32.332Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:52:32.434Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-07T06:52:32.435Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:32.435Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:32.446Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:32.446Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:52:33.333Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:52:33.333Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:33.335Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:33.335Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:52:33.435Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:33.436Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:33.436Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:33.448Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:33.448Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:34.336Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:52:34.336Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:34.338Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:34.338Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:52:34.438Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:34.439Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:34.439Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:34.448Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:34.449Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:35.339Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:52:35.339Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:35.341Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:35.342Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T06:52:35.442Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:35.443Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:35.443Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:35.457Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:35.458Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:36.342Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:52:36.343Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:36.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:36.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:52:36.445Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:36.446Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:36.446Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:36.457Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:36.457Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:37.345Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:52:37.346Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:37.347Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:37.347Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:52:37.447Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:37.448Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:37.448Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:37.463Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:37.463Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:52:38.348Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "504b289a-f89d-470f-ba84-d09143fc4a13",
  "serviceDescription": "service",
  "serviceInvariantUUID": "56d4cfce-36ef-4aeb-8909-11b197b756a4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9bf7d6e5-534a-484b-847b-078962e1dc64",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f15ed391-e7b2-432f-8e8f-d176dedaed65",
      "resourceInvariantUUID": "d105fcac-10b1-41ff-8386-5f2813506f77",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "ZDM2YzI3M2FiMzEyNTAyMzhkZDU3ODg4MDNmZWQyNTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6386b16f-af41-4424-ab0c-24d0c73e87c9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b0f5667d-8639-4702-a7c1-300112cdc094",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3f3c11db-be42-4990-98ec-a229b7798f05",
            "generatedFromUUID": "b0f5667d-8639-4702-a7c1-300112cdc094"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3f3c11db-be42-4990-98ec-a229b7798f05",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjU0ZjY3ODk1YjMyNTNhMGUyNjc2ZTAwNzM5NDIyMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bd68bc03-b18d-41b2-90dc-c9c82e0bb052"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:52:38.348Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:52:38.348Z|77c8fe31-c58b-4f17-979d-597b9e7c9753|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 504b289a-f89d-470f-ba84-d09143fc4a13 ASDC
2022-05-07T06:52:38.348Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:94a0108d-484d-4b74-9fdb-fb72f7565170
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:504b289a-f89d-470f-ba84-d09143fc4a13
ServiceInvariantUUID:56d4cfce-36ef-4aeb-8909-11b197b756a4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:bd68bc03-b18d-41b2-90dc-c9c82e0bb052
ArtifactChecksum:ZjU0ZjY3ODk1YjMyNTNhMGUyNjc2ZTAwNzM5NDIyMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9bf7d6e5-534a-484b-847b-078962e1dc64
ResourceInvariantUUID:d105fcac-10b1-41ff-8386-5f2813506f77
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f15ed391-e7b2-432f-8e8f-d176dedaed65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:6386b16f-af41-4424-ab0c-24d0c73e87c9
ArtifactChecksum:ZDM2YzI3M2FiMzEyNTAyMzhkZDU3ODg4MDNmZWQyNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:b0f5667d-8639-4702-a7c1-300112cdc094
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3f3c11db-be42-4990-98ec-a229b7798f05
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3f3c11db-be42-4990-98ec-a229b7798f05
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T06:52:38.348Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 504b289a-f89d-470f-ba84-d09143fc4a13 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:52:38.378Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:52:38.379Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:52:38.379Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:52:38.379Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bd68bc03-b18d-41b2-90dc-c9c82e0bb052 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-07T06:52:38.379Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:52:38.379Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-07T06:52:38.616Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:52:38.621Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bd68bc03-b18d-41b2-90dc-c9c82e0bb052 71061
2022-05-07T06:52:38.621Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-07T06:52:38.621Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-07T06:52:38.622Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:52:38.622Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:38.624Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:38.624Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906358621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:52:38.724Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:38.725Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:38.725Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:38.736Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:38.737Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:52:39.624Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:52:39.625Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:52:39.625Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bd68bc03-b18d-41b2-90dc-c9c82e0bb052, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:39.626Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-07T06:52:39.626Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:39.626Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:39.687Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12760525446823469245/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-07T06:52:40.315Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:52:40.315Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:52:40.315Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:40.315Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|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-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|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-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|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-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:40.316Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:52:40.317Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:52:40.317Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.317Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:40.318Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.318Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-07T06:52:40.318Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-07T06:52:40.318Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-07T06:52:40.319Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-07T06:52:40.319Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T06:52:40.320Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:52:40.320Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.320Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:52:40.320Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.321Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:40.321Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:52:40.321Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.321Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:40.322Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:52:40.322Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.322Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:40.322Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:52:40.322Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.323Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-07T06:52:40.323Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-07T06:52:40.323Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T06:52:40.323Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e02f4c0b-1210-41ae-b164-5216e17d211e
2022-05-07T06:52:40.324Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.324Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:40.324Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.324Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:40.324Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.325Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:40.325Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:40.325Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:40.325Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:504b289a-f89d-470f-ba84-d09143fc4a13
Model Version:NULL
Model InvariantUuid:56d4cfce-36ef-4aeb-8909-11b197b756a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:473e5cd9-f424-4454-b184-54187bcae516
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d105fcac-10b1-41ff-8386-5f2813506f77
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9bf7d6e5-534a-484b-847b-078962e1dc64
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0e46649c-5e4d-416d-aaa7-52400d080dc7
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:688d821c-214d-4e1f-821d-5869e28e848f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e02f4c0b-1210-41ae-b164-5216e17d211e
ModelInvariantUuid:2897edcb-e734-4c59-a71a-8c13b3850e03
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9c067679-bf1e-403c-a062-2cd7ace21620
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:0599dfbd-7dfc-4ba4-888a-74db96bef266
ModelInvariantUuid:adaa7ff3-8fc8-49bd-bc83-1d8c859d7de1
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e342fcfb-baac-4cec-86bf-96743ebea08b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:52:40.332Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: f15ed391-e7b2-432f-8e8f-d176dedaed65
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:52:40.334Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-05-07T06:52:40.334Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f15ed391-e7b2-432f-8e8f-d176dedaed65
2022-05-07T06:52:40.334Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6386b16f-af41-4424-ab0c-24d0c73e87c9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-07T06:52:40.334Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:52:40.334Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-07T06:52:40.392Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:52:40.392Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6386b16f-af41-4424-ab0c-24d0c73e87c9 787
2022-05-07T06:52:40.393Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-07T06:52:40.393Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-07T06:52:40.393Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:52:40.394Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:40.396Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:40.396Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906360393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:52:40.503Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-05-07T06:52:40.504Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:40.504Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:40.515Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:40.516Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:41.397Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e46649c-5e4d-416d-aaa7-52400d080dc7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "688d821c-214d-4e1f-821d-5869e28e848f",
    "vfModuleModelCustomizationUUID": "436b9173-fc95-4be1-bb7c-55504884993f",
    "isBase": true,
    "artifacts": [
      "b0f5667d-8639-4702-a7c1-300112cdc094",
      "3f3c11db-be42-4990-98ec-a229b7798f05"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:52:41.399Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:688d821c-214d-4e1f-821d-5869e28e848f
VfModuleModelInvariantUUID:0e46649c-5e4d-416d-aaa7-52400d080dc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0f5667d-8639-4702-a7c1-300112cdc094
,
3f3c11db-be42-4990-98ec-a229b7798f05

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

isBase:true


}

2022-05-07T06:52:41.401Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0e46649c-5e4d-416d-aaa7-52400d080dc7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "688d821c-214d-4e1f-821d-5869e28e848f",
    "vfModuleModelCustomizationUUID": "436b9173-fc95-4be1-bb7c-55504884993f",
    "isBase": true,
    "artifacts": [
      "b0f5667d-8639-4702-a7c1-300112cdc094",
      "3f3c11db-be42-4990-98ec-a229b7798f05"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:52:41.401Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:688d821c-214d-4e1f-821d-5869e28e848f
VfModuleModelInvariantUUID:0e46649c-5e4d-416d-aaa7-52400d080dc7
VfModuleModelDescription:NULL
Artifacts UUID List:{
b0f5667d-8639-4702-a7c1-300112cdc094
,
3f3c11db-be42-4990-98ec-a229b7798f05

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

isBase:true


}

2022-05-07T06:52:41.401Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b0f5667d-8639-4702-a7c1-300112cdc094 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-07T06:52:41.402Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:52:41.402Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-07T06:52:41.481Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:52:41.481Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b0f5667d-8639-4702-a7c1-300112cdc094 5033
2022-05-07T06:52:41.482Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-07T06:52:41.482Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-07T06:52:41.482Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:52:41.482Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:41.484Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:41.484Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906361481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:52:41.584Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:41.596Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:41.597Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:41.613Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:41.613Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:52:42.485Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f3c11db-be42-4990-98ec-a229b7798f05 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-07T06:52:42.488Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:52:42.489Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-07T06:52:42.537Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:52:42.537Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3f3c11db-be42-4990-98ec-a229b7798f05 903
2022-05-07T06:52:42.538Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-07T06:52:42.538Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-07T06:52:42.538Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:52:42.538Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:42.540Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:42.540Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906362538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:52:42.640Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:42.641Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:42.641Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:42.650Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:42.651Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:43.541Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 504b289a-f89d-470f-ba84-d09143fc4a13
2022-05-07T06:52:43.541Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f15ed391-e7b2-432f-8e8f-d176dedaed65 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:52:43.551Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e8a80de, org.onap.sdc.toscaparser.api.parameters.Input@5063978b, org.onap.sdc.toscaparser.api.parameters.Input@52f35e5f, org.onap.sdc.toscaparser.api.parameters.Input@482f9f05, org.onap.sdc.toscaparser.api.parameters.Input@12797aae]
2022-05-07T06:52:43.553Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.554Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.554Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-07T06:52:43.554Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9bf7d6e5-534a-484b-847b-078962e1dc64
2022-05-07T06:52:43.554Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9bf7d6e5-534a-484b-847b-078962e1dc64 matches Tosca VF Customization UUID: 9bf7d6e5-534a-484b-847b-078962e1dc64
2022-05-07T06:52:43.554Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9bf7d6e5-534a-484b-847b-078962e1dc64  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:52:43.556Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.556Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.556Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9bf7d6e5-534a-484b-847b-078962e1dc64: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-07T06:52:43.557Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22c0a6e7
2022-05-07T06:52:43.557Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.557Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-07T06:52:43.557Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 436b9173-fc95-4be1-bb7c-55504884993f
2022-05-07T06:52:43.557Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 436b9173-fc95-4be1-bb7c-55504884993f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:52:43.559Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.559Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:43.559Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:52:43.559Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.559Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:43.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:52:43.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-07T06:52:43.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-07T06:52:43.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-07T06:52:43.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e02f4c0b-1210-41ae-b164-5216e17d211e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:52:43.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:43.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:52:43.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-07T06:52:43.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9bf7d6e5-534a-484b-847b-078962e1dc64
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:52:43.563Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.563Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 504b289a-f89d-470f-ba84-d09143fc4a13: basic_vm
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:52:43.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-07T06:52:43.630Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f15ed391-e7b2-432f-8e8f-d176dedaed65 1 ASDC deployResourceStructure
2022-05-07T06:52:43.631Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-07T06:52:43.631Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-07T06:52:43.631Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:52:43.631Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:43.633Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:43.634Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906363631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:52:43.734Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:52:43.734Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:43.734Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:43.751Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:43.751Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:44.634Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-07T06:52:44.634Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-07T06:52:44.635Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:52:44.635Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:44.637Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:44.637Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906364634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:52:44.737Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:44.738Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:44.738Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:44.749Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:44.749Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:45.638Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-07T06:52:45.638Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-07T06:52:45.638Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:52:45.639Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:45.641Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:45.641Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906365638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:52:45.741Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:52:45.742Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:45.742Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:45.754Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:45.754Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:46.642Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-07T06:52:46.643Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-07T06:52:46.643Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:52:46.643Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:52:46.648Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:52:46.648Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906366642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:52:46.748Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:52:46.749Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:52:46.749Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:52:46.761Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:46.761Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:52:47.649Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94a0108d-484d-4b74-9fdb-fb72f7565170
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:52:47.663Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94a0108d-484d-4b74-9fdb-fb72f7565170
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:52:47.666Z|94a0108d-484d-4b74-9fdb-fb72f7565170|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-05-07T06:52:47.674Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:52:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:52:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:52:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:52:51.366Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:52:51.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7ad2b85-e7dc-456c-ac18-f10d8b4ad39c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906241256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:52:51.367Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:52:51.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:52:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:52:51.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:52:51.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:52:51.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:17.675Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94a0108d-484d-4b74-9fdb-fb72f7565170 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:53:17.684Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94a0108d-484d-4b74-9fdb-fb72f7565170 and serviceModelVersionId: 504b289a-f89d-470f-ba84-d09143fc4a13
2022-05-07T06:53:17.684Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56d4cfce-36ef-4aeb-8909-11b197b756a4
2022-05-07T06:53:17.685Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0
2022-05-07T06:53:17.688Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:53:17.705Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0|INFO|500||Invoke
2022-05-07T06:53:17.705Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94a0108d-484d-4b74-9fdb-fb72f7565170], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6ad6521-cf5b-4fd0-ba4a-06e0010e6ce8], X-ECOMP-RequestID=[94a0108d-484d-4b74-9fdb-fb72f7565170], X-TransactionId=[], X-ONAP-RequestID=[94a0108d-484d-4b74-9fdb-fb72f7565170], Content-Type=[application/merge-patch+json]}
2022-05-07T06:53:17.719Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:53:18.196Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?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/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-06:53:17:371-23785], vertex-id=[237744], Content-Length=[0], Date=[Sat, 07 May 2022 06:53:17 GMT], Content-Type=[application/json]}
2022-05-07T06:53:18.197Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:53:18.197Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d4cfce-36ef-4aeb-8909-11b197b756a4/model-vers/model-ver/504b289a-f89d-470f-ba84-d09143fc4a13?depth=0|INFO|500||InvokeReturn
2022-05-07T06:53:18.198Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:53:18.198Z|94a0108d-484d-4b74-9fdb-fb72f7565170|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-05-07T06:53:18.201Z|94a0108d-484d-4b74-9fdb-fb72f7565170|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-05-07T06:53:18.202Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94a0108d-484d-4b74-9fdb-fb72f7565170 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:53:18.202Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:53:18.202Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:18.203Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:18.203Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906398202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:53:18.305Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-07T06:53:18.305Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:18.306Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:18.321Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:18.321Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:53:19.216Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:53:19.216Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:53:19.217Z|94a0108d-484d-4b74-9fdb-fb72f7565170|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 jlalagmZaxnJviRt) ...
2022-05-07T06:53:23.548Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:23.549Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:53:23.549Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9571a73e-9c6c-42be-844e-db1e1115c4c9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"101e9b30-e1ed-4bdb-ac97-be9367d22920","serviceDescription":"service","serviceInvariantUUID":"33e153c5-4576-4c3f-96ab-8625112a2803","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7121be1e-a979-4677-8cfc-9fee341d2c8e","resourceInvariantUUID":"3dab1d95-d19c-4816-93ef-b449800a2e30","resourceCustomizationUUID":"5f5732fb-adb1-481c-8f4a-a987054b16eb","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":"MWQwN2EzNmRlMjc1MWNmN2ZjY2M4YTE3MTc2ZWRkZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"871d4302-0bed-462a-ba2f-93e7e09f3b93","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":"10c0b518-750b-4dc4-931d-c2fc94136ca5","artifactVersion":"2","generatedFromUUID":"f4ac22db-9fae-4268-a1d0-9258e5e0e4be"},{"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":"f4ac22db-9fae-4268-a1d0-9258e5e0e4be","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":"NjdhMWQwMGIxMTZmMzQyOGE4MTVkMTJiOTRiYTI0YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9be7d446-8234-4d89-aca3-70cf21f8a544","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":"5355962b-8b30-41f1-9d5d-b904e225d696","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":"ac2eba8f-1492-4315-916f-29513aedcbd3","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":"d21330b4-f5e6-4443-a5c3-c7955d7dbac9","artifactVersion":"2","generatedFromUUID":"5355962b-8b30-41f1-9d5d-b904e225d696"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWM4M2RkMzAzNzMzY2EwNjdjNjg0ZmE0OTE3NTlkYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fbfc943d-c8e5-433c-acaa-212d2a226c5c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTM3YjAyZTUyYzFiOWE4Y2JkMzk3ZjA5ZDdiMjc4MTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d22bb968-915a-42f4-8a68-79d2c8bccc26","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:53:23.553Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:23.554Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:23.556Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:23.556Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:53:23.656Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:23.657Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:23.657Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:23.667Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:23.668Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:53:24.556Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:24.557Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:24.559Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:24.559Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-07T06:53:24.659Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:24.660Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:24.660Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:24.672Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:24.673Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:53:25.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:25.560Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:25.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:25.562Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-07T06:53:25.662Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:25.663Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:25.663Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:25.675Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:25.676Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:53:26.563Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:26.564Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:26.566Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:26.566Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:53:26.666Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:26.667Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:26.667Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:26.692Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:26.693Z||pool-126-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:27.566Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:27.567Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:27.569Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:27.570Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:53:27.670Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:53:27.670Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:27.670Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:27.680Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:27.680Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:28.570Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:28.571Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:28.573Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:28.573Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:53:28.673Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:53:28.674Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:28.674Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:28.686Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:28.686Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:29.574Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:29.575Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:29.577Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:29.577Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-07T06:53:29.677Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:29.678Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:29.678Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:29.694Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:29.694Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:53:30.577Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:30.578Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:30.580Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:30.580Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:53:30.680Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:30.681Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:30.681Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:30.690Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:30.691Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:31.581Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:53:31.581Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:31.584Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:31.584Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:53:31.684Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:31.685Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:31.685Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:31.696Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:31.696Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:32.585Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "101e9b30-e1ed-4bdb-ac97-be9367d22920",
  "serviceDescription": "service",
  "serviceInvariantUUID": "33e153c5-4576-4c3f-96ab-8625112a2803",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "5f5732fb-adb1-481c-8f4a-a987054b16eb",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7121be1e-a979-4677-8cfc-9fee341d2c8e",
      "resourceInvariantUUID": "3dab1d95-d19c-4816-93ef-b449800a2e30",
      "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": "10c0b518-750b-4dc4-931d-c2fc94136ca5",
          "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": "f4ac22db-9fae-4268-a1d0-9258e5e0e4be",
          "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": "NjdhMWQwMGIxMTZmMzQyOGE4MTVkMTJiOTRiYTI0YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9be7d446-8234-4d89-aca3-70cf21f8a544",
          "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": "5355962b-8b30-41f1-9d5d-b904e225d696",
          "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": "d21330b4-f5e6-4443-a5c3-c7955d7dbac9",
            "generatedFromUUID": "5355962b-8b30-41f1-9d5d-b904e225d696"
          },
          "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": "d21330b4-f5e6-4443-a5c3-c7955d7dbac9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTM3YjAyZTUyYzFiOWE4Y2JkMzk3ZjA5ZDdiMjc4MTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d22bb968-915a-42f4-8a68-79d2c8bccc26"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:53:32.585Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:53:32.585Z|94a0108d-484d-4b74-9fdb-fb72f7565170|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 101e9b30-e1ed-4bdb-ac97-be9367d22920 ASDC
2022-05-07T06:53:32.585Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9571a73e-9c6c-42be-844e-db1e1115c4c9
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:101e9b30-e1ed-4bdb-ac97-be9367d22920
ServiceInvariantUUID:33e153c5-4576-4c3f-96ab-8625112a2803
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:d22bb968-915a-42f4-8a68-79d2c8bccc26
ArtifactChecksum:MTM3YjAyZTUyYzFiOWE4Y2JkMzk3ZjA5ZDdiMjc4MTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:5f5732fb-adb1-481c-8f4a-a987054b16eb
ResourceInvariantUUID:3dab1d95-d19c-4816-93ef-b449800a2e30
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7121be1e-a979-4677-8cfc-9fee341d2c8e
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:10c0b518-750b-4dc4-931d-c2fc94136ca5
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:f4ac22db-9fae-4268-a1d0-9258e5e0e4be
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:9be7d446-8234-4d89-aca3-70cf21f8a544
ArtifactChecksum:NjdhMWQwMGIxMTZmMzQyOGE4MTVkMTJiOTRiYTI0YzU=
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:5355962b-8b30-41f1-9d5d-b904e225d696
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:d21330b4-f5e6-4443-a5c3-c7955d7dbac9
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:d21330b4-f5e6-4443-a5c3-c7955d7dbac9
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-07T06:53:32.586Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 101e9b30-e1ed-4bdb-ac97-be9367d22920 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:53:32.615Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:53:32.615Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:53:32.615Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:53:32.615Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d22bb968-915a-42f4-8a68-79d2c8bccc26 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-07T06:53:32.615Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:53:32.615Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:32.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:53:32.771Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d22bb968-915a-42f4-8a68-79d2c8bccc26 68955
2022-05-07T06:53:32.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:32.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:32.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:53:32.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:32.774Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:32.774Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906412772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:32.875Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:32.876Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:32.876Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:32.888Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:32.889Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:33.775Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:53:33.776Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:53:33.776Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d22bb968-915a-42f4-8a68-79d2c8bccc26, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T06:53:33.777Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-07T06:53:33.777Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T06:53:33.777Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T06:53:33.840Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14229997332241752238/Definitions/service-BasicCnf-template.yml
2022-05-07T06:53:34.486Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.487Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-07T06:53:34.488Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:53:34.489Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f3a20c3-4d51-4111-8bee-254034fa3ebf
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:34.490Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:101e9b30-e1ed-4bdb-ac97-be9367d22920
Model Version:NULL
Model InvariantUuid:33e153c5-4576-4c3f-96ab-8625112a2803
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:34bc60fa-f643-46e5-bdc2-36d523231e75
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3dab1d95-d19c-4816-93ef-b449800a2e30
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f5732fb-adb1-481c-8f4a-a987054b16eb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:efcc4761-8e61-4de4-b22c-d7bf8ced6fc9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1b0abf22-cc26-42fc-840b-e57582c26998
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3f3a20c3-4d51-4111-8bee-254034fa3ebf
ModelInvariantUuid:80f4b5ac-6bff-4c29-9b71-4f1c6c1157aa
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f51cb611-e29d-4c01-8131-3be3750e7fb3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:083b0e2d-134a-47ac-a56d-2032e8784a7d
ModelInvariantUuid:0308c799-d6a3-4bc7-ae7a-c52dfb669d94
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:57e3c244-c7bb-4de2-951c-1e489e066d23
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:53:34.497Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7121be1e-a979-4677-8cfc-9fee341d2c8e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:53:34.499Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-05-07T06:53:34.499Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7121be1e-a979-4677-8cfc-9fee341d2c8e
2022-05-07T06:53:34.499Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 10c0b518-750b-4dc4-931d-c2fc94136ca5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-07T06:53:34.499Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:53:34.499Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.548Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:53:34.549Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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 10c0b518-750b-4dc4-931d-c2fc94136ca5 12
2022-05-07T06:53:34.549Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.549Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:34.549Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:53:34.549Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:34.552Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:34.552Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906414549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:34.652Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:34.653Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:34.653Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:34.663Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:34.663Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:35.552Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f4ac22db-9fae-4268-a1d0-9258e5e0e4be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-07T06:53:35.553Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:53:35.553Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:35.607Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:53:35.608Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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 f4ac22db-9fae-4268-a1d0-9258e5e0e4be 2688
2022-05-07T06:53:35.608Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:35.608Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:35.608Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:53:35.608Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:35.609Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:35.610Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906415608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:35.710Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:35.711Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:35.711Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:35.722Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:35.722Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:53:36.611Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9be7d446-8234-4d89-aca3-70cf21f8a544 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-07T06:53:36.611Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:53:36.612Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:36.656Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:53:36.657Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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 9be7d446-8234-4d89-aca3-70cf21f8a544 828
2022-05-07T06:53:36.657Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:36.657Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:36.657Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:53:36.657Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:36.660Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:36.660Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906416657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:36.760Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:36.760Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:36.760Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:36.783Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:36.783Z||pool-135-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:37.660Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "efcc4761-8e61-4de4-b22c-d7bf8ced6fc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b0abf22-cc26-42fc-840b-e57582c26998",
    "vfModuleModelCustomizationUUID": "72e64163-9c73-433d-bd40-c59ba2dcfbfd",
    "isBase": true,
    "artifacts": [
      "f4ac22db-9fae-4268-a1d0-9258e5e0e4be",
      "5355962b-8b30-41f1-9d5d-b904e225d696",
      "d21330b4-f5e6-4443-a5c3-c7955d7dbac9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:53:37.664Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b0abf22-cc26-42fc-840b-e57582c26998
VfModuleModelInvariantUUID:efcc4761-8e61-4de4-b22c-d7bf8ced6fc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4ac22db-9fae-4268-a1d0-9258e5e0e4be
,
5355962b-8b30-41f1-9d5d-b904e225d696
,
d21330b4-f5e6-4443-a5c3-c7955d7dbac9

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

isBase:true


}

2022-05-07T06:53:37.667Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "efcc4761-8e61-4de4-b22c-d7bf8ced6fc9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b0abf22-cc26-42fc-840b-e57582c26998",
    "vfModuleModelCustomizationUUID": "72e64163-9c73-433d-bd40-c59ba2dcfbfd",
    "isBase": true,
    "artifacts": [
      "f4ac22db-9fae-4268-a1d0-9258e5e0e4be",
      "5355962b-8b30-41f1-9d5d-b904e225d696",
      "d21330b4-f5e6-4443-a5c3-c7955d7dbac9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-07T06:53:37.667Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b0abf22-cc26-42fc-840b-e57582c26998
VfModuleModelInvariantUUID:efcc4761-8e61-4de4-b22c-d7bf8ced6fc9
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4ac22db-9fae-4268-a1d0-9258e5e0e4be
,
5355962b-8b30-41f1-9d5d-b904e225d696
,
d21330b4-f5e6-4443-a5c3-c7955d7dbac9

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

isBase:true


}

2022-05-07T06:53:37.667Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5355962b-8b30-41f1-9d5d-b904e225d696 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-07T06:53:37.667Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:53:37.667Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:37.701Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:53:37.701Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5355962b-8b30-41f1-9d5d-b904e225d696 1164
2022-05-07T06:53:37.701Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:37.701Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:37.701Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:53:37.702Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:37.703Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:37.703Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906417701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:37.803Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:37.804Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:37.804Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:37.824Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:37.824Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:38.704Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d21330b4-f5e6-4443-a5c3-c7955d7dbac9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-07T06:53:38.704Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:53:38.704Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:38.746Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:53:38.746Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d21330b4-f5e6-4443-a5c3-c7955d7dbac9 200
2022-05-07T06:53:38.746Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:38.747Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:38.747Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:53:38.747Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:38.750Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:38.750Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906418746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:38.850Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:38.851Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:38.851Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:38.862Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:38.863Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:39.750Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 101e9b30-e1ed-4bdb-ac97-be9367d22920
2022-05-07T06:53:39.751Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7121be1e-a979-4677-8cfc-9fee341d2c8e ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-05-07T06:53:39.761Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:39.764Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ab683c3, org.onap.sdc.toscaparser.api.parameters.Input@128ee3e8, org.onap.sdc.toscaparser.api.parameters.Input@59603e51, org.onap.sdc.toscaparser.api.parameters.Input@781c8b96, org.onap.sdc.toscaparser.api.parameters.Input@165ab7cd]
2022-05-07T06:53:39.765Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.765Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:39.765Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-05-07T06:53:39.765Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5f5732fb-adb1-481c-8f4a-a987054b16eb
2022-05-07T06:53:39.765Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f5732fb-adb1-481c-8f4a-a987054b16eb matches Tosca VF Customization UUID: 5f5732fb-adb1-481c-8f4a-a987054b16eb
2022-05-07T06:53:39.765Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5f5732fb-adb1-481c-8f4a-a987054b16eb  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-07T06:53:39.766Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:39.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5f5732fb-adb1-481c-8f4a-a987054b16eb: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-07T06:53:39.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37b8c31e
2022-05-07T06:53:39.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:39.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 72e64163-9c73-433d-bd40-c59ba2dcfbfd
2022-05-07T06:53:39.767Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 72e64163-9c73-433d-bd40-c59ba2dcfbfd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-07T06:53:39.769Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3f3a20c3-4d51-4111-8bee-254034fa3ebf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-07T06:53:39.771Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.771Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:39.771Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-07T06:53:39.771Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.771Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-07T06:53:39.771Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=5f5732fb-adb1-481c-8f4a-a987054b16eb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 101e9b30-e1ed-4bdb-ac97-be9367d22920: basic_cnf
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.772Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:39.773Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.773Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:39.773Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:53:39.773Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:53:39.773Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:39.832Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7121be1e-a979-4677-8cfc-9fee341d2c8e 1 ASDC deployResourceStructure
2022-05-07T06:53:39.833Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:39.833Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:39.833Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T06:53:39.833Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:39.835Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:39.835Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906419833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:53:39.935Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:39.935Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:39.936Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:39.944Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:39.945Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:40.835Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:40.836Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:40.836Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-07T06:53:40.836Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:40.837Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:40.837Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906420835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:53:40.937Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:40.938Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:40.939Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:40.956Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:40.957Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:41.838Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:41.838Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:41.838Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:53:41.838Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:41.840Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:41.840Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906421838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:41.940Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:41.941Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:41.941Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:41.952Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:41.953Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:42.842Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:42.843Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:42.843Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:53:42.843Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:42.847Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:42.847Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906422842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:42.949Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-07T06:53:42.950Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:42.950Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:42.961Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:42.961Z||pool-141-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:53:43.849Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:43.850Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:43.850Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:53:43.850Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:43.853Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:43.853Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906423849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:43.953Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:43.954Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:43.954Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:43.965Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:43.966Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:44.854Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:44.854Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:44.854Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:53:44.854Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:53:44.857Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:53:44.857Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906424854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:44.957Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:53:44.958Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:53:44.958Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:53:44.971Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:44.971Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:53:45.858Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9571a73e-9c6c-42be-844e-db1e1115c4c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:53:45.871Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9571a73e-9c6c-42be-844e-db1e1115c4c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:53:45.873Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:53:45.877Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:53:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:53:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:53:51.352Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:53:51.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:53:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:53:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906254971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:51.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906256958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:51.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906258175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:51.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906259464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:51.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906260512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:51.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906261563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:51.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906262618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:51.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906263620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:51.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906264624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:53:51.378Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.378Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.378Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906265630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:51.379Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906266633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:53:51.379Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906267638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:53:51.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7566e006-2ffd-4d99-9cac-47fc873f0609",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906298794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:53:51.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:53:51.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:53:51.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:53:51.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:53:51.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906309153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:53:51.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:15.877Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9571a73e-9c6c-42be-844e-db1e1115c4c9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:54:15.884Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9571a73e-9c6c-42be-844e-db1e1115c4c9 and serviceModelVersionId: 101e9b30-e1ed-4bdb-ac97-be9367d22920
2022-05-07T06:54:15.884Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33e153c5-4576-4c3f-96ab-8625112a2803
2022-05-07T06:54:15.886Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0
2022-05-07T06:54:15.894Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:54:15.919Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0|INFO|500||Invoke
2022-05-07T06:54:15.919Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9571a73e-9c6c-42be-844e-db1e1115c4c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5df3b6b9-b540-4ef9-991d-29b19b63afe8], X-ECOMP-RequestID=[9571a73e-9c6c-42be-844e-db1e1115c4c9], X-TransactionId=[], X-ONAP-RequestID=[9571a73e-9c6c-42be-844e-db1e1115c4c9], Content-Type=[application/merge-patch+json]}
2022-05-07T06:54:15.931Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:54:16.194Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?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/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220507-06:54:15:581-13216], vertex-id=[196744], Content-Length=[0], Date=[Sat, 07 May 2022 06:54:15 GMT], Content-Type=[application/json]}
2022-05-07T06:54:16.195Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:54:16.195Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33e153c5-4576-4c3f-96ab-8625112a2803/model-vers/model-ver/101e9b30-e1ed-4bdb-ac97-be9367d22920?depth=0|INFO|500||InvokeReturn
2022-05-07T06:54:16.196Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:54:16.196Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:54:16.201Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|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-05-07T06:54:16.202Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9571a73e-9c6c-42be-844e-db1e1115c4c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:54:16.202Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:54:16.202Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:16.204Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:16.204Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906456202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:54:16.304Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:16.305Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:16.305Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:16.316Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:16.317Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:54:17.220Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-07T06:54:17.221Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6621632c-90d1-41d1-903c-7df914b7d146","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d2416ffb-0d1e-4023-9e73-4b85df74693e","serviceDescription":"service","serviceInvariantUUID":"f6c59b41-18d4-43bb-935f-7212e4565b91","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a8c97e7d-6797-46a2-9595-a05178e5c769","resourceInvariantUUID":"714b09a3-63e0-4b5c-94c4-6c17d489989c","resourceCustomizationUUID":"58c0bcf3-6d4e-4e13-b655-72def841ff67","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YjgwMGVkYmY2YmM3MDAyN2NjNjQxZDU0YTkzODE1NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77b5e2eb-f0f9-4115-a487-d88368055d7b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3eba29fe-45d8-4864-a14f-08835d7b80f8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b784e23f-ed11-4b6f-828f-30e9d51d493b","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"NDQxNDc0YmM1NWRjZWQ5M2Y0ZDVlZTBjZGEzZmY4YjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a4102081-d6bf-4b45-aa34-74c4552ec8c0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"277bb80b-4750-4a7d-8fd5-94b13648269a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11ec28b5-031b-4535-bcda-db612f306b08","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f909b65-efc2-4332-a77a-9ecaad482260","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ODQ5YzZhMGU2ZTdjNmFmMjAwNTJkOWM0MWJjMmUzNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c00a610-e7e9-4303-b6e5-3efe907cfe76","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ODgwMTkyYmNjZTYzM2ZlNDYxMTExY2UwZjlmZDhhMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06df8220-3660-4e08-bdc0-6a29728693d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-07T06:54:17.221Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:17.222Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:17.224Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:17.224Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:17.324Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:17.325Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:17.325Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:17.337Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:17.337Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:54:18.225Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:18.225Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:18.227Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:18.227Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:18.327Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:18.328Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:18.328Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:18.338Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:18.339Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:54:19.228Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:19.228Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:19.230Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:19.231Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:19.331Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:19.332Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:19.332Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:19.341Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:19.342Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:54:20.231Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:20.232Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:20.234Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:20.235Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:20.335Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:20.336Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:20.336Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:20.347Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:20.347Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:54:21.236Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:21.236Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:21.238Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:21.239Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:21.339Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:21.339Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:21.340Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:21.350Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:21.351Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:54:22.239Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:22.240Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:22.242Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:22.243Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:22.343Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-07T06:54:22.343Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:22.343Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:22.359Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:22.359Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:54:23.243Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:23.243Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:23.245Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:23.245Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:23.345Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:23.346Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:23.346Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:23.356Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:23.356Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:54:24.245Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:24.246Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:24.256Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:24.256Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:24.348Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-05-07T06:54:24.349Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:24.349Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:24.356Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:24.357Z||pool-152-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:54:25.257Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-07T06:54:25.257Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:25.259Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:25.259Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:54:25.359Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:25.360Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:25.360Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:25.370Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:25.370Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:54:26.259Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d2416ffb-0d1e-4023-9e73-4b85df74693e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f6c59b41-18d4-43bb-935f-7212e4565b91",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "58c0bcf3-6d4e-4e13-b655-72def841ff67",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a8c97e7d-6797-46a2-9595-a05178e5c769",
      "resourceInvariantUUID": "714b09a3-63e0-4b5c-94c4-6c17d489989c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ODgwMTkyYmNjZTYzM2ZlNDYxMTExY2UwZjlmZDhhMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "06df8220-3660-4e08-bdc0-6a29728693d1"
    }
  ],
  "workloadContext": "Production"
}
2022-05-07T06:54:26.260Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-07T06:54:26.260Z|9571a73e-9c6c-42be-844e-db1e1115c4c9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d2416ffb-0d1e-4023-9e73-4b85df74693e ASDC
2022-05-07T06:54:26.260Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:6621632c-90d1-41d1-903c-7df914b7d146
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d2416ffb-0d1e-4023-9e73-4b85df74693e
ServiceInvariantUUID:f6c59b41-18d4-43bb-935f-7212e4565b91
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:06df8220-3660-4e08-bdc0-6a29728693d1
ArtifactChecksum:ODgwMTkyYmNjZTYzM2ZlNDYxMTExY2UwZjlmZDhhMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:58c0bcf3-6d4e-4e13-b655-72def841ff67
ResourceInvariantUUID:714b09a3-63e0-4b5c-94c4-6c17d489989c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a8c97e7d-6797-46a2-9595-a05178e5c769
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-07T06:54:26.260Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2416ffb-0d1e-4023-9e73-4b85df74693e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:54:26.287Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:54:26.288Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:54:26.288Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:54:26.288Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 06df8220-3660-4e08-bdc0-6a29728693d1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-07T06:54:26.289Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-05-07T06:54:26.289Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-07T06:54:27.172Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-05-07T06:54:27.176Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 06df8220-3660-4e08-bdc0-6a29728693d1 105664
2022-05-07T06:54:27.176Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-07T06:54:27.177Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-07T06:54:27.177Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-07T06:54:27.177Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:27.178Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:27.179Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906467176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:27.279Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:27.280Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:27.280Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:27.295Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:27.295Z||pool-154-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-07T06:54:28.179Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-07T06:54:28.180Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-05-07T06:54:28.180Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 06df8220-3660-4e08-bdc0-6a29728693d1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-07T06:54:28.180Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-07T06:54:28.181Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-07T06:54:28.181Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-07T06:54:28.252Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9204081682121249120/Definitions/service-TestPnfMacro-template.yml
2022-05-07T06:54:28.688Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-07T06:54:28.688Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|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-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|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-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|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-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|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-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|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-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|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-TestPnfMacro-csar.csar
2022-05-07T06:54:28.689Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-05-07T06:54:28.692Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.693Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.693Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-07T06:54:28.693Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:54:28.693Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:54:28.693Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.693Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.694Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.695Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.695Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.695Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.695Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.695Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.695Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d2416ffb-0d1e-4023-9e73-4b85df74693e
Model Version:NULL
Model InvariantUuid:f6c59b41-18d4-43bb-935f-7212e4565b91
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-07T06:54:28.701Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a8c97e7d-6797-46a2-9595-a05178e5c769
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:54:28.703Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-05-07T06:54:28.704Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a8c97e7d-6797-46a2-9595-a05178e5c769
2022-05-07T06:54:28.704Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||No resources found for Service: d2416ffb-0d1e-4023-9e73-4b85df74693e
2022-05-07T06:54:28.704Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d2416ffb-0d1e-4023-9e73-4b85df74693e
2022-05-07T06:54:28.704Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a8c97e7d-6797-46a2-9595-a05178e5c769 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-07T06:54:28.707Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2550c4b5, org.onap.sdc.toscaparser.api.parameters.Input@6faacb7d, org.onap.sdc.toscaparser.api.parameters.Input@26c8e2a7, org.onap.sdc.toscaparser.api.parameters.Input@7b57982a, org.onap.sdc.toscaparser.api.parameters.Input@58819e99]
2022-05-07T06:54:28.708Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.708Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.708Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d2416ffb-0d1e-4023-9e73-4b85df74693e: test-pnf
2022-05-07T06:54:28.708Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||Processing PNF resource: a8c97e7d-6797-46a2-9595-a05178e5c769
2022-05-07T06:54:28.708Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-07T06:54:28.708Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-07T06:54:28.708Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||Resource customization UUID: 58c0bcf3-6d4e-4e13-b655-72def841ff67 is the same as notified resource customizationUUID: 58c0bcf3-6d4e-4e13-b655-72def841ff67
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-07T06:54:28.732Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a8c97e7d-6797-46a2-9595-a05178e5c769 0 ASDC deployResourceStructure
2022-05-07T06:54:28.732Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-07T06:54:28.732Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-07T06:54:28.732Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-07T06:54:28.732Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:28.734Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:28.734Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906468732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:28.834Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:54:28.835Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:54:28.835Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:54:28.848Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:28.848Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-07T06:54:29.734Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6621632c-90d1-41d1-903c-7df914b7d146
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:54:29.745Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6621632c-90d1-41d1-903c-7df914b7d146
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-07T06:54:29.747Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-07T06:54:29.747Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-07T06:54:29.747Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-07T06:54:29.747Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-07T06:54:29.747Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:54:29.747Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:54:29.747Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:54:29.748Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:54:29.748Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:54:29.748Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:54:29.748Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-07T06:54:29.748Z|6621632c-90d1-41d1-903c-7df914b7d146|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-05-07T06:54:29.751Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-07T06:54:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:54:51.351Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:54:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:54:51.370Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:54:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.371Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906311334,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:51.371Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.371Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906313634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906314972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906316064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906317068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906318075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.372Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906319077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77c8fe31-c58b-4f17-979d-597b9e7c9753",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906350314,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.373Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906049584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906358621,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906360393,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906361481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:51.374Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906362538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:54:51.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906363631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906364634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906365638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906366642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:54:51.377Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:54:59.752Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6621632c-90d1-41d1-903c-7df914b7d146 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-07T06:54:59.757Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6621632c-90d1-41d1-903c-7df914b7d146 and serviceModelVersionId: d2416ffb-0d1e-4023-9e73-4b85df74693e
2022-05-07T06:54:59.758Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6c59b41-18d4-43bb-935f-7212e4565b91
2022-05-07T06:54:59.758Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0
2022-05-07T06:54:59.762Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-05-07T06:54:59.779Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0|INFO|500||Invoke
2022-05-07T06:54:59.779Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6621632c-90d1-41d1-903c-7df914b7d146], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fc253f0-4cb5-4c37-a0b9-ca704d9192c9], X-ECOMP-RequestID=[6621632c-90d1-41d1-903c-7df914b7d146], X-TransactionId=[], X-ONAP-RequestID=[6621632c-90d1-41d1-903c-7df914b7d146], Content-Type=[application/merge-patch+json]}
2022-05-07T06:54:59.796Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-07T06:54:59.982Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?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/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220507-06:54:59:446-32001], vertex-id=[213128], Content-Length=[0], Date=[Sat, 07 May 2022 06:54:59 GMT], Content-Type=[application/json]}
2022-05-07T06:54:59.983Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-07T06:54:59.984Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6c59b41-18d4-43bb-935f-7212e4565b91/model-vers/model-ver/d2416ffb-0d1e-4023-9e73-4b85df74693e?depth=0|INFO|500||InvokeReturn
2022-05-07T06:54:59.984Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-07T06:54:59.984Z|6621632c-90d1-41d1-903c-7df914b7d146|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-05-07T06:54:59.989Z|6621632c-90d1-41d1-903c-7df914b7d146|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-05-07T06:54:59.989Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6621632c-90d1-41d1-903c-7df914b7d146 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-07T06:54:59.989Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-07T06:54:59.989Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-05-07T06:54:59.991Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-07T06:54:59.991Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906499989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:55:00.092Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-07T06:55:00.092Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-07T06:55:00.093Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jlalagmZaxnJviRt) ...
2022-05-07T06:55:00.107Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:00.107Z||pool-156-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-07T06:55:01.000Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:01.000Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:01.000Z|6621632c-90d1-41d1-903c-7df914b7d146|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 jlalagmZaxnJviRt) ...
2022-05-07T06:55:10.540Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:10.541Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:10.541Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:10.541Z|6621632c-90d1-41d1-903c-7df914b7d146|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 jlalagmZaxnJviRt) ...
2022-05-07T06:55:20.078Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:20.079Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:20.080Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:20.080Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:55:29.634Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:29.635Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:29.635Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:29.635Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:55:39.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:39.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:39.177Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:39.177Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:55:48.723Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:48.724Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:48.724Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:48.724Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:55:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:51.351Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:55:51.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:51.373Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.373Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94a0108d-484d-4b74-9fdb-fb72f7565170",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906398202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:55:51.373Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:55:51.375Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906412772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906414549,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906415608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906416657,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906417701,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906418746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906419833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906420835,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906421838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906422842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906423849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-07T06:55:51.378Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:51.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-07T06:55:51.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906424854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:55:51.378Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:55:58.261Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:55:58.261Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:55:58.262Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:55:58.262Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:56:07.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:56:07.833Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:56:07.834Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:56:07.834Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:56:17.364Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:56:51.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:56:51.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:56:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:56:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:56:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:56:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:56:51.368Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:56:51.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9571a73e-9c6c-42be-844e-db1e1115c4c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906456202,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:56:51.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:56:51.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906399216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906467176,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906468732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-07T06:56:51.371Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:57:00.915Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:57:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:57:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:57:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:57:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:57:51.351Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:57:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T06:57:51.869Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:57:51.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-07T06:57:51.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6621632c-90d1-41d1-903c-7df914b7d146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1651906499989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-07T06:57:51.870Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-07T06:58:00.893Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:58:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:58:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:58:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:58:51.350Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:58:51.350Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:58:51.351Z|6621632c-90d1-41d1-903c-7df914b7d146|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 jlalagmZaxnJviRt) ...
2022-05-07T06:59:00.886Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:59:00.887Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T06:59:51.348Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:59:51.349Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:59:51.349Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as jlalagmZaxnJviRt) ...
2022-05-07T06:59:51.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T06:59:51.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T06:59:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:00:00.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:00:00.901Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:00:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:00:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:00:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:00:51.350Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:00:51.351Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:00:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:01:00.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:01:00.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:01:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:01:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:01:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:01:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:01:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:01:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:02:00.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:02:00.924Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:02:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:02:51.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:02:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:02:51.350Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:02:51.351Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:02:51.351Z|6621632c-90d1-41d1-903c-7df914b7d146|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 jlalagmZaxnJviRt) ...
2022-05-07T07:03:00.888Z|6621632c-90d1-41d1-903c-7df914b7d146|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:03:00.888Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:03:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:03:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:03:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:03:51.350Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:03:51.350Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:03:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:04:00.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:04:00.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:04:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:04:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:04:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:04:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:04:51.351Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:04:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:05:00.895Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:05:00.896Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:05:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:05:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:05:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:05:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:05:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:05:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:06:00.903Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:06:00.903Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:06:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:06:51.350Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:06:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:06:51.350Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:06:51.350Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:06:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:07:00.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:07:00.916Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:07:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:07:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:07:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:07:51.350Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:07:51.351Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:07:51.351Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|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 jlalagmZaxnJviRt) ...
2022-05-07T07:08:00.888Z|58eec28e-c2e8-4439-8d5a-406fd30dcba5|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:08:00.889Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:08:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:08:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:08:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:08:51.350Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:08:51.350Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:08:51.351Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:09:00.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:09:00.893Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:09:51.348Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:09:51.349Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:09:51.349Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:09:51.350Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-07T07:09:51.350Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-07T07:09:51.350Z||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 jlalagmZaxnJviRt) ...
2022-05-07T07:10:00.885Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-07T07:10:00.885Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK