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-01-04T04:31:25.727Z||main|||||INFO|500||The following profiles are active: basic
2022-01-04T04:31:34.749Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-04T04:31:34.749Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-04T04:31:34.839Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-04T04:31:37.085Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-04T04:31:37.244Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-04T04:31:37.635Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-04T04:31:37.641Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-04T04:31:37.778Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-04T04:31:37.968Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-04T04:31:38.279Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-04T04:31:39.080Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-04T04:31:40.775Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-04T04:31:40.817Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-04T04:31:41.237Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-04T04:31:41.439Z||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-01-04T04:31:42.488Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-04T04:31:43.421Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-04T04:31:43.437Z||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$$c179a1e7.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-01-04T04:31:43.437Z||main|||||WARN|500||The sdc end point is not alive
2022-01-04T04:31:45.895Z||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-01-04T04:31:48.351Z||main|||||WARN|500||---
2022-01-04T04:31:48.351Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-04T04:31:48.351Z||main|||||WARN|500||---
2022-01-04T04:31:48.693Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-04T04:31:52.682Z||main|||||INFO|500||Started Application in 31.204 seconds (JVM running for 32.279)
2022-01-04T04:31:52.724Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-04T04:31:52.726Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-04T04:31:52.735Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-04T04:31:52.761Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-04T04:31:52.839Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aade32b0-a820-46bd-baee-94d02a21ba72 url= /sdc/v1/artifactTypes
2022-01-04T04:31:52.839Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-04T04:31:53.068Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-04T04:31:53.092Z||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-01-04T04:31:53.118Z||scheduling-1|||||DEBUG|500||create keys
2022-01-04T04:31:53.128Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-04T04:31:53.179Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:31:53.198Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 69382bd2-3012-40cc-a6c8-e566daf6ccce url= /sdc/v1/registerForDistribution
2022-01-04T04:31:53.906Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 69382bd2-3012-40cc-a6c8-e566daf6ccce url= /sdc/v1/registerForDistribution
2022-01-04T04:31:53.907Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-04T04:31:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:31:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:31:53.921Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-04T04:31:53.922Z||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-01-04T04:31:53.922Z||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-01-04T04:31:53.922Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:31:53.922Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:32:04.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:32:04.875Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:32:53.914Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:32:53.916Z||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-01-04T04:32:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:32:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:32:53.917Z||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-01-04T04:32:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:33:03.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:33:03.472Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:33:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:33:53.915Z||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-01-04T04:33:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:33:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:33:53.917Z||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-01-04T04:33:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:34:03.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:34:03.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:34:53.914Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:34:53.915Z||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-01-04T04:34:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:34:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:34:53.917Z||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-01-04T04:34:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:35:03.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:35:03.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:35:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:35:53.915Z||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-01-04T04:35:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:35:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:35:53.916Z||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-01-04T04:35:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:36:03.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:36:03.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:36:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:36:53.915Z||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-01-04T04:36:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:36:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:36:53.916Z||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-01-04T04:36:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:37:03.470Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:37:03.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:37:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:37:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:37:53.916Z||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-01-04T04:37:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:37:53.916Z||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-01-04T04:37:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:38:03.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:38:03.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:38:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:38:53.915Z||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-01-04T04:38:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:38:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:38:53.917Z||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-01-04T04:38:53.918Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:39:03.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:39:03.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:39:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:39:53.915Z||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-01-04T04:39:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:39:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:39:53.917Z||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-01-04T04:39:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:40:03.462Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:40:03.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:40:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:40:53.915Z||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-01-04T04:40:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:40:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:40:53.916Z||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-01-04T04:40:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:41:03.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:41:03.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:41:28.185Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-04T04:41:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:41:53.915Z||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-01-04T04:41:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:41:53.917Z||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-01-04T04:41:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:41:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:42:03.469Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:42:03.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:42:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:42:53.915Z||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-01-04T04:42:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:42:53.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:42:53.916Z||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-01-04T04:42:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:43:03.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:43:03.469Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:43:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:43:53.915Z||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-01-04T04:43:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:43:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:43:53.917Z||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-01-04T04:43:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:44:03.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:44:03.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:44:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:44:53.915Z||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-01-04T04:44:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:44:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:44:53.916Z||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-01-04T04:44:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:45:03.461Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:45:03.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:45:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:45:53.915Z||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-01-04T04:45:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:45:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:45:53.916Z||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-01-04T04:45:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:46:03.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:46:03.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:46:53.914Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:46:53.915Z||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-01-04T04:46:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:46:53.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:46:53.916Z||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-01-04T04:46:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:47:03.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:47:03.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:47:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:47:53.915Z||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-01-04T04:47:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:47:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:47:53.917Z||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-01-04T04:47:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:48:03.486Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:48:03.490Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:48:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:48:53.915Z||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-01-04T04:48:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:48:53.916Z||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-01-04T04:48:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:48:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:49:03.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:49:03.473Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:49:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:49:53.915Z||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-01-04T04:49:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:49:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:49:53.917Z||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-01-04T04:49:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:50:03.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:50:03.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:50:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:50:53.915Z||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-01-04T04:50:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:50:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:50:53.916Z||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-01-04T04:50:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:51:03.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:51:03.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:51:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:51:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:51:53.915Z||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-01-04T04:51:53.916Z||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-01-04T04:51:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:51:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:52:03.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:52:03.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:52:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:52:53.915Z||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-01-04T04:52:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:52:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:52:53.916Z||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-01-04T04:52:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:53:03.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:53:03.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:53:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:53:53.915Z||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-01-04T04:53:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:53:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:53:53.917Z||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-01-04T04:53:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:54:03.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:54:03.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:54:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:54:53.915Z||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-01-04T04:54:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:54:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:54:53.917Z||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-01-04T04:54:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:55:03.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:55:03.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:55:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:55:53.915Z||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-01-04T04:55:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:55:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:55:53.916Z||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-01-04T04:55:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:56:03.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:56:03.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:56:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:56:53.915Z||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-01-04T04:56:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:56:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:56:53.916Z||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-01-04T04:56:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:57:03.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:57:03.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:57:53.914Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:57:53.915Z||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-01-04T04:57:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:57:53.916Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:57:53.916Z||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-01-04T04:57:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:58:03.461Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:58:03.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:58:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:58:53.915Z||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-01-04T04:58:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:58:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:58:53.916Z||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-01-04T04:58:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:59:03.470Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:59:03.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T04:59:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:59:53.915Z||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-01-04T04:59:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T04:59:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T04:59:53.916Z||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-01-04T04:59:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:00:03.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:00:03.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:00:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:00:53.915Z||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-01-04T05:00:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:00:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:00:53.916Z||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-01-04T05:00:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:01:03.468Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:01:03.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:01:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:01:53.915Z||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-01-04T05:01:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:01:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:01:53.916Z||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-01-04T05:01:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:02:03.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:02:03.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:02:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:02:53.915Z||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-01-04T05:02:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:02:53.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:02:53.916Z||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-01-04T05:02:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:03:03.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:03:03.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:03:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:03:53.915Z||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-01-04T05:03:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:03:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:03:53.916Z||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-01-04T05:03:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:04:03.460Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:04:03.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:04:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:04:53.915Z||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-01-04T05:04:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:04:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:04:53.916Z||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-01-04T05:04:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:05:03.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:05:03.471Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:05:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:05:53.915Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:05:53.922Z||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-01-04T05:05:53.922Z||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-01-04T05:05:53.922Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:05:53.922Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:06:03.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:06:03.481Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:06:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:06:53.915Z||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-01-04T05:06:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:06:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:06:53.917Z||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-01-04T05:06:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:07:03.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:07:03.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:07:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:07:53.915Z||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-01-04T05:07:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:07:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:07:53.916Z||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-01-04T05:07:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:08:03.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:08:03.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:08:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:08:53.915Z||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-01-04T05:08:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:08:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:08:53.916Z||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-01-04T05:08:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:09:03.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:09:03.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:09:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:09:53.915Z||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-01-04T05:09:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:09:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:09:53.916Z||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-01-04T05:09:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:10:03.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:10:03.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:10:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:10:53.915Z||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-01-04T05:10:53.915Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:10:53.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:10:53.917Z||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-01-04T05:10:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:11:03.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:11:03.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:11:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:11:53.915Z||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-01-04T05:11:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:11:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:11:53.917Z||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-01-04T05:11:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:03.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:03.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:53.914Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:12:53.915Z||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-01-04T05:12:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:12:53.916Z||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-01-04T05:12:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:54.253Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:54.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273162224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273164499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273168097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273162224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:12:54.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273164499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273168097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273162224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273164499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273168097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273170473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273162224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273164499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273168097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273170473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273171762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273162224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273164499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273168097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.286Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273170473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "dcae-sch",
  "timestamp": 1641273172628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273171762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273162224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273164499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.287Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273168097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.288Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:12:54.552Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:54.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-04T05:12:54.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"55b72ce2-1243-4a8c-90fc-fb6daf968f18","serviceName":"basic_onboard_PFAKBh","serviceVersion":"1.0","serviceUUID":"7e07d99f-9b4e-45ac-8b25-268e134c12ee","serviceDescription":"service","serviceInvariantUUID":"c5b00f84-c483-4f0d-abb1-e04e3e4e1521","resources":[{"resourceInstanceName":"basic_onboard_PFAKBh 0","resourceName":"basic_onboard_PFAKBh","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7398be53-d305-4946-bbca-0742253a8eec","resourceInvariantUUID":"58932f17-341a-41e9-a00e-91feb31312bf","resourceCustomizationUUID":"d9df602c-c126-4ff0-8b6c-1ce12e80e054","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml","artifactChecksum":"OTJjMGEyN2M4ZTE4OGFhZThmNTQ2ZjNiOTk2MDU4NzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6cae4461-ad49-41e1-80b9-b01ca76f92cc","artifactVersion":"1"},{"artifactName":"basic_onboard_pfakbh0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json","artifactChecksum":"NDA2MTAzOTVhMjExZmFkOWM0OWI1MjMwYWQ5ZTQ5OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7d406d8e-ebd2-40a1-8759-b8f6981fbf2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0e73c86f-1d27-4973-8f7a-4e090f020303","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6ab4a94e-9431-49f6-81fb-4af280452d62","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b314c78-de5b-4e28-949f-d7661cba7bcf","artifactVersion":"2","generatedFromUUID":"0e73c86f-1d27-4973-8f7a-4e090f020303"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPfakbh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml","artifactChecksum":"ZGM5ODg4OWM1YjgxZDc4MWQ5ZTA5Mjk0N2EzNGRkZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73e5c152-1a37-463e-a6b8-cf0b44cad8c1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPfakbh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar","artifactChecksum":"ZjUyMWUxNjNhNWQ2YTI4ODBkZWYyMTgxZjA0YWM3NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7eef46e0-982d-4513-b2a0-9ab89cdfe12c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:12:54.561Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:54.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:54.574Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:54.575Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:54.675Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-01-04T05:12:54.680Z||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-01-04T05:12:54.680Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:54.694Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:54.695Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:12:55.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:55.580Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:55.582Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:55.582Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:12:55.682Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:55.683Z||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-01-04T05:12:55.683Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:55.701Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:55.701Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:12:56.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:56.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:56.586Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:56.587Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:12:56.687Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:56.687Z||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-01-04T05:12:56.688Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:56.703Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:56.704Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:12:57.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:57.588Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:57.591Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:57.591Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:57.691Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:57.692Z||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-01-04T05:12:57.692Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:57.703Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:57.703Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:12:58.591Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:58.592Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:58.595Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:58.595Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-04T05:12:58.695Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:12:58.697Z||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-01-04T05:12:58.697Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:58.711Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:58.712Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:12:59.596Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:12:59.597Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:12:59.599Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:12:59.600Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:12:59.700Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:12:59.701Z||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-01-04T05:12:59.701Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:12:59.714Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:12:59.714Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:00.600Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:13:00.601Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:00.604Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:00.604Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:13:00.704Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:00.705Z||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-01-04T05:13:00.706Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:00.717Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:00.718Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:01.606Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "serviceName": "basic_onboard_PFAKBh",
  "serviceVersion": "1.0",
  "serviceUUID": "7e07d99f-9b4e-45ac-8b25-268e134c12ee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c5b00f84-c483-4f0d-abb1-e04e3e4e1521",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_PFAKBh 0",
      "resourceCustomizationUUID": "d9df602c-c126-4ff0-8b6c-1ce12e80e054",
      "resourceName": "basic_onboard_PFAKBh",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7398be53-d305-4946-bbca-0742253a8eec",
      "resourceInvariantUUID": "58932f17-341a-41e9-a00e-91feb31312bf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pfakbh0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
          "artifactChecksum": "NDA2MTAzOTVhMjExZmFkOWM0OWI1MjMwYWQ5ZTQ5OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7d406d8e-ebd2-40a1-8759-b8f6981fbf2b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0e73c86f-1d27-4973-8f7a-4e090f020303",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4b314c78-de5b-4e28-949f-d7661cba7bcf",
            "generatedFromUUID": "0e73c86f-1d27-4973-8f7a-4e090f020303"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4b314c78-de5b-4e28-949f-d7661cba7bcf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPfakbh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
      "artifactChecksum": "ZjUyMWUxNjNhNWQ2YTI4ODBkZWYyMTgxZjA0YWM3NGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7eef46e0-982d-4513-b2a0-9ab89cdfe12c"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:13:01.608Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:13:01.608Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7e07d99f-9b4e-45ac-8b25-268e134c12ee ASDC
2022-01-04T05:13:01.722Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:55b72ce2-1243-4a8c-90fc-fb6daf968f18
ServiceName:basic_onboard_PFAKBh
ServiceVersion:1.0
ServiceUUID:7e07d99f-9b4e-45ac-8b25-268e134c12ee
ServiceInvariantUUID:c5b00f84-c483-4f0d-abb1-e04e3e4e1521
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPfakbh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
ArtifactUUID:7eef46e0-982d-4513-b2a0-9ab89cdfe12c
ArtifactChecksum:ZjUyMWUxNjNhNWQ2YTI4ODBkZWYyMTgxZjA0YWM3NGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_PFAKBh 0
ResourceCustomizationUUID:d9df602c-c126-4ff0-8b6c-1ce12e80e054
ResourceInvariantUUID:58932f17-341a-41e9-a00e-91feb31312bf
ResourceName:basic_onboard_PFAKBh
ResourceType:VF
ResourceUUID:7398be53-d305-4946-bbca-0742253a8eec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pfakbh0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
ArtifactUUID:7d406d8e-ebd2-40a1-8759-b8f6981fbf2b
ArtifactChecksum:NDA2MTAzOTVhMjExZmFkOWM0OWI1MjMwYWQ5ZTQ5OTM=
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/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0e73c86f-1d27-4973-8f7a-4e090f020303
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/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
ArtifactUUID:4b314c78-de5b-4e28-949f-d7661cba7bcf
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/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
ArtifactUUID:4b314c78-de5b-4e28-949f-d7661cba7bcf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-04T05:13:01.722Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e07d99f-9b4e-45ac-8b25-268e134c12ee 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-01-04T05:13:01.916Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:13:01.917Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:13:01.917Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:13:01.917Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7eef46e0-982d-4513-b2a0-9ab89cdfe12c from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:01.918Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:01.919Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:02.581Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:02.597Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar 7eef46e0-982d-4513-b2a0-9ab89cdfe12c 71560
2022-01-04T05:13:02.598Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar ASDC sendASDCNotification
2022-01-04T05:13:02.599Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:02.599Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:02.600Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:02.601Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:02.602Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273182597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:13:02.702Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:02.703Z||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-01-04T05:13:02.703Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:02.716Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:02.716Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:03.602Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:13:03.604Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:13:03.604Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7eef46e0-982d-4513-b2a0-9ab89cdfe12c, URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar to file: /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:03.605Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:03.791Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:03.791Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:04.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3151553389855727833/Definitions/service-BasicOnboardPfakbh-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-01-04T05:13:05.791Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||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-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||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-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_PFAKBh 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-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||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-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:05.796Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:13:05.811Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.813Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.817Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.817Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:13:05.818Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.820Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:13:05.821Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:13:05.821Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.821Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:13:05.824Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:13:05.825Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.825Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:13:05.825Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:05.826Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is not matching search criteria
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13b512d4-a1fb-4b05-acc6-b6dfd0f3352a
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.827Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:05.828Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_PFAKBh
Description:service
Model UUID:7e07d99f-9b4e-45ac-8b25-268e134c12ee
Model Version:NULL
Model InvariantUuid:c5b00f84-c483-4f0d-abb1-e04e3e4e1521
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_PFAKBh
Model UUID:8fdd1b8b-e0d1-4a6a-a6fc-e2d4aeb5d880
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58932f17-341a-41e9-a00e-91feb31312bf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d9df602c-c126-4ff0-8b6c-1ce12e80e054
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:71c7e9b4-8631-4354-9e2f-a5a01d8f17fd
ModelName:BasicOnboardPfakbh..base_ubuntu18..module-0
ModelUuid:83889e70-2a3f-4a09-8107-7d0133293a5f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:13b512d4-a1fb-4b05-acc6-b6dfd0f3352a
ModelInvariantUuid:604b348f-33dd-44e0-bb5c-98d1e00896ca
ModelName:basic_onboard_PFAKBh-nodes.ubuntu18Cvfc
ModelUuid:bc76abe4-83ae-476e-9298-674681de90b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d81f2018-44a9-4941-978d-89d2fea72e0a
ModelInvariantUuid:e4417b4d-fb12-4f5a-8f31-3822ca73e938
ModelName:BasicOnboardPfakbh.compute.nodes.heat.ubuntu18
ModelUuid:fe72a53a-7b3f-45c7-985c-ecef9ed5d182
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-01-04T05:13:05.848Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7398be53-d305-4946-bbca-0742253a8eec
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-01-04T05:13:05.931Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||basic_onboard_PFAKBh 0
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7398be53-d305-4946-bbca-0742253a8eec
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7d406d8e-ebd2-40a1-8759-b8f6981fbf2b from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:05.936Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:05.993Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:05.993Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json 7d406d8e-ebd2-40a1-8759-b8f6981fbf2b 798
2022-01-04T05:13:05.993Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json ASDC sendASDCNotification
2022-01-04T05:13:05.994Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:05.994Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:05.994Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:05.997Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:05.998Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273185993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:13:06.098Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:06.099Z||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-01-04T05:13:06.099Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:06.114Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:06.115Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:06.999Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPfakbh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71c7e9b4-8631-4354-9e2f-a5a01d8f17fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83889e70-2a3f-4a09-8107-7d0133293a5f",
    "vfModuleModelCustomizationUUID": "cee3d40f-6856-4b57-99c1-c19a42bf751d",
    "isBase": true,
    "artifacts": [
      "0e73c86f-1d27-4973-8f7a-4e090f020303",
      "4b314c78-de5b-4e28-949f-d7661cba7bcf"
    ],
    "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-01-04T05:13:07.018Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfakbh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83889e70-2a3f-4a09-8107-7d0133293a5f
VfModuleModelInvariantUUID:71c7e9b4-8631-4354-9e2f-a5a01d8f17fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e73c86f-1d27-4973-8f7a-4e090f020303
,
4b314c78-de5b-4e28-949f-d7661cba7bcf

}
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-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPfakbh..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71c7e9b4-8631-4354-9e2f-a5a01d8f17fd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83889e70-2a3f-4a09-8107-7d0133293a5f",
    "vfModuleModelCustomizationUUID": "cee3d40f-6856-4b57-99c1-c19a42bf751d",
    "isBase": true,
    "artifacts": [
      "0e73c86f-1d27-4973-8f7a-4e090f020303",
      "4b314c78-de5b-4e28-949f-d7661cba7bcf"
    ],
    "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-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfakbh..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83889e70-2a3f-4a09-8107-7d0133293a5f
VfModuleModelInvariantUUID:71c7e9b4-8631-4354-9e2f-a5a01d8f17fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
0e73c86f-1d27-4973-8f7a-4e090f020303
,
4b314c78-de5b-4e28-949f-d7661cba7bcf

}
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-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0e73c86f-1d27-4973-8f7a-4e090f020303 from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:07.020Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:07.021Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:07.070Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:07.070Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml 0e73c86f-1d27-4973-8f7a-4e090f020303 5033
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:07.071Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:07.074Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:07.074Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273187071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:13:07.174Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:07.175Z||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-01-04T05:13:07.175Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:07.192Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:07.192Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:08.074Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4b314c78-de5b-4e28-949f-d7661cba7bcf from URL: /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:08.075Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:13:08.075Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:08.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:13:08.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env 4b314c78-de5b-4e28-949f-d7661cba7bcf 909
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:13:08.125Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:08.127Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:08.127Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273188125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:13:08.228Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:08.228Z||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-01-04T05:13:08.229Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:08.242Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:08.242Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:09.128Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7e07d99f-9b4e-45ac-8b25-268e134c12ee
2022-01-04T05:13:09.129Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_PFAKBh 0 7398be53-d305-4946-bbca-0742253a8eec 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-01-04T05:13:09.161Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a0b08d2, org.onap.sdc.toscaparser.api.parameters.Input@5cb19794, org.onap.sdc.toscaparser.api.parameters.Input@4a3c3c73, org.onap.sdc.toscaparser.api.parameters.Input@1f96b850, org.onap.sdc.toscaparser.api.parameters.Input@7db97ee8]
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d9df602c-c126-4ff0-8b6c-1ce12e80e054
2022-01-04T05:13:09.164Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9df602c-c126-4ff0-8b6c-1ce12e80e054 matches Tosca VF Customization UUID: d9df602c-c126-4ff0-8b6c-1ce12e80e054
2022-01-04T05:13:09.165Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d9df602c-c126-4ff0-8b6c-1ce12e80e054  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-01-04T05:13:09.169Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d9df602c-c126-4ff0-8b6c-1ce12e80e054: {\"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-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e8d7718
2022-01-04T05:13:09.170Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.171Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:13:09.171Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cee3d40f-6856-4b57-99c1-c19a42bf751d
2022-01-04T05:13:09.172Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cee3d40f-6856-4b57-99c1-c19a42bf751d
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-01-04T05:13:09.176Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.176Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:09.177Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is not matching search criteria
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:13:09.178Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=13b512d4-a1fb-4b05-acc6-b6dfd0f3352a
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-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:13:09.184Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.185Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_PFAKBh 0 is matching search criteria
2022-01-04T05:13:09.185Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_PFAKBh 0] matching following query criteria: sdcType=VF, customizationUUID=d9df602c-c126-4ff0-8b6c-1ce12e80e054
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-01-04T05:13:09.186Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7e07d99f-9b4e-45ac-8b25-268e134c12ee: basic_onboard_PFAKBh
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.187Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_PFAKBh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:13:09.188Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_PFAKBh 
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-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_PFAKBh 7398be53-d305-4946-bbca-0742253a8eec 1 ASDC deployResourceStructure
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json ASDC sendASDCNotification
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:09.373Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:09.375Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:09.375Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273189373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:13:09.475Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:09.476Z||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-01-04T05:13:09.477Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:09.491Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:09.492Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:10.376Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-04T05:13:10.376Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml
2022-01-04T05:13:10.377Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:10.377Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:10.379Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:10.379Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273190376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:13:10.479Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:10.481Z||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-01-04T05:13:10.481Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:10.496Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:10.497Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:11.381Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:11.384Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:11.384Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273191380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:13:11.484Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:11.485Z||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-01-04T05:13:11.485Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:11.499Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:11.499Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:12.384Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar ASDC sendASDCNotification
2022-01-04T05:13:12.385Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar
2022-01-04T05:13:12.385Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:13:12.386Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:13:12.387Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:13:12.387Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273192384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:13:12.489Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:13:12.490Z||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-01-04T05:13:12.491Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:12.506Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:12.507Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:13:13.389Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:13:13.422Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:13:13.424Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:13:13.424Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:13:13.425Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:13:43.425Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:13:43.438Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:13:43.441Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:13:43.442Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:13:43.442Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:13:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:13:53.917Z||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-01-04T05:13:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:13:53.943Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:13:53.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:13:53.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273170473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:13:53.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:14:13.442Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:14:13.455Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:14:13.458Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:14:13.459Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:14:13.459Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:14:43.459Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:14:43.473Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:14:43.475Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:14:43.476Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:14:43.476Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:14:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:14:53.917Z||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-01-04T05:14:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:14:53.942Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:14:53.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:14:53.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273173478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:14:53.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:13.476Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:15:13.489Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:15:13.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:15:13.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:15:13.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:15:43.492Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:15:43.504Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:15:43.506Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:15:43.506Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:15:43.507Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:15:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:15:53.917Z||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-01-04T05:15:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:15:54.449Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:15:54.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "dcae-sch",
  "timestamp": 1641273172628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273171762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273162224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273164499,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273168097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273170473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273173478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "dcae-sch",
  "timestamp": 1641273172628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273171762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273175581,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273170473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273173478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "dcae-sch",
  "timestamp": 1641273172628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273171762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273176590,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273170473,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273173478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "dcae-sch",
  "timestamp": 1641273172628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273171762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "policy-id",
  "timestamp": 1641273177594,
  "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-01-04T05:15:54.469Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.470Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273173478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "dcae-sch",
  "timestamp": 1641273172628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273178344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273171762,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273173478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "dcae-sch",
  "timestamp": 1641273172628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "cds",
  "timestamp": 1641273179360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-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-01-04T05:15:54.485Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.486Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273178705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273179604,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273173478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273178705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273173914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273180825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273178705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273181716,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273182067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273182169,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273178705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273182597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273178705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273184080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273184087,
  "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-01-04T05:15:54.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273178705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "clamp",
  "timestamp": 1641273185084,
  "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-01-04T05:15:54.518Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.518Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273185089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273178705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273185698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273185993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.528Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273186493,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.529Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.529Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273186702,
  "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-01-04T05:15:54.534Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.535Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:15:54.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273187071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273188125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273189373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/basic_onboard_pfakbh0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273190376,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273191380,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/resourceInstances/basic_onboard_pfakbh0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273192384,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273196027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfakbh/1.0/artifacts/service-BasicOnboardPfakbh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:15:54.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "aai-ml",
  "timestamp": 1641273197033,
  "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-01-04T05:15:54.553Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55b72ce2-1243-4a8c-90fc-fb6daf968f18
2022-01-04T05:15:54.554Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:16:13.507Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:16:13.520Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:16:13.524Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:16:13.525Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:16:13.525Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:16:13.532Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:16:43.533Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18 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-01-04T05:16:43.544Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55b72ce2-1243-4a8c-90fc-fb6daf968f18 and serviceModelVersionId: 7e07d99f-9b4e-45ac-8b25-268e134c12ee
2022-01-04T05:16:43.544Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c5b00f84-c483-4f0d-abb1-e04e3e4e1521
2022-01-04T05:16:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:16:53.916Z||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-01-04T05:16:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:16:55.265Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0
2022-01-04T05:16:55.359Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:16:55.795Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?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-01-04T05:16:55.798Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0|INFO|500||Invoke
2022-01-04T05:16:55.959Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:16:56.120Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0|INFO|500||InvokeReturn
2022-01-04T05:16:56.120Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c5b00f84-c483-4f0d-abb1-e04e3e4e1521/model-vers/model-ver/7e07d99f-9b4e-45ac-8b25-268e134c12ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220104-05:16:55:967-40339], vertex-id=[217200], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:16:55 GMT], Content-Type=[application/json]}
2022-01-04T05:16:56.121Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:16:56.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:16:56.124Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:16:56.191Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:16:56.208Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55b72ce2-1243-4a8c-90fc-fb6daf968f18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:16:56.209Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:16:56.209Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:16:56.211Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:16:56.211Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273416208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:16:56.312Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:16:56.313Z||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-01-04T05:16:56.314Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:16:56.327Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:16:56.327Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:16:56.951Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:16:56.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-04T05:16:56.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55b72ce2-1243-4a8c-90fc-fb6daf968f18",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273416208,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:16:56.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-04T05:16:57.233Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:16:57.234Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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-01-04T05:16:57.234Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:07.570Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:17:07.571Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:07.572Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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-01-04T05:17:07.572Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:17.111Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:17:17.112Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:17.113Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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-01-04T05:17:17.113Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:26.653Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:17:26.654Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:26.655Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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-01-04T05:17:26.655Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:36.194Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:17:53.914Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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-01-04T05:17:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:17:53.916Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:17:53.916Z||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-01-04T05:17:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:03.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:03.482Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:53.914Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:18:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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-01-04T05:18:53.915Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:18:53.916Z||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-01-04T05:18:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:54.551Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:54.552Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:54.552Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1","serviceName":"vFW 2022-01-04 05-16-50","serviceVersion":"1.0","serviceUUID":"8e308ab7-1873-48c3-bc0c-50c441ada9f5","serviceDescription":"catalog service description","serviceInvariantUUID":"aa57f574-c091-48f9-9322-2ba68e52b3af","resources":[{"resourceInstanceName":"vFW d4ddad5f-4002 0","resourceName":"vFW d4ddad5f-4002","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"29e0f44e-70fa-4d0e-9f91-8ad11c7f6501","resourceInvariantUUID":"7b2bac7c-8753-47e4-8e87-df1598583f39","resourceCustomizationUUID":"6f9edb37-db0a-45cb-b791-6e6297fe2315","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml","artifactChecksum":"Mjg0YjUzNTdhZTEzMmE5NWM2MDlhMzJiODcyNWE2NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0790c4dc-f1d1-43de-83c7-3d17dffc3648","artifactVersion":"1"},{"artifactName":"vfwd4ddad5f40020_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json","artifactChecksum":"NDkxZGEzNTllYzkxZGY5MzJiMmZiZDU1YmEzMTk4MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a47cd322-6450-4196-9987-4452b12377e8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc79645c-f136-4012-97e8-6667104fd935","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml","artifactChecksum":"OGRlNDMyNDQwMmQzOTM1OGJmY2U5ODA2OTQ3YmEwMjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"31d2aebb-8320-45d9-b707-14da2ec089eb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69fe5159-d2f6-416f-8498-6e80a9297b6c","artifactVersion":"2","generatedFromUUID":"fc79645c-f136-4012-97e8-6667104fd935"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220104051650-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml","artifactChecksum":"ZThhYjI4Mjk2NDlhMTExYzY3NzFmOTNmMDRhZjFhOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ed8d1dd8-08c6-4dc1-aa14-582a7b84de6c","artifactVersion":"1"},{"artifactName":"service-Vfw20220104051650-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar","artifactChecksum":"ZGZlZmQzNWU0MjJkMjgxMjFiNjk3MjVjNGJiMDU5YjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0fb92660-c2eb-4ac4-8ca7-255bea66394a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:18:54.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273492224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.555Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:54.556Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273491762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273488097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "dcae-sch",
  "timestamp": 1641273492628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273491762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273492224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273488097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "dcae-sch",
  "timestamp": 1641273492628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.558Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.558Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273491762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273492224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273488097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.559Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "dcae-sch",
  "timestamp": 1641273492628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.560Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273491762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273492224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.561Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273488097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.562Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "dcae-sch",
  "timestamp": 1641273492628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273491762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.563Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273492224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.564Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273488097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "dcae-sch",
  "timestamp": 1641273492628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.565Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273500473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273491762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273492224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273488097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "dcae-sch",
  "timestamp": 1641273492628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273500473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273491762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.567Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273492224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273488097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "dcae-sch",
  "timestamp": 1641273492628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273500473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.568Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273503977,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273500473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273503477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273505032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273500473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273503477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273504499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273506092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273500473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273503477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273504499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273507109,
  "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-01-04T05:18:54.590Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.590Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273500473,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273503477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273504499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273508111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273503477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273504499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273508237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273503477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273504499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "cds",
  "timestamp": 1641273509243,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-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-01-04T05:18:54.612Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.612Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273508705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273503477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273504499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273508705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273511091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273504499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273508705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273511508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.625Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273508705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273512674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273513099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273508705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273513678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.628Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "clamp",
  "timestamp": 1641273514103,
  "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-01-04T05:18:54.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273508705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:54.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273514466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.643Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "policy-id",
  "timestamp": 1641273514681,
  "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-01-04T05:18:54.648Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.648Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273508705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:18:54.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:18:54.658Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:54.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273515470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-01-04T05:18:54.659Z||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-01-04T05:18:54.660Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:18:54.664Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.665Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:54.672Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:54.673Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273516522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273525119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:18:54.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:18:54.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:18:54.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "aai-ml",
  "timestamp": 1641273526122,
  "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-01-04T05:18:54.680Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
2022-01-04T05:18:54.680Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:18:55.559Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:55.560Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:55.562Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:55.562Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:18:55.663Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:55.664Z||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-01-04T05:18:55.664Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:55.704Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:55.705Z||pool-20-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:56.563Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:56.564Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:56.567Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:56.567Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:18:56.667Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:56.668Z||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-01-04T05:18:56.668Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:56.683Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:56.684Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:57.567Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:57.569Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:57.571Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:57.572Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:57.672Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:57.673Z||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-01-04T05:18:57.673Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:57.686Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:57.687Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:58.573Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:58.574Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:58.576Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:58.576Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-04T05:18:58.676Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:58.677Z||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-01-04T05:18:58.677Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:58.700Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:58.700Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:18:59.576Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:18:59.577Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:18:59.580Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:18:59.580Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:18:59.680Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:18:59.681Z||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-01-04T05:18:59.681Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:18:59.697Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:18:59.697Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:00.580Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:19:00.581Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:00.583Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:00.583Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:19:00.684Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:19:00.684Z||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-01-04T05:19:00.685Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:00.696Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:00.697Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:01.585Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "serviceName": "vFW 2022-01-04 05-16-50",
  "serviceVersion": "1.0",
  "serviceUUID": "8e308ab7-1873-48c3-bc0c-50c441ada9f5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aa57f574-c091-48f9-9322-2ba68e52b3af",
  "resources": [
    {
      "resourceInstanceName": "vFW d4ddad5f-4002 0",
      "resourceCustomizationUUID": "6f9edb37-db0a-45cb-b791-6e6297fe2315",
      "resourceName": "vFW d4ddad5f-4002",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "29e0f44e-70fa-4d0e-9f91-8ad11c7f6501",
      "resourceInvariantUUID": "7b2bac7c-8753-47e4-8e87-df1598583f39",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwd4ddad5f40020_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
          "artifactChecksum": "NDkxZGEzNTllYzkxZGY5MzJiMmZiZDU1YmEzMTk4MDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a47cd322-6450-4196-9987-4452b12377e8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fc79645c-f136-4012-97e8-6667104fd935",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "69fe5159-d2f6-416f-8498-6e80a9297b6c",
            "generatedFromUUID": "fc79645c-f136-4012-97e8-6667104fd935"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "69fe5159-d2f6-416f-8498-6e80a9297b6c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220104051650-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
      "artifactChecksum": "ZGZlZmQzNWU0MjJkMjgxMjFiNjk3MjVjNGJiMDU5YjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0fb92660-c2eb-4ac4-8ca7-255bea66394a"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:19:01.586Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:19:01.586Z|55b72ce2-1243-4a8c-90fc-fb6daf968f18|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8e308ab7-1873-48c3-bc0c-50c441ada9f5 ASDC
2022-01-04T05:19:01.587Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
ServiceName:vFW 2022-01-04 05-16-50
ServiceVersion:1.0
ServiceUUID:8e308ab7-1873-48c3-bc0c-50c441ada9f5
ServiceInvariantUUID:aa57f574-c091-48f9-9322-2ba68e52b3af
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220104051650-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
ArtifactUUID:0fb92660-c2eb-4ac4-8ca7-255bea66394a
ArtifactChecksum:ZGZlZmQzNWU0MjJkMjgxMjFiNjk3MjVjNGJiMDU5YjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d4ddad5f-4002 0
ResourceCustomizationUUID:6f9edb37-db0a-45cb-b791-6e6297fe2315
ResourceInvariantUUID:7b2bac7c-8753-47e4-8e87-df1598583f39
ResourceName:vFW d4ddad5f-4002
ResourceType:VF
ResourceUUID:29e0f44e-70fa-4d0e-9f91-8ad11c7f6501
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd4ddad5f40020_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
ArtifactUUID:a47cd322-6450-4196-9987-4452b12377e8
ArtifactChecksum:NDkxZGEzNTllYzkxZGY5MzJiMmZiZDU1YmEzMTk4MDk=
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/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
ArtifactUUID:fc79645c-f136-4012-97e8-6667104fd935
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/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
ArtifactUUID:69fe5159-d2f6-416f-8498-6e80a9297b6c
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/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
ArtifactUUID:69fe5159-d2f6-416f-8498-6e80a9297b6c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-04T05:19:01.587Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e308ab7-1873-48c3-bc0c-50c441ada9f5 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-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:19:01.623Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0fb92660-c2eb-4ac4-8ca7-255bea66394a from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:01.624Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:01.624Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:01.846Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar 0fb92660-c2eb-4ac4-8ca7-255bea66394a 98950
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar ASDC sendASDCNotification
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:01.852Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:01.853Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:01.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:01.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273541852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:19:01.955Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:01.957Z||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-01-04T05:19:01.957Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:01.971Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:01.972Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:02.856Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:19:02.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:19:02.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0fb92660-c2eb-4ac4-8ca7-255bea66394a, URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar to file: /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:02.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220104051650-csar.csar
2022-01-04T05:19:02.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:02.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:03.053Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1682495295368767381/Definitions/service-Vfw20220104051650-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-01-04T05:19:05.297Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d4ddad5f-4002 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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||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-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.298Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.299Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.300Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.301Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.302Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:05.306Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.306Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.306Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.307Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:05.308Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.309Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb796e66-6808-4b04-8b8d-5f44a8c1b6a1
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.310Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:05.311Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.312Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3d30ee9-e87a-4815-98fd-b1feb2aa9519
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:05.313Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:05.314Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37ab8b9-aec6-410c-98c5-986030e0b01d
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:05.315Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-04 05-16-50
Description:catalog service description
Model UUID:8e308ab7-1873-48c3-bc0c-50c441ada9f5
Model Version:NULL
Model InvariantUuid:aa57f574-c091-48f9-9322-2ba68e52b3af
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW d4ddad5f-4002
Model UUID:0c5fe2b7-7c2a-42e0-a760-ebdd75a9fe33
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7b2bac7c-8753-47e4-8e87-df1598583f39
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6f9edb37-db0a-45cb-b791-6e6297fe2315
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de09ca4b-d893-418f-941a-ac0736eb8399
ModelName:VfwD4ddad5f4002..base_vfw..module-0
ModelUuid:edbb6206-4a45-4ac8-8072-dff15ae32f4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb796e66-6808-4b04-8b8d-5f44a8c1b6a1
ModelInvariantUuid:27c94972-b228-431c-888c-9aa076dbb5a6
ModelName:vFW d4ddad5f-4002-nodes.vfwCvfc
ModelUuid:390fe85c-384e-432f-88f9-7677c5c0ecb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:06da9dbb-f32a-47a6-98c5-2c5bfbe774e6
ModelInvariantUuid:b743d43c-12b4-489c-a228-d0b5410a665d
ModelName:VfwD4ddad5f4002.compute.nodes.heat.vfw
ModelUuid:2656716f-6534-401c-b28a-3a4508d1fd89
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c3d30ee9-e87a-4815-98fd-b1feb2aa9519
ModelInvariantUuid:2b9e6acc-ebcd-4b63-bd88-294f36bb0d7c
ModelName:vFW d4ddad5f-4002-nodes.vsnCvfc
ModelUuid:7fda69b6-70e3-47e7-aa71-e86408ceafca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c8d5ce6d-8399-4653-85d4-2dd40e1f4975
ModelInvariantUuid:aba800e9-512e-4659-bb4a-946800b9f1c2
ModelName:VfwD4ddad5f4002.compute.nodes.heat.vsn
ModelUuid:6621dbc3-66a2-4d5d-95ad-16eca243f8fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c37ab8b9-aec6-410c-98c5-986030e0b01d
ModelInvariantUuid:da37e60c-04d6-47ae-8acb-fb0abaf5a353
ModelName:vFW d4ddad5f-4002-nodes.vpgCvfc
ModelUuid:d00113cf-0d46-4dd7-835e-ca0e37344451
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:cba82885-cef8-46fa-8e15-00efb6d186e7
ModelInvariantUuid:a85949b3-3dd9-4bb1-920f-566729de94ae
ModelName:VfwD4ddad5f4002.compute.nodes.heat.vpg
ModelUuid:c7cbcdb6-8455-4a6c-b308-0f1598916379
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-01-04T05:19:05.323Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501
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-01-04T05:19:05.326Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||vFW d4ddad5f-4002 0
2022-01-04T05:19:05.326Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501
2022-01-04T05:19:05.327Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a47cd322-6450-4196-9987-4452b12377e8 from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:05.327Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:05.327Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:05.489Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:05.490Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json a47cd322-6450-4196-9987-4452b12377e8 785
2022-01-04T05:19:05.490Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json ASDC sendASDCNotification
2022-01-04T05:19:05.491Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:05.491Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:05.491Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:05.494Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:05.494Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273545490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:19:05.594Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:05.595Z||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-01-04T05:19:05.595Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:05.608Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:05.609Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:19:06.494Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD4ddad5f4002..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "de09ca4b-d893-418f-941a-ac0736eb8399",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "edbb6206-4a45-4ac8-8072-dff15ae32f4b",
    "vfModuleModelCustomizationUUID": "0f894c33-2a93-43a1-b447-10fb5d4772da",
    "isBase": true,
    "artifacts": [
      "fc79645c-f136-4012-97e8-6667104fd935",
      "69fe5159-d2f6-416f-8498-6e80a9297b6c"
    ],
    "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-01-04T05:19:06.500Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD4ddad5f4002..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edbb6206-4a45-4ac8-8072-dff15ae32f4b
VfModuleModelInvariantUUID:de09ca4b-d893-418f-941a-ac0736eb8399
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc79645c-f136-4012-97e8-6667104fd935
,
69fe5159-d2f6-416f-8498-6e80a9297b6c

}
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-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwD4ddad5f4002..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "de09ca4b-d893-418f-941a-ac0736eb8399",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "edbb6206-4a45-4ac8-8072-dff15ae32f4b",
    "vfModuleModelCustomizationUUID": "0f894c33-2a93-43a1-b447-10fb5d4772da",
    "isBase": true,
    "artifacts": [
      "fc79645c-f136-4012-97e8-6667104fd935",
      "69fe5159-d2f6-416f-8498-6e80a9297b6c"
    ],
    "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-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD4ddad5f4002..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:edbb6206-4a45-4ac8-8072-dff15ae32f4b
VfModuleModelInvariantUUID:de09ca4b-d893-418f-941a-ac0736eb8399
VfModuleModelDescription:NULL
Artifacts UUID List:{
fc79645c-f136-4012-97e8-6667104fd935
,
69fe5159-d2f6-416f-8498-6e80a9297b6c

}
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-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc79645c-f136-4012-97e8-6667104fd935 from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:06.503Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:06.504Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:06.555Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml fc79645c-f136-4012-97e8-6667104fd935 20368
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:06.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:06.558Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:06.560Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:06.560Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273546557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:19:06.661Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:06.661Z||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-01-04T05:19:06.661Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:06.676Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:06.677Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:07.561Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 69fe5159-d2f6-416f-8498-6e80a9297b6c from URL: /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:07.562Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:19:07.562Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:07.611Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:19:07.612Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env 69fe5159-d2f6-416f-8498-6e80a9297b6c 2098
2022-01-04T05:19:07.612Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-04T05:19:07.613Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:07.613Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:19:07.613Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:07.615Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:07.615Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273547612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:19:07.716Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:19:07.716Z||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-01-04T05:19:07.717Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:07.731Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:07.732Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:08.616Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8e308ab7-1873-48c3-bc0c-50c441ada9f5
2022-01-04T05:19:08.616Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d4ddad5f-4002 0 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501 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-01-04T05:19:08.637Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@728d2e21, org.onap.sdc.toscaparser.api.parameters.Input@1b84ec0a, org.onap.sdc.toscaparser.api.parameters.Input@fd75e69, org.onap.sdc.toscaparser.api.parameters.Input@773c8c3c, org.onap.sdc.toscaparser.api.parameters.Input@6c5b48dc]
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 6f9edb37-db0a-45cb-b791-6e6297fe2315
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6f9edb37-db0a-45cb-b791-6e6297fe2315 matches Tosca VF Customization UUID: 6f9edb37-db0a-45cb-b791-6e6297fe2315
2022-01-04T05:19:08.638Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 6f9edb37-db0a-45cb-b791-6e6297fe2315  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-01-04T05:19:08.640Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 6f9edb37-db0a-45cb-b791-6e6297fe2315: {\"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-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@58c0ca6c
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:19:08.641Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f894c33-2a93-43a1-b447-10fb5d4772da
2022-01-04T05:19:08.642Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f894c33-2a93-43a1-b447-10fb5d4772da
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-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.644Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:08.645Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.646Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cb796e66-6808-4b04-8b8d-5f44a8c1b6a1
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-01-04T05:19:08.648Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.648Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.648Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-04T05:19:08.649Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.650Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c3d30ee9-e87a-4815-98fd-b1feb2aa9519
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-01-04T05:19:08.651Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.652Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.652Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is not matching search criteria
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:19:08.654Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:19:08.655Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-04T05:19:08.656Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c37ab8b9-aec6-410c-98c5-986030e0b01d
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-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Node template vFW d4ddad5f-4002 0 is matching search criteria
2022-01-04T05:19:08.658Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d4ddad5f-4002 0] matching following query criteria: sdcType=VF, customizationUUID=6f9edb37-db0a-45cb-b791-6e6297fe2315
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-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8e308ab7-1873-48c3-bc0c-50c441ada9f5: vFW d4ddad5f-4002
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.660Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-16-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:19:08.661Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-01-04 05-16-50 
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-01-04T05:19:08.854Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d4ddad5f-4002 29e0f44e-70fa-4d0e-9f91-8ad11c7f6501 1 ASDC deployResourceStructure
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json ASDC sendASDCNotification
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:08.855Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:08.857Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:08.857Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273548855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:19:08.957Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:08.959Z||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-01-04T05:19:08.959Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:08.972Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:08.973Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:09.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-04T05:19:09.858Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml
2022-01-04T05:19:09.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:09.859Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:09.861Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:09.861Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273549858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:19:09.961Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:09.962Z||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-01-04T05:19:09.963Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:09.975Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:09.976Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:10.863Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-04T05:19:10.863Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env
2022-01-04T05:19:10.863Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:10.864Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:10.866Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:10.867Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273550863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:19:10.966Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:19:10.967Z||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-01-04T05:19:10.967Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:10.978Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:10.979Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:11.867Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar ASDC sendASDCNotification
2022-01-04T05:19:11.868Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar
2022-01-04T05:19:11.868Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:19:11.868Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:11.871Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:11.871Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273551867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:19:11.971Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:11.972Z||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-01-04T05:19:11.972Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:11.985Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:11.986Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:19:12.871Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:19:12.886Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:19:12.890Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:19:12.891Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:19:12.897Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:19:42.897Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 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-01-04T05:19:42.904Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 and serviceModelVersionId: 8e308ab7-1873-48c3-bc0c-50c441ada9f5
2022-01-04T05:19:42.905Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa57f574-c091-48f9-9322-2ba68e52b3af
2022-01-04T05:19:42.906Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0
2022-01-04T05:19:42.913Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:19:42.950Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|INFO|500||Invoke
2022-01-04T05:19:42.951Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a55f06a1-1c7a-43e6-a293-fd600dc24080], X-ECOMP-RequestID=[aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1], X-TransactionId=[], X-ONAP-RequestID=[aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1], Content-Type=[application/merge-patch+json]}
2022-01-04T05:19:42.977Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:19:43.133Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?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/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220104-05:19:43:011-87609], vertex-id=[176216], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:19:43 GMT], Content-Type=[application/json]}
2022-01-04T05:19:43.134Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:19:43.134Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa57f574-c091-48f9-9322-2ba68e52b3af/model-vers/model-ver/8e308ab7-1873-48c3-bc0c-50c441ada9f5?depth=0|INFO|500||InvokeReturn
2022-01-04T05:19:43.135Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:19:43.135Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:19:43.140Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:19:43.140Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:19:43.141Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:19:43.141Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:19:43.143Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:19:43.143Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273583140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:19:43.244Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:19:43.245Z||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-01-04T05:19:43.245Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:43.262Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:43.263Z||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-01-04T05:19:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:19:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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-01-04T05:19:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:19:53.916Z||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-01-04T05:19:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:19:54.043Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:19:54.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:19:54.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:19:54.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:20:03.460Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:20:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:20:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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-01-04T05:20:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:20:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:20:53.917Z||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-01-04T05:20:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:20:54.445Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:20:54.446Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.446Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.447Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273533914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273541852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273545490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273546557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273547612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273548855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/vfwd4ddad5f40020_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273549858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273550863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/resourceInstances/vfwd4ddad5f40020/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273551867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104051650/1.0/artifacts/service-Vfw20220104051650-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273583140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:20:54.451Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:21:03.464Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:21:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:21:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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-01-04T05:21:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:21:53.916Z||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-01-04T05:21:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:21:53.916Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:22:03.465Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:22:03.467Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:22:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:22:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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-01-04T05:22:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:22:53.916Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:22:53.916Z||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-01-04T05:22:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:23:03.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:23:03.470Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:23:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:23:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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-01-04T05:23:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:23:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:23:53.916Z||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-01-04T05:23:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:03.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:03.469Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:53.914Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:24:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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-01-04T05:24:53.915Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:24:53.916Z||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-01-04T05:24:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:54.549Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:54.550Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.551Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6eabc925-2f6d-4dc5-909d-2dacba3c73f4","serviceName":"vFW 2022-01-04 05-22-59","serviceVersion":"1.0","serviceUUID":"2a7837cd-482f-49ea-b49b-3df53eb9f24a","serviceDescription":"catalog service description","serviceInvariantUUID":"ec39a387-7b9f-4597-bcb5-73af2925bd50","resources":[{"resourceInstanceName":"vFW ebe4951f-58ba 0","resourceName":"vFW ebe4951f-58ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"13ed2a38-2cc5-4f21-99e2-fd8732d50ec4","resourceInvariantUUID":"abbf7965-1dbc-4499-b5f1-03675361d54a","resourceCustomizationUUID":"4b6be95b-90c9-4d95-9d06-079214741b8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml","artifactChecksum":"NmU3MWQ2NzZhNmUwZjRlOWQwY2Q5NjhlNWVhNTI3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c5905dd-dbf6-44e8-9d9c-710b89beed4c","artifactVersion":"1"},{"artifactName":"vfwebe4951f58ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json","artifactChecksum":"OWUwNDdmNDk5NGI4MjVlN2Y5MjJmZGQwMDc0MTgwOTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"756e76bb-d848-4cbe-a2de-e2569b78da6a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7505c4c5-55e5-4962-b117-08bbabc370b4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml","artifactChecksum":"OWFmMzMwYWMyYjYyMjA5MTQ5NjEwYmJjOGZmOGYzYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"64581580-cbfc-4758-912e-2d6d14cd7ad0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57e7e8df-bc6e-44ba-a806-0dcb0fdc8015","artifactVersion":"2","generatedFromUUID":"7505c4c5-55e5-4962-b117-08bbabc370b4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220104052259-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml","artifactChecksum":"ZjUxY2E5YWFjNmE4NjEyNGI5ZmI2ZDA3NjdmNjAyNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d62038a-a9ee-470c-846f-2558d9207744","artifactVersion":"1"},{"artifactName":"service-Vfw20220104052259-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar","artifactChecksum":"ZDgxN2Y4ZWRmYjA2YmVjZTE0YzNhZWM1MWY5YjNmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c250e02c-ae79-442a-94c9-45ce877b2f99","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:24:54.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:54.553Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:54.554Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:54.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273860475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "dcae-sch",
  "timestamp": 1641273852628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.556Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:54.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273860475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "dcae-sch",
  "timestamp": 1641273852628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273860475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "dcae-sch",
  "timestamp": 1641273852628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273863477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273860475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "dcae-sch",
  "timestamp": 1641273852628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273863477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273864499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273860475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "dcae-sch",
  "timestamp": 1641273852628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273863477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273864499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273860475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "dcae-sch",
  "timestamp": 1641273852628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273863477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273864499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273852224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273860475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "dcae-sch",
  "timestamp": 1641273852628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273863477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273864499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273868097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273869116,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273863477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273864499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273868705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273868097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.569Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "cds",
  "timestamp": 1641273870122,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-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-01-04T05:24:54.586Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.586Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273863477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273864499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273868705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273868097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273864499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273868705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273871423,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273868097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273868705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273871762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273872476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273868097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273868705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273871762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273873479,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273868097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273874251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:24:54.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273868705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273871762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "policy-id",
  "timestamp": 1641273874482,
  "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-01-04T05:24:54.605Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.605Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641273868097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641273875255,
  "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-01-04T05:24:54.621Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.622Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273868705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273871762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273871762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.633Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273876442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273877126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273871762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273871762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:24:54.634Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273879134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273879598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.635Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "clamp",
  "timestamp": 1641273880138,
  "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-01-04T05:24:54.641Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.641Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273880807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273882007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.649Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273883037,
  "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-01-04T05:24:54.654Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.654Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:24:54.656Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:24:54.657Z||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-01-04T05:24:54.657Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-01-04T05:24:54.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641273884039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273885217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:24:54.662Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "aai-ml",
  "timestamp": 1641273886220,
  "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-01-04T05:24:54.667Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
2022-01-04T05:24:54.667Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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=?
2022-01-04T05:24:54.670Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:54.670Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:24:55.557Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:55.558Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:55.560Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:55.561Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:24:55.661Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:55.662Z||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-01-04T05:24:55.662Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:55.676Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:55.677Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:24:56.561Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:56.562Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:56.564Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:56.565Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:24:56.665Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:56.666Z||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-01-04T05:24:56.666Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:56.681Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:56.682Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:24:57.565Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:57.566Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:57.568Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:57.568Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:57.668Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:57.669Z||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-01-04T05:24:57.670Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:57.682Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:57.682Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:24:58.569Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:58.570Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:58.573Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:58.573Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-04T05:24:58.673Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:58.674Z||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-01-04T05:24:58.674Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:58.688Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:58.689Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:24:59.573Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:24:59.575Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:24:59.577Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:24:59.577Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:24:59.678Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:24:59.678Z||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-01-04T05:24:59.679Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:24:59.693Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:24:59.694Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:25:00.578Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:25:00.579Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:00.581Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:00.582Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:25:00.682Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:25:00.682Z||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-01-04T05:25:00.683Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:00.697Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:00.698Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:01.583Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "serviceName": "vFW 2022-01-04 05-22-59",
  "serviceVersion": "1.0",
  "serviceUUID": "2a7837cd-482f-49ea-b49b-3df53eb9f24a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ec39a387-7b9f-4597-bcb5-73af2925bd50",
  "resources": [
    {
      "resourceInstanceName": "vFW ebe4951f-58ba 0",
      "resourceCustomizationUUID": "4b6be95b-90c9-4d95-9d06-079214741b8b",
      "resourceName": "vFW ebe4951f-58ba",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "13ed2a38-2cc5-4f21-99e2-fd8732d50ec4",
      "resourceInvariantUUID": "abbf7965-1dbc-4499-b5f1-03675361d54a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwebe4951f58ba0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
          "artifactChecksum": "OWUwNDdmNDk5NGI4MjVlN2Y5MjJmZGQwMDc0MTgwOTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "756e76bb-d848-4cbe-a2de-e2569b78da6a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7505c4c5-55e5-4962-b117-08bbabc370b4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "57e7e8df-bc6e-44ba-a806-0dcb0fdc8015",
            "generatedFromUUID": "7505c4c5-55e5-4962-b117-08bbabc370b4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "57e7e8df-bc6e-44ba-a806-0dcb0fdc8015",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220104052259-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
      "artifactChecksum": "ZDgxN2Y4ZWRmYjA2YmVjZTE0YzNhZWM1MWY5YjNmZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c250e02c-ae79-442a-94c9-45ce877b2f99"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:25:01.584Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:25:01.584Z|aaaffcd0-cf3b-4fe8-8d03-30f3ae0fcfb1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2a7837cd-482f-49ea-b49b-3df53eb9f24a ASDC
2022-01-04T05:25:01.584Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6eabc925-2f6d-4dc5-909d-2dacba3c73f4
ServiceName:vFW 2022-01-04 05-22-59
ServiceVersion:1.0
ServiceUUID:2a7837cd-482f-49ea-b49b-3df53eb9f24a
ServiceInvariantUUID:ec39a387-7b9f-4597-bcb5-73af2925bd50
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220104052259-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
ArtifactUUID:c250e02c-ae79-442a-94c9-45ce877b2f99
ArtifactChecksum:ZDgxN2Y4ZWRmYjA2YmVjZTE0YzNhZWM1MWY5YjNmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ebe4951f-58ba 0
ResourceCustomizationUUID:4b6be95b-90c9-4d95-9d06-079214741b8b
ResourceInvariantUUID:abbf7965-1dbc-4499-b5f1-03675361d54a
ResourceName:vFW ebe4951f-58ba
ResourceType:VF
ResourceUUID:13ed2a38-2cc5-4f21-99e2-fd8732d50ec4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwebe4951f58ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
ArtifactUUID:756e76bb-d848-4cbe-a2de-e2569b78da6a
ArtifactChecksum:OWUwNDdmNDk5NGI4MjVlN2Y5MjJmZGQwMDc0MTgwOTc=
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/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
ArtifactUUID:7505c4c5-55e5-4962-b117-08bbabc370b4
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/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
ArtifactUUID:57e7e8df-bc6e-44ba-a806-0dcb0fdc8015
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/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
ArtifactUUID:57e7e8df-bc6e-44ba-a806-0dcb0fdc8015
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-04T05:25:01.584Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a7837cd-482f-49ea-b49b-3df53eb9f24a 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-01-04T05:25:01.618Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c250e02c-ae79-442a-94c9-45ce877b2f99 from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:01.619Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:01.826Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:01.833Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar c250e02c-ae79-442a-94c9-45ce877b2f99 98911
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar ASDC sendASDCNotification
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:01.834Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:01.836Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:01.837Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273901834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:25:01.937Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:01.937Z||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-01-04T05:25:01.938Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:01.950Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:01.950Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:02.837Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:25:02.838Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: c250e02c-ae79-442a-94c9-45ce877b2f99, URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar to file: /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220104052259-csar.csar
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:02.839Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:03.189Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9985419677459974044/Definitions/service-Vfw20220104052259-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.679Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ebe4951f-58ba 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-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.680Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.681Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:04.682Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:04.683Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.684Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.685Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:04.686Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fd2e84f-2789-4dfc-912c-1b9fc485f65b
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:04.687Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bcae6bb-9995-4b65-b95d-6c733883624b
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:04.688Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:04.689Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4a784f6f-1c5e-4466-8be9-6f503d44e6c9
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:04.690Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:04.691Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-04 05-22-59
Description:catalog service description
Model UUID:2a7837cd-482f-49ea-b49b-3df53eb9f24a
Model Version:NULL
Model InvariantUuid:ec39a387-7b9f-4597-bcb5-73af2925bd50
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ebe4951f-58ba
Model UUID:7cafcc2f-4ada-4e0b-850f-8e84e1a922d9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:abbf7965-1dbc-4499-b5f1-03675361d54a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b6be95b-90c9-4d95-9d06-079214741b8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5ac29878-cec5-4240-ae87-55bc5e412fe2
ModelName:VfwEbe4951f58ba..base_vfw..module-0
ModelUuid:d963e15b-7d66-46e2-8da9-8a8e418a4c7c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1fd2e84f-2789-4dfc-912c-1b9fc485f65b
ModelInvariantUuid:9efe181f-6d12-4448-8b7e-77323416e66c
ModelName:vFW ebe4951f-58ba-nodes.vfwCvfc
ModelUuid:e6c784f7-c739-4b4c-a6f9-c99cd3420170
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:df3ab9a6-e783-45e0-9a34-0526ecb79cb8
ModelInvariantUuid:84873066-8552-4b11-8523-98baee311f62
ModelName:VfwEbe4951f58ba.compute.nodes.heat.vfw
ModelUuid:a31e0a17-d01e-4eec-b04f-7bde83a755d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5bcae6bb-9995-4b65-b95d-6c733883624b
ModelInvariantUuid:d33266f5-653d-4003-85ff-187024f12e24
ModelName:vFW ebe4951f-58ba-nodes.vsnCvfc
ModelUuid:df72ac04-ff5e-4231-9f44-3426fe7e9eac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:16778feb-c844-4e60-ba1f-f2cc5591c61e
ModelInvariantUuid:41d60100-f34f-4ced-82b9-8e4e4db460d0
ModelName:VfwEbe4951f58ba.compute.nodes.heat.vsn
ModelUuid:1b9e1d7b-faa9-45a9-8ebf-9b4602bc9e90
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4a784f6f-1c5e-4466-8be9-6f503d44e6c9
ModelInvariantUuid:17d0eff5-edc4-42da-9cb1-ad317026dbf5
ModelName:vFW ebe4951f-58ba-nodes.vpgCvfc
ModelUuid:768183bc-a7fe-45ee-ba66-89c210ca230b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ff012ea2-934f-4d43-b571-6ad9c3c19748
ModelInvariantUuid:5296f326-e9f1-43a7-a7c8-f3ff6eb7e93a
ModelName:VfwEbe4951f58ba.compute.nodes.heat.vpg
ModelUuid:39a8dd45-da0d-48d0-a580-7ad9d5972f46
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-01-04T05:25:04.698Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 13ed2a38-2cc5-4f21-99e2-fd8732d50ec4
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-01-04T05:25:04.700Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||vFW ebe4951f-58ba 0
2022-01-04T05:25:04.700Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 13ed2a38-2cc5-4f21-99e2-fd8732d50ec4
2022-01-04T05:25:04.701Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 756e76bb-d848-4cbe-a2de-e2569b78da6a from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
2022-01-04T05:25:04.701Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:04.701Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
2022-01-04T05:25:04.867Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:04.868Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json 756e76bb-d848-4cbe-a2de-e2569b78da6a 785
2022-01-04T05:25:04.868Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json ASDC sendASDCNotification
2022-01-04T05:25:04.868Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
2022-01-04T05:25:04.869Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:04.869Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:04.871Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:04.871Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273904868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:25:04.972Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:25:04.973Z||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-01-04T05:25:04.973Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:04.988Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:04.989Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:05.872Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEbe4951f58ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5ac29878-cec5-4240-ae87-55bc5e412fe2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d963e15b-7d66-46e2-8da9-8a8e418a4c7c",
    "vfModuleModelCustomizationUUID": "966a498d-cdd3-4ea3-be82-9ff3f1515024",
    "isBase": true,
    "artifacts": [
      "7505c4c5-55e5-4962-b117-08bbabc370b4",
      "57e7e8df-bc6e-44ba-a806-0dcb0fdc8015"
    ],
    "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-01-04T05:25:05.877Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbe4951f58ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d963e15b-7d66-46e2-8da9-8a8e418a4c7c
VfModuleModelInvariantUUID:5ac29878-cec5-4240-ae87-55bc5e412fe2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7505c4c5-55e5-4962-b117-08bbabc370b4
,
57e7e8df-bc6e-44ba-a806-0dcb0fdc8015

}
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-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEbe4951f58ba..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5ac29878-cec5-4240-ae87-55bc5e412fe2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d963e15b-7d66-46e2-8da9-8a8e418a4c7c",
    "vfModuleModelCustomizationUUID": "966a498d-cdd3-4ea3-be82-9ff3f1515024",
    "isBase": true,
    "artifacts": [
      "7505c4c5-55e5-4962-b117-08bbabc370b4",
      "57e7e8df-bc6e-44ba-a806-0dcb0fdc8015"
    ],
    "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-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEbe4951f58ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d963e15b-7d66-46e2-8da9-8a8e418a4c7c
VfModuleModelInvariantUUID:5ac29878-cec5-4240-ae87-55bc5e412fe2
VfModuleModelDescription:NULL
Artifacts UUID List:{
7505c4c5-55e5-4962-b117-08bbabc370b4
,
57e7e8df-bc6e-44ba-a806-0dcb0fdc8015

}
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-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7505c4c5-55e5-4962-b117-08bbabc370b4 from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
2022-01-04T05:25:05.879Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:05.880Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
2022-01-04T05:25:06.075Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml 7505c4c5-55e5-4962-b117-08bbabc370b4 20368
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
2022-01-04T05:25:06.077Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:06.078Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:06.080Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:06.080Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273906077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:25:06.180Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:06.181Z||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-01-04T05:25:06.182Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:06.200Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:06.201Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:07.081Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 57e7e8df-bc6e-44ba-a806-0dcb0fdc8015 from URL: /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
2022-01-04T05:25:07.082Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-01-04T05:25:07.082Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
2022-01-04T05:25:07.136Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env 57e7e8df-bc6e-44ba-a806-0dcb0fdc8015 2098
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:25:07.137Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:07.140Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:07.140Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273907137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:25:07.239Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:25:07.240Z||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-01-04T05:25:07.240Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:07.255Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:07.255Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:08.141Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2a7837cd-482f-49ea-b49b-3df53eb9f24a
2022-01-04T05:25:08.142Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ebe4951f-58ba 0 13ed2a38-2cc5-4f21-99e2-fd8732d50ec4 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-01-04T05:25:08.160Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b609086, org.onap.sdc.toscaparser.api.parameters.Input@7060fa37, org.onap.sdc.toscaparser.api.parameters.Input@52ed9c4b, org.onap.sdc.toscaparser.api.parameters.Input@4ba11b10, org.onap.sdc.toscaparser.api.parameters.Input@343a4642]
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4b6be95b-90c9-4d95-9d06-079214741b8b
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b6be95b-90c9-4d95-9d06-079214741b8b matches Tosca VF Customization UUID: 4b6be95b-90c9-4d95-9d06-079214741b8b
2022-01-04T05:25:08.161Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4b6be95b-90c9-4d95-9d06-079214741b8b  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-01-04T05:25:08.163Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4b6be95b-90c9-4d95-9d06-079214741b8b: {\"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-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ef79d62
2022-01-04T05:25:08.164Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.165Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:25:08.165Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 966a498d-cdd3-4ea3-be82-9ff3f1515024
2022-01-04T05:25:08.165Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 966a498d-cdd3-4ea3-be82-9ff3f1515024
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-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.167Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:08.168Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.169Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1fd2e84f-2789-4dfc-912c-1b9fc485f65b
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-01-04T05:25:08.171Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.171Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.171Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.172Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:08.173Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:08.173Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-04T05:25:08.173Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-04T05:25:08.173Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.173Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-04T05:25:08.173Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.173Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bcae6bb-9995-4b65-b95d-6c733883624b
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-01-04T05:25:08.175Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.175Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.175Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.175Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-04T05:25:08.176Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-04T05:25:08.177Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-04T05:25:08.177Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-04T05:25:08.177Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-04T05:25:08.177Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-04T05:25:08.177Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4a784f6f-1c5e-4466-8be9-6f503d44e6c9
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-01-04T05:25:08.179Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.179Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.179Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:25:08.179Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.179Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Node template vFW ebe4951f-58ba 0 is matching search criteria
2022-01-04T05:25:08.179Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ebe4951f-58ba 0] matching following query criteria: sdcType=VF, customizationUUID=4b6be95b-90c9-4d95-9d06-079214741b8b
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-01-04T05:25:08.181Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.181Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.181Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2a7837cd-482f-49ea-b49b-3df53eb9f24a: vFW ebe4951f-58ba
2022-01-04T05:25:08.181Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-01-04 05-22-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:25:08.182Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-01-04 05-22-59 
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-01-04T05:25:08.383Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ebe4951f-58ba 13ed2a38-2cc5-4f21-99e2-fd8732d50ec4 1 ASDC deployResourceStructure
2022-01-04T05:25:08.384Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json ASDC sendASDCNotification
2022-01-04T05:25:08.384Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json
2022-01-04T05:25:08.384Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:25:08.384Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:08.386Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:08.386Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273908384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:25:08.487Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:08.487Z||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-01-04T05:25:08.488Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:08.503Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:08.504Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:25:09.386Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-04T05:25:09.387Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml
2022-01-04T05:25:09.387Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:25:09.388Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:09.390Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:09.390Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273909386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:25:09.490Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:09.491Z||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-01-04T05:25:09.491Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:09.506Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:09.507Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:25:10.391Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-04T05:25:10.392Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env
2022-01-04T05:25:10.392Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:25:10.392Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:10.394Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:10.395Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273910391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:25:10.495Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:10.496Z||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-01-04T05:25:10.496Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:10.509Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:10.509Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:11.395Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar ASDC sendASDCNotification
2022-01-04T05:25:11.396Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar
2022-01-04T05:25:11.396Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:25:11.397Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:11.399Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:11.399Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273911395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:25:11.499Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:11.500Z||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-01-04T05:25:11.500Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:11.512Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:11.513Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:25:12.400Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:25:12.413Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eabc925-2f6d-4dc5-909d-2dacba3c73f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:25:12.416Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:25:12.417Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:25:12.418Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:25:12.418Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:25:12.424Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:25:42.424Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 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-01-04T05:25:42.431Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 and serviceModelVersionId: 2a7837cd-482f-49ea-b49b-3df53eb9f24a
2022-01-04T05:25:42.431Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec39a387-7b9f-4597-bcb5-73af2925bd50
2022-01-04T05:25:42.432Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0
2022-01-04T05:25:42.437Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:25:42.469Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0|INFO|500||Invoke
2022-01-04T05:25:42.469Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6eabc925-2f6d-4dc5-909d-2dacba3c73f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e6b9ec2-678f-4399-b792-ef4910751efd], X-ECOMP-RequestID=[6eabc925-2f6d-4dc5-909d-2dacba3c73f4], X-TransactionId=[], X-ONAP-RequestID=[6eabc925-2f6d-4dc5-909d-2dacba3c73f4], Content-Type=[application/merge-patch+json]}
2022-01-04T05:25:42.486Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:25:42.629Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?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/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220104-05:25:42:491-22960], vertex-id=[229400], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:25:42 GMT], Content-Type=[application/json]}
2022-01-04T05:25:42.630Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:25:42.631Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec39a387-7b9f-4597-bcb5-73af2925bd50/model-vers/model-ver/2a7837cd-482f-49ea-b49b-3df53eb9f24a?depth=0|INFO|500||InvokeReturn
2022-01-04T05:25:42.631Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:25:42.631Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:25:42.637Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:25:42.637Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6eabc925-2f6d-4dc5-909d-2dacba3c73f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:25:42.637Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:25:42.637Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:25:42.639Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:25:42.640Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273942637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:25:42.740Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:25:42.740Z||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-01-04T05:25:42.741Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:42.757Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:42.758Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-04T05:25:53.914Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:25:53.915Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:25:53.915Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:25:53.916Z||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-01-04T05:25:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:25:54.043Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:25:54.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:25:54.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:25:54.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:26:03.458Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:26:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:26:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:26:53.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:26:53.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:26:53.916Z||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-01-04T05:26:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:26:54.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:26:54.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:26:54.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:26:54.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:26:54.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:26:54.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:26:54.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:26:54.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-04T05:26:54.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:26:54.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:26:54.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:26:54.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273893914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:26:54.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:26:54.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273901834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:26:54.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273904868,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:26:54.451Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273906077,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:26:54.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273907137,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:26:54.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273908384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/vfwebe4951f58ba0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:26:54.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273909386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:26:54.453Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273910391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/resourceInstances/vfwebe4951f58ba0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:26:54.454Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273911395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220104052259/1.0/artifacts/service-Vfw20220104052259-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:26:54.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:26:54.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-04T05:26:54.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6eabc925-2f6d-4dc5-909d-2dacba3c73f4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641273942637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:26:54.455Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:27:03.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:27:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:27:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:27:53.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:27:53.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:27:53.916Z||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-01-04T05:27:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:28:03.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:28:03.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:28:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:28:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:28:53.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:28:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:28:53.916Z||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-01-04T05:28:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:29:03.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:29:03.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:29:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:29:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:29:53.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:29:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:29:53.916Z||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-01-04T05:29:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:30:03.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:30:03.463Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:30:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:30:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:30:53.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:30:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:30:53.916Z||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-01-04T05:30:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:31:03.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:31:03.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:31:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:31:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:31:53.915Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:31:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:31:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:31:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:32:03.462Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:32:03.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:32:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:32:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:32:53.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:32:53.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:32:53.916Z||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-01-04T05:32:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:03.459Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:03.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:53.914Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:33:53.915Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:33:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:33:53.916Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:53.916Z||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-01-04T05:33:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:54.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:54.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b8ed43e-6a52-4567-8f94-fbcae21f2880","serviceName":"Demo_pNF_6tTgMISZ8aGY33O7SzF1","serviceVersion":"1.0","serviceUUID":"4ab1ea08-9348-4fee-8f0e-e65a07870a4f","serviceDescription":"catalog service description","serviceInvariantUUID":"20dbac9f-cd13-4410-8880-758a3a26db42","resources":[{"resourceInstanceName":"pNF 8e68fe06-d3ba 0","resourceName":"pNF 8e68fe06-d3ba","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"98b17d98-37fd-41d5-9840-492123cf269c","resourceInvariantUUID":"4737bbb9-ce75-40e4-a7ee-9e5293e89a67","resourceCustomizationUUID":"678600da-7e8d-40fb-a242-278761096430","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml","artifactChecksum":"ODc0OWM3ZTg4NWUyY2E5YmUwOTA4YjgwNTY3ZGZjMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b363b9a-f42a-4a4f-b1fd-80f8d9a1e2d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar","artifactChecksum":"MDAxMTZjMTdkZGMzNzg3MTdmYTYyYjM3NzE2MTI3M2M\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b0200f4-1f8a-432e-95db-5c930872e6d0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6fae190f-1a3b-4d46-af83-58296e218879","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml","artifactChecksum":"NDhhNThiNzliYTc4NDcwOTgyYmE4ZGE1MTA0MmFjNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9aafc00b-6ace-4053-b3ba-8a4e88e79ef9","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63a51933-199e-4ada-85af-1cc0aea64664","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7aeb4e14-43cc-4da7-8b44-1c25409db3c0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6ttgmisz8agy33o7szf1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml","artifactChecksum":"ZTZkOTIwMjE2Y2MwY2U0MDIxYzJmMmMwNGI5MjAyMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b92192d9-e24b-4a5c-bbc3-96164b2f6d8c","artifactVersion":"1"},{"artifactName":"service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar","artifactChecksum":"ODY0M2NlM2M1NzE2NzUwYjUwYmUwYTIwMmJkMzI3NmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c66fb64-65dd-404c-9995-a6d8b51bc7fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:33:54.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:54.554Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:33:54.554Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:33:54.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.556Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:33:54.556Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.560Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.561Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274378705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274385473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274384499,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274395648,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274395649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274395722,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274388097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "cds",
  "timestamp": 1641274396652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-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-01-04T05:33:54.580Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b8ed43e-6a52-4567-8f94-fbcae21f2880
2022-01-04T05:33:54.580Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b8ed43e-6a52-4567-8f94-fbcae21f2880 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-01-04T05:33:54.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274396653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274396967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "policy-id",
  "timestamp": 1641274397657,
  "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-01-04T05:33:54.595Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b8ed43e-6a52-4567-8f94-fbcae21f2880
2022-01-04T05:33:54.595Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b8ed43e-6a52-4567-8f94-fbcae21f2880 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-01-04T05:33:54.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274398197,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274399200,
  "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-01-04T05:33:54.611Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8b8ed43e-6a52-4567-8f94-fbcae21f2880
2022-01-04T05:33:54.612Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b8ed43e-6a52-4567-8f94-fbcae21f2880 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-01-04T05:33:54.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274391762,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274399706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274392224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "dcae-sch",
  "timestamp": 1641274392628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "aai-ml",
  "timestamp": 1641274400710,
  "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-01-04T05:33:54.627Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b8ed43e-6a52-4567-8f94-fbcae21f2880
2022-01-04T05:33:54.627Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b8ed43e-6a52-4567-8f94-fbcae21f2880 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-01-04T05:33:54.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274408180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274410188,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274403477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:33:54.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "clamp",
  "timestamp": 1641274411191,
  "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-01-04T05:33:54.645Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b8ed43e-6a52-4567-8f94-fbcae21f2880
2022-01-04T05:33:54.645Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b8ed43e-6a52-4567-8f94-fbcae21f2880 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-01-04T05:33:54.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274412432,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:33:54.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274414095,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:33:54.654Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:33:54.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:33:54.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274415099,
  "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-01-04T05:33:54.656Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:33:54.657Z||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-01-04T05:33:54.657Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:54.660Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b8ed43e-6a52-4567-8f94-fbcae21f2880
2022-01-04T05:33:54.660Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b8ed43e-6a52-4567-8f94-fbcae21f2880 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-01-04T05:33:54.671Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:54.671Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:33:55.556Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:33:55.557Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:33:55.559Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:33:55.559Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:55.660Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:33:55.660Z||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-01-04T05:33:55.661Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:55.673Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:55.674Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:33:56.560Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:33:56.561Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:33:56.563Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:33:56.564Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:56.664Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:33:56.665Z||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-01-04T05:33:56.665Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:56.677Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:56.677Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:33:57.564Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:33:57.565Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:33:57.567Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:33:57.567Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:57.667Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:33:57.668Z||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-01-04T05:33:57.668Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:57.681Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:57.681Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:33:58.567Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:33:58.569Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:33:58.571Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:33:58.572Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:58.672Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:33:58.673Z||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-01-04T05:33:58.673Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:58.686Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:58.686Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:33:59.572Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:33:59.573Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:33:59.576Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:33:59.576Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:33:59.676Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:33:59.677Z||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-01-04T05:33:59.677Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:33:59.689Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:33:59.689Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:34:00.576Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:34:00.577Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:34:00.579Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:34:00.579Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:34:00.679Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:34:00.680Z||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-01-04T05:34:00.681Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:34:00.694Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:34:00.694Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:34:01.580Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:34:01.581Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:34:01.583Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:34:01.583Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:34:01.683Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:34:01.684Z||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-01-04T05:34:01.684Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:34:01.697Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:34:01.697Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:34:02.585Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "serviceName": "Demo_pNF_6tTgMISZ8aGY33O7SzF1",
  "serviceVersion": "1.0",
  "serviceUUID": "4ab1ea08-9348-4fee-8f0e-e65a07870a4f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "20dbac9f-cd13-4410-8880-758a3a26db42",
  "resources": [
    {
      "resourceInstanceName": "pNF 8e68fe06-d3ba 0",
      "resourceCustomizationUUID": "678600da-7e8d-40fb-a242-278761096430",
      "resourceName": "pNF 8e68fe06-d3ba",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "98b17d98-37fd-41d5-9840-492123cf269c",
      "resourceInvariantUUID": "4737bbb9-ce75-40e4-a7ee-9e5293e89a67",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
      "artifactChecksum": "ODY0M2NlM2M1NzE2NzUwYjUwYmUwYTIwMmJkMzI3NmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c66fb64-65dd-404c-9995-a6d8b51bc7fc"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:34:02.585Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:34:02.585Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4ab1ea08-9348-4fee-8f0e-e65a07870a4f ASDC
2022-01-04T05:34:02.586Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8b8ed43e-6a52-4567-8f94-fbcae21f2880
ServiceName:Demo_pNF_6tTgMISZ8aGY33O7SzF1
ServiceVersion:1.0
ServiceUUID:4ab1ea08-9348-4fee-8f0e-e65a07870a4f
ServiceInvariantUUID:20dbac9f-cd13-4410-8880-758a3a26db42
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
ArtifactUUID:7c66fb64-65dd-404c-9995-a6d8b51bc7fc
ArtifactChecksum:ODY0M2NlM2M1NzE2NzUwYjUwYmUwYTIwMmJkMzI3NmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8e68fe06-d3ba 0
ResourceCustomizationUUID:678600da-7e8d-40fb-a242-278761096430
ResourceInvariantUUID:4737bbb9-ce75-40e4-a7ee-9e5293e89a67
ResourceName:pNF 8e68fe06-d3ba
ResourceType:PNF
ResourceUUID:98b17d98-37fd-41d5-9840-492123cf269c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-04T05:34:02.586Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ab1ea08-9348-4fee-8f0e-e65a07870a4f 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-01-04T05:34:02.617Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:34:02.618Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:34:02.618Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:34:02.619Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7c66fb64-65dd-404c-9995-a6d8b51bc7fc from URL: /sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:02.619Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:34:02.620Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:02.790Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:34:02.798Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar 7c66fb64-65dd-404c-9995-a6d8b51bc7fc 82630
2022-01-04T05:34:02.798Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar ASDC sendASDCNotification
2022-01-04T05:34:02.798Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:02.799Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:34:02.799Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:34:02.802Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:34:02.802Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274442798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:34:02.902Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:34:02.903Z||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-01-04T05:34:02.903Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:34:02.916Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:34:02.916Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:34:03.803Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:34:03.804Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:34:03.804Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 7c66fb64-65dd-404c-9995-a6d8b51bc7fc, URL: /sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar to file: /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:03.805Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:03.805Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:03.806Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:03.933Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14170700899429738703/Definitions/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8e68fe06-d3ba 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-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.459Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Node template pNF 8e68fe06-d3ba 0 is matching search criteria
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8e68fe06-d3ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.460Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Node template pNF 8e68fe06-d3ba 0 is matching search criteria
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 8e68fe06-d3ba 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.462Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.462Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.462Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.462Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.462Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.462Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6tTgMISZ8aGY33O7SzF1
Description:catalog service description
Model UUID:4ab1ea08-9348-4fee-8f0e-e65a07870a4f
Model Version:NULL
Model InvariantUuid:20dbac9f-cd13-4410-8880-758a3a26db42
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-01-04T05:34:04.468Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 98b17d98-37fd-41d5-9840-492123cf269c
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-01-04T05:34:04.470Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||pNF 8e68fe06-d3ba 0
2022-01-04T05:34:04.471Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 98b17d98-37fd-41d5-9840-492123cf269c
2022-01-04T05:34:04.471Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 4ab1ea08-9348-4fee-8f0e-e65a07870a4f
2022-01-04T05:34:04.471Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4ab1ea08-9348-4fee-8f0e-e65a07870a4f
2022-01-04T05:34:04.471Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8e68fe06-d3ba 0 98b17d98-37fd-41d5-9840-492123cf269c 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-01-04T05:34:04.475Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a421de7, org.onap.sdc.toscaparser.api.parameters.Input@5868242b, org.onap.sdc.toscaparser.api.parameters.Input@5b99dfe7, org.onap.sdc.toscaparser.api.parameters.Input@59b1bcc9, org.onap.sdc.toscaparser.api.parameters.Input@73b63f3d]
2022-01-04T05:34:04.475Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.476Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.476Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4ab1ea08-9348-4fee-8f0e-e65a07870a4f: pNF 8e68fe06-d3ba
2022-01-04T05:34:04.476Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||Processing PNF resource: 98b17d98-37fd-41d5-9840-492123cf269c
2022-01-04T05:34:04.476Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:34:04.476Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_6tTgMISZ8aGY33O7SzF1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:34:04.476Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||Resource customization UUID: 678600da-7e8d-40fb-a242-278761096430 is the same as notified resource customizationUUID: 678600da-7e8d-40fb-a242-278761096430
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-01-04T05:34:04.538Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8e68fe06-d3ba 98b17d98-37fd-41d5-9840-492123cf269c 0 ASDC deployResourceStructure
2022-01-04T05:34:04.539Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar ASDC sendASDCNotification
2022-01-04T05:34:04.539Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar
2022-01-04T05:34:04.539Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:34:04.539Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:34:04.540Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:34:04.540Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274444539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:34:04.641Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:34:04.642Z||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-01-04T05:34:04.642Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:34:04.652Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:34:04.653Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:34:05.541Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b8ed43e-6a52-4567-8f94-fbcae21f2880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:34:05.554Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b8ed43e-6a52-4567-8f94-fbcae21f2880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:34:05.558Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:34:05.559Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:34:05.559Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:34:05.559Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:34:05.559Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:34:05.559Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:34:05.560Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:34:05.560Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:34:05.560Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:34:05.560Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:34:05.561Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:34:05.561Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:34:05.567Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:34:35.568Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b8ed43e-6a52-4567-8f94-fbcae21f2880 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-01-04T05:34:35.574Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b8ed43e-6a52-4567-8f94-fbcae21f2880 and serviceModelVersionId: 4ab1ea08-9348-4fee-8f0e-e65a07870a4f
2022-01-04T05:34:35.574Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20dbac9f-cd13-4410-8880-758a3a26db42
2022-01-04T05:34:35.575Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20dbac9f-cd13-4410-8880-758a3a26db42/model-vers/model-ver/4ab1ea08-9348-4fee-8f0e-e65a07870a4f?depth=0
2022-01-04T05:34:35.581Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:34:35.611Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20dbac9f-cd13-4410-8880-758a3a26db42/model-vers/model-ver/4ab1ea08-9348-4fee-8f0e-e65a07870a4f?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-01-04T05:34:35.611Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20dbac9f-cd13-4410-8880-758a3a26db42/model-vers/model-ver/4ab1ea08-9348-4fee-8f0e-e65a07870a4f?depth=0|INFO|500||Invoke
2022-01-04T05:34:35.627Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20dbac9f-cd13-4410-8880-758a3a26db42/model-vers/model-ver/4ab1ea08-9348-4fee-8f0e-e65a07870a4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:34:35.969Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20dbac9f-cd13-4410-8880-758a3a26db42/model-vers/model-ver/4ab1ea08-9348-4fee-8f0e-e65a07870a4f?depth=0|INFO|500||InvokeReturn
2022-01-04T05:34:35.970Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20dbac9f-cd13-4410-8880-758a3a26db42/model-vers/model-ver/4ab1ea08-9348-4fee-8f0e-e65a07870a4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220104-05:34:35:634-67054], vertex-id=[172048], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:34:35 GMT], Content-Type=[application/json]}
2022-01-04T05:34:35.970Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:34:35.970Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:34:35.970Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:34:35.974Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:34:35.975Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b8ed43e-6a52-4567-8f94-fbcae21f2880 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:34:35.975Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:34:35.975Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:34:35.977Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:34:35.978Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274475975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:34:36.078Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:34:36.078Z||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-01-04T05:34:36.078Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:34:36.095Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:34:36.095Z||pool-61-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-01-04T05:34:53.914Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:34:53.915Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:34:53.915Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:34:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:34:53.917Z||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-01-04T05:34:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:34:54.040Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:34:54.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:34:54.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:34:54.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:03.461Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:53.914Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:35:53.915Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:35:53.915Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:35:53.916Z||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-01-04T05:35:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:53.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:53.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:53.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:53.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/resourceInstances/pnf8e68fe06d3ba0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:53.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:53.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274433914,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274442798,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274444539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ttgmisz8agy33o7szf1/1.0/artifacts/service-DemoPnf6ttgmisz8agy33o7szf1-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:35:53.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:35:53.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b8ed43e-6a52-4567-8f94-fbcae21f2880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274475975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:35:53.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:35:54.545Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:54.546Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-04T05:35:54.546Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1129ff5a-7482-4c8d-84f3-0756d2e8254b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"6b3eddb9-43cf-41f4-853b-cb84aa5f8695","serviceDescription":"service","serviceInvariantUUID":"9da973cb-2705-4286-a018-db5cb6734127","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c515abd-6da7-4d20-8477-032e46dfb9b1","resourceInvariantUUID":"796a8ee9-607b-40a4-9a57-06029e8aa5c3","resourceCustomizationUUID":"8a12f088-27b8-40d5-845e-dea185e89b2f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0b807d61-8e0a-4c92-a75e-56d02f21e2a7","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NWNmZTM0MDlkNGRmYWRkYzdmMDgwZjQ1NTZmYWE5Yzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54546d6d-b056-4c6f-81c8-ba5a8dd8cb46","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NjQ5ZmE1MjUyNjkzNjExZGVlZWNlNWI1NGMxYjgwOGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f3e3866c-cbec-4f26-938b-1d7b492b16bc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ddc94eb2-16ef-4b8e-a7e7-0119c921f238","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"abc5947d-5f57-4010-b2b7-452d02935887","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36","artifactVersion":"2","generatedFromUUID":"ddc94eb2-16ef-4b8e-a7e7-0119c921f238"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDU3NDJmZWJkODg5OTZiODA5ZjRhYjZjMjQzNDEyNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bfa93d1a-d735-45d4-b340-9947bc4331c2","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTE1NTc1ZjhlYzBkYjEzODQ1NTc5NjI5ZGU1NjhlNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24dc8c48-9316-480e-8d90-68b131bb17a6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:35:54.548Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:35:54.548Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:35:54.550Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:35:54.550Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:54.650Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:35:54.651Z||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-01-04T05:35:54.651Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:54.665Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:54.665Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:35:55.551Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:35:55.552Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:35:55.554Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:35:55.554Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:55.654Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:35:55.655Z||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-01-04T05:35:55.655Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:55.670Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:55.670Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:35:56.554Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:35:56.555Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:35:56.557Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:35:56.558Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:35:56.658Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:35:56.659Z||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-01-04T05:35:56.659Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:56.670Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:56.671Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:35:57.558Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:35:57.559Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:35:57.561Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:35:57.561Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:35:57.662Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:35:57.663Z||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-01-04T05:35:57.663Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:57.676Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:57.676Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:35:58.562Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:35:58.563Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:35:58.565Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:35:58.565Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:35:58.665Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:35:58.666Z||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-01-04T05:35:58.666Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:58.678Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:58.678Z||pool-66-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:35:59.565Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:35:59.566Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:35:59.568Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:35:59.568Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-04T05:35:59.669Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:35:59.670Z||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-01-04T05:35:59.670Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:35:59.681Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:35:59.681Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:00.569Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:36:00.570Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:00.573Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:00.574Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:00.674Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:36:00.674Z||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-01-04T05:36:00.674Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:00.687Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:00.688Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:01.574Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:36:01.575Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:01.577Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:01.577Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:36:01.678Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:36:01.679Z||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-01-04T05:36:01.680Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:01.695Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:01.695Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:02.578Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "6b3eddb9-43cf-41f4-853b-cb84aa5f8695",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9da973cb-2705-4286-a018-db5cb6734127",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8a12f088-27b8-40d5-845e-dea185e89b2f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c515abd-6da7-4d20-8477-032e46dfb9b1",
      "resourceInvariantUUID": "796a8ee9-607b-40a4-9a57-06029e8aa5c3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "NjQ5ZmE1MjUyNjkzNjExZGVlZWNlNWI1NGMxYjgwOGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f3e3866c-cbec-4f26-938b-1d7b492b16bc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ddc94eb2-16ef-4b8e-a7e7-0119c921f238",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36",
            "generatedFromUUID": "ddc94eb2-16ef-4b8e-a7e7-0119c921f238"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZTE1NTc1ZjhlYzBkYjEzODQ1NTc5NjI5ZGU1NjhlNjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24dc8c48-9316-480e-8d90-68b131bb17a6"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:36:02.578Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:36:02.579Z|8b8ed43e-6a52-4567-8f94-fbcae21f2880|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6b3eddb9-43cf-41f4-853b-cb84aa5f8695 ASDC
2022-01-04T05:36:02.580Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1129ff5a-7482-4c8d-84f3-0756d2e8254b
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:6b3eddb9-43cf-41f4-853b-cb84aa5f8695
ServiceInvariantUUID:9da973cb-2705-4286-a018-db5cb6734127
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:24dc8c48-9316-480e-8d90-68b131bb17a6
ArtifactChecksum:ZTE1NTc1ZjhlYzBkYjEzODQ1NTc5NjI5ZGU1NjhlNjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8a12f088-27b8-40d5-845e-dea185e89b2f
ResourceInvariantUUID:796a8ee9-607b-40a4-9a57-06029e8aa5c3
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:6c515abd-6da7-4d20-8477-032e46dfb9b1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:f3e3866c-cbec-4f26-938b-1d7b492b16bc
ArtifactChecksum:NjQ5ZmE1MjUyNjkzNjExZGVlZWNlNWI1NGMxYjgwOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ddc94eb2-16ef-4b8e-a7e7-0119c921f238
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-04T05:36:02.580Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b3eddb9-43cf-41f4-853b-cb84aa5f8695 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-01-04T05:36:02.612Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:36:02.613Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:36:02.613Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:36:02.614Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24dc8c48-9316-480e-8d90-68b131bb17a6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-04T05:36:02.614Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:36:02.614Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-04T05:36:03.214Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:36:03.219Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 24dc8c48-9316-480e-8d90-68b131bb17a6 73646
2022-01-04T05:36:03.219Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-04T05:36:03.219Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-04T05:36:03.219Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:36:03.219Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:03.221Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:03.221Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274563219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:36:03.321Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:36:03.322Z||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-01-04T05:36:03.322Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:03.336Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:03.337Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:04.221Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:36:04.223Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:36:04.223Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 24dc8c48-9316-480e-8d90-68b131bb17a6, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:04.224Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-04T05:36:04.224Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:04.224Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:04.307Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17504959595028406761/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-01-04T05:36:05.196Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:36:05.196Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:36:05.196Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.196Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-04T05:36:05.196Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.196Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.196Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:05.197Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.198Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.199Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.200Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1c5bb294-9da3-4717-93cc-b7cf99c9abc9
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.201Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:05.202Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.202Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:05.202Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.202Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:05.202Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:05.202Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:05.202Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:6b3eddb9-43cf-41f4-853b-cb84aa5f8695
Model Version:NULL
Model InvariantUuid:9da973cb-2705-4286-a018-db5cb6734127
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:2cedc6fc-6e0d-48a2-ba48-f1e6f3e05f51
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:796a8ee9-607b-40a4-9a57-06029e8aa5c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8a12f088-27b8-40d5-845e-dea185e89b2f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5f2f8280-a9f0-4953-94ee-fe3ef07ef6cb
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:ff9af48f-ace7-4ee2-9bd4-ee29350151bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c5bb294-9da3-4717-93cc-b7cf99c9abc9
ModelInvariantUuid:4600d1fd-5f36-4eaa-befa-5eda49f59147
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a955bc40-c79c-44c1-9441-dcc691c74dda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:1047be89-fd2e-4801-9f7c-d7343127f4ca
ModelInvariantUuid:dfa84f96-9638-45a2-9c04-7f066f4e284f
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:e2509721-f16b-42d3-843e-ce318a189588
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-01-04T05:36:05.209Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c515abd-6da7-4d20-8477-032e46dfb9b1
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-01-04T05:36:05.211Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||basicclamp 0
2022-01-04T05:36:05.211Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c515abd-6da7-4d20-8477-032e46dfb9b1
2022-01-04T05:36:05.211Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f3e3866c-cbec-4f26-938b-1d7b492b16bc from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-04T05:36:05.211Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:36:05.212Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-04T05:36:05.286Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:36:05.286Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f3e3866c-cbec-4f26-938b-1d7b492b16bc 790
2022-01-04T05:36:05.287Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-04T05:36:05.287Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-04T05:36:05.287Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:36:05.287Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:05.289Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:05.290Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274565287,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:36:05.390Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:36:05.390Z||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-01-04T05:36:05.390Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:05.401Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:05.401Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:06.290Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5f2f8280-a9f0-4953-94ee-fe3ef07ef6cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff9af48f-ace7-4ee2-9bd4-ee29350151bc",
    "vfModuleModelCustomizationUUID": "f234016b-3b51-4e30-9afc-b5390741174f",
    "isBase": true,
    "artifacts": [
      "ddc94eb2-16ef-4b8e-a7e7-0119c921f238",
      "5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36"
    ],
    "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-01-04T05:36:06.294Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff9af48f-ace7-4ee2-9bd4-ee29350151bc
VfModuleModelInvariantUUID:5f2f8280-a9f0-4953-94ee-fe3ef07ef6cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddc94eb2-16ef-4b8e-a7e7-0119c921f238
,
5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36

}
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-01-04T05:36:06.296Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5f2f8280-a9f0-4953-94ee-fe3ef07ef6cb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ff9af48f-ace7-4ee2-9bd4-ee29350151bc",
    "vfModuleModelCustomizationUUID": "f234016b-3b51-4e30-9afc-b5390741174f",
    "isBase": true,
    "artifacts": [
      "ddc94eb2-16ef-4b8e-a7e7-0119c921f238",
      "5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36"
    ],
    "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-01-04T05:36:06.296Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ff9af48f-ace7-4ee2-9bd4-ee29350151bc
VfModuleModelInvariantUUID:5f2f8280-a9f0-4953-94ee-fe3ef07ef6cb
VfModuleModelDescription:NULL
Artifacts UUID List:{
ddc94eb2-16ef-4b8e-a7e7-0119c921f238
,
5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36

}
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-01-04T05:36:06.297Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ddc94eb2-16ef-4b8e-a7e7-0119c921f238 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-04T05:36:06.297Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:36:06.297Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-04T05:36:06.391Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:36:06.392Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ddc94eb2-16ef-4b8e-a7e7-0119c921f238 5033
2022-01-04T05:36:06.392Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-04T05:36:06.392Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-04T05:36:06.392Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:36:06.392Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:06.395Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:06.395Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274566392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:36:06.495Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:36:06.496Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-04T05:36:06.496Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:06.511Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:06.511Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:07.395Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-04T05:36:07.396Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:36:07.396Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-04T05:36:07.434Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:36:07.434Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5f9d5a4c-9d17-4b89-a2b0-0d159fce8e36 909
2022-01-04T05:36:07.435Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-04T05:36:07.435Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-04T05:36:07.435Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:36:07.435Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:07.437Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:07.437Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274567435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:36:07.538Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:36:07.538Z||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-01-04T05:36:07.539Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:07.553Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:07.553Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:08.438Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6b3eddb9-43cf-41f4-853b-cb84aa5f8695
2022-01-04T05:36:08.439Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 6c515abd-6da7-4d20-8477-032e46dfb9b1 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-01-04T05:36:08.452Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55c0809a, org.onap.sdc.toscaparser.api.parameters.Input@13e913ac, org.onap.sdc.toscaparser.api.parameters.Input@17e44d43, org.onap.sdc.toscaparser.api.parameters.Input@4449a23c, org.onap.sdc.toscaparser.api.parameters.Input@155c3e7f]
2022-01-04T05:36:08.453Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.453Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.453Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-04T05:36:08.454Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8a12f088-27b8-40d5-845e-dea185e89b2f
2022-01-04T05:36:08.454Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a12f088-27b8-40d5-845e-dea185e89b2f matches Tosca VF Customization UUID: 8a12f088-27b8-40d5-845e-dea185e89b2f
2022-01-04T05:36:08.454Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8a12f088-27b8-40d5-845e-dea185e89b2f  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-01-04T05:36:08.455Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.456Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.456Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8a12f088-27b8-40d5-845e-dea185e89b2f: {\"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-01-04T05:36:08.456Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7299ecd4
2022-01-04T05:36:08.456Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.456Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:36:08.456Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f234016b-3b51-4e30-9afc-b5390741174f
2022-01-04T05:36:08.456Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f234016b-3b51-4e30-9afc-b5390741174f
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-01-04T05:36:08.458Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-04T05:36:08.459Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-04T05:36:08.460Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1c5bb294-9da3-4717-93cc-b7cf99c9abc9
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-01-04T05:36:08.461Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.462Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:08.462Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:36:08.462Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.462Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-04T05:36:08.462Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8a12f088-27b8-40d5-845e-dea185e89b2f
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-01-04T05:36:08.463Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.463Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.463Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6b3eddb9-43cf-41f4-853b-cb84aa5f8695: basicclamp
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:36:08.464Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:36:08.465Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:36:08.530Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 6c515abd-6da7-4d20-8477-032e46dfb9b1 1 ASDC deployResourceStructure
2022-01-04T05:36:08.531Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-01-04T05:36:08.531Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-04T05:36:08.531Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:36:08.531Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:08.533Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:08.533Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274568531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:36:08.634Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:36:08.634Z||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-01-04T05:36:08.635Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:08.647Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:08.648Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:09.535Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-04T05:36:09.535Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-04T05:36:09.535Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:36:09.535Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:09.537Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:09.537Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274569534,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:36:09.638Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:36:09.638Z||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-01-04T05:36:09.639Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:09.653Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:09.653Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:10.538Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-04T05:36:10.539Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-04T05:36:10.539Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:36:10.539Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:10.541Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:10.541Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274570538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:36:10.642Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:36:10.642Z||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-01-04T05:36:10.642Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:10.656Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:10.656Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:11.543Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-04T05:36:11.543Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-04T05:36:11.543Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:36:11.543Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:36:11.545Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:36:11.545Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274571542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:36:11.646Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:36:11.646Z||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-01-04T05:36:11.647Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:11.662Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:11.662Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:36:12.546Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:36:12.557Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:36:12.562Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:36:12.562Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:36:12.562Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:36:42.562Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:36:42.573Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:36:42.576Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:36:42.576Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:36:42.576Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:36:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:36:53.916Z||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-01-04T05:36:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:36:53.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:36:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:36:53.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:36:53.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:36:53.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:37:12.576Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:37:12.589Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:37:12.591Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:37:12.592Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:37:12.592Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:37:42.592Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:37:42.605Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:37:42.607Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:37:42.608Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:37:42.608Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:37:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:37:53.916Z||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-01-04T05:37:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:37:53.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:37:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:37:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:37:53.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:12.608Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:38:12.621Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:38:12.623Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:38:12.623Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:38:12.623Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:38:42.624Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:38:42.637Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:38:42.639Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:38:42.639Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:38:42.639Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:38:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:38:53.916Z||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-01-04T05:38:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:38:53.939Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:38:53.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.954Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.955Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.956Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274548097,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274542224,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274544499,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274550473,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274551762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274552628,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274560626,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274560625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274560715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274553477,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274553914,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "cds",
  "timestamp": 1641274561633,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:38:53.975Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1129ff5a-7482-4c8d-84f3-0756d2e8254b
2022-01-04T05:38:53.975Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1129ff5a-7482-4c8d-84f3-0756d2e8254b 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-01-04T05:38:53.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274561629,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274562099,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:53.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "policy-id",
  "timestamp": 1641274562631,
  "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-01-04T05:38:53.991Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1129ff5a-7482-4c8d-84f3-0756d2e8254b
2022-01-04T05:38:53.991Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1129ff5a-7482-4c8d-84f3-0756d2e8254b 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-01-04T05:38:54.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274562820,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.000Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274563219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274563318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274563373,
  "artifactURL": "/sdc/v1/catalog/services/6b3eddb9-43cf-41f4-853b-cb84aa5f8695/resourceInstances/basicclamp0/artifacts/0b807d61-8e0a-4c92-a75e-56d02f21e2a7",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274564336,
  "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-01-04T05:38:54.007Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1129ff5a-7482-4c8d-84f3-0756d2e8254b
2022-01-04T05:38:54.007Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1129ff5a-7482-4c8d-84f3-0756d2e8254b 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-01-04T05:38:54.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274564654,
  "artifactURL": "/sdc/v1/catalog/services/6b3eddb9-43cf-41f4-853b-cb84aa5f8695/resourceInstances/basicclamp0/artifacts/0b807d61-8e0a-4c92-a75e-56d02f21e2a7",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274564894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.016Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274565197,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274565287,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274565338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.018Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.018Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.018Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "dcae-sch",
  "timestamp": 1641274565657,
  "artifactURL": "/sdc/v1/catalog/services/6b3eddb9-43cf-41f4-853b-cb84aa5f8695/resourceInstances/basicclamp0/artifacts/0b807d61-8e0a-4c92-a75e-56d02f21e2a7",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:38:54.023Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 1129ff5a-7482-4c8d-84f3-0756d2e8254b
2022-01-04T05:38:54.023Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1129ff5a-7482-4c8d-84f3-0756d2e8254b and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:38:54.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274565898,
  "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-01-04T05:38:54.036Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1129ff5a-7482-4c8d-84f3-0756d2e8254b
2022-01-04T05:38:54.037Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1129ff5a-7482-4c8d-84f3-0756d2e8254b 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-01-04T05:38:54.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274566201,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274558705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274566392,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274567435,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274567436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274568531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274569534,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274570258,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274570538,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274571260,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274571542,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.051Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.052Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "clamp",
  "timestamp": 1641274572263,
  "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-01-04T05:38:54.056Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1129ff5a-7482-4c8d-84f3-0756d2e8254b
2022-01-04T05:38:54.057Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1129ff5a-7482-4c8d-84f3-0756d2e8254b 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-01-04T05:38:54.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274564499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274574317,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274565473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.068Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.069Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "aai-ml",
  "timestamp": 1641274575321,
  "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-01-04T05:38:54.075Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1129ff5a-7482-4c8d-84f3-0756d2e8254b
2022-01-04T05:38:54.075Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1129ff5a-7482-4c8d-84f3-0756d2e8254b 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-01-04T05:38:54.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.083Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274575543,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274575541,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274568097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.085Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274576545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.086Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "policy-id",
  "timestamp": 1641274577548,
  "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-01-04T05:38:54.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa99a1f0-f57d-4f79-8d53-25f7f8d20033
2022-01-04T05:38:54.101Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa99a1f0-f57d-4f79-8d53-25f7f8d20033 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-01-04T05:38:54.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "cds",
  "timestamp": 1641274577908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:38:54.115Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa99a1f0-f57d-4f79-8d53-25f7f8d20033
2022-01-04T05:38:54.115Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa99a1f0-f57d-4f79-8d53-25f7f8d20033 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-01-04T05:38:54.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.123Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.123Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.124Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274571762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "dcae-sch",
  "timestamp": 1641274572628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274580566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274573266,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274581687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274582790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.126Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274583807,
  "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-01-04T05:38:54.131Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa99a1f0-f57d-4f79-8d53-25f7f8d20033
2022-01-04T05:38:54.131Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa99a1f0-f57d-4f79-8d53-25f7f8d20033 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-01-04T05:38:54.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274584809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.139Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274583477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274592200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274593026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274595022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274595203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.142Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274596026,
  "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-01-04T05:38:54.148Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa99a1f0-f57d-4f79-8d53-25f7f8d20033
2022-01-04T05:38:54.148Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa99a1f0-f57d-4f79-8d53-25f7f8d20033 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-01-04T05:38:54.156Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.156Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "clamp",
  "timestamp": 1641274596207,
  "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-01-04T05:38:54.161Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa99a1f0-f57d-4f79-8d53-25f7f8d20033
2022-01-04T05:38:54.162Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa99a1f0-f57d-4f79-8d53-25f7f8d20033 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-01-04T05:38:54.169Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274588705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.170Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274597422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.170Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.170Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.170Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274591762,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "cds",
  "timestamp": 1641274595473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "dcae-sch",
  "timestamp": 1641274592628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.171Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274591762,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "cds",
  "timestamp": 1641274595473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "dcae-sch",
  "timestamp": 1641274592628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "clamp",
  "timestamp": 1641274602224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.172Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "cds",
  "timestamp": 1641274602952,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.173Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "clamp",
  "timestamp": 1641274602224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.173Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.173Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.173Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "cds",
  "timestamp": 1641274603957,
  "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-01-04T05:38:54.187Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02b86a84-a93e-4f92-b75a-20236511ed33
2022-01-04T05:38:54.187Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02b86a84-a93e-4f92-b75a-20236511ed33 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-01-04T05:38:54.196Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274604018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.197Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.197Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.197Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "aai-ml",
  "timestamp": 1641274605021,
  "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-01-04T05:38:54.202Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa99a1f0-f57d-4f79-8d53-25f7f8d20033
2022-01-04T05:38:54.202Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa99a1f0-f57d-4f79-8d53-25f7f8d20033 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-01-04T05:38:54.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "policy-id",
  "timestamp": 1641274604499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "policy-id",
  "timestamp": 1641274604499,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:38:54.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "policy-id",
  "timestamp": 1641274607232,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "clamp",
  "timestamp": 1641274608201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "policy-id",
  "timestamp": 1641274608235,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274608097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "policy-id",
  "timestamp": 1641274609238,
  "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-01-04T05:38:54.219Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02b86a84-a93e-4f92-b75a-20236511ed33
2022-01-04T05:38:54.219Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02b86a84-a93e-4f92-b75a-20236511ed33 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-01-04T05:38:54.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274608097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:38:54.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:38:54.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "clamp",
  "timestamp": 1641274610208,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:38:54.230Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:38:54.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:38:54.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "clamp",
  "timestamp": 1641274611212,
  "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-01-04T05:38:54.235Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02b86a84-a93e-4f92-b75a-20236511ed33
2022-01-04T05:38:54.236Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02b86a84-a93e-4f92-b75a-20236511ed33 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-01-04T05:39:12.640Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:39:12.653Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:39:12.658Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:39:12.659Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:39:12.659Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:39:12.659Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:39:12.664Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:39:42.665Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b 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-01-04T05:39:42.673Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1129ff5a-7482-4c8d-84f3-0756d2e8254b and serviceModelVersionId: 6b3eddb9-43cf-41f4-853b-cb84aa5f8695
2022-01-04T05:39:42.673Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9da973cb-2705-4286-a018-db5cb6734127
2022-01-04T05:39:42.674Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9da973cb-2705-4286-a018-db5cb6734127/model-vers/model-ver/6b3eddb9-43cf-41f4-853b-cb84aa5f8695?depth=0
2022-01-04T05:39:42.679Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:39:42.708Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da973cb-2705-4286-a018-db5cb6734127/model-vers/model-ver/6b3eddb9-43cf-41f4-853b-cb84aa5f8695?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-01-04T05:39:42.709Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da973cb-2705-4286-a018-db5cb6734127/model-vers/model-ver/6b3eddb9-43cf-41f4-853b-cb84aa5f8695?depth=0|INFO|500||Invoke
2022-01-04T05:39:42.729Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da973cb-2705-4286-a018-db5cb6734127/model-vers/model-ver/6b3eddb9-43cf-41f4-853b-cb84aa5f8695?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:39:42.845Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da973cb-2705-4286-a018-db5cb6734127/model-vers/model-ver/6b3eddb9-43cf-41f4-853b-cb84aa5f8695?depth=0|INFO|500||InvokeReturn
2022-01-04T05:39:42.846Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9da973cb-2705-4286-a018-db5cb6734127/model-vers/model-ver/6b3eddb9-43cf-41f4-853b-cb84aa5f8695?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220104-05:39:42:735-94136], vertex-id=[184336], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:39:42 GMT], Content-Type=[application/json]}
2022-01-04T05:39:42.846Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:39:42.846Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:39:42.846Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:39:42.852Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:39:42.852Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1129ff5a-7482-4c8d-84f3-0756d2e8254b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:39:42.852Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:39:42.852Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:42.854Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:42.854Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274782852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:39:42.955Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:39:42.956Z||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-01-04T05:39:42.956Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:42.976Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:42.976Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 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-01-04T05:39:43.870Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:39:43.871Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:39:43.871Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:48.301Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:48.302Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-04T05:39:48.302Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa99a1f0-f57d-4f79-8d53-25f7f8d20033","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0eeaa530-2cd1-478c-a894-dc5fac635e0c","serviceDescription":"service","serviceInvariantUUID":"b7650282-e8d0-400a-8a04-20c7a747df27","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e76ed2ed-67f8-4fd9-b262-46a70860c82a","resourceInvariantUUID":"08b7d339-63a4-4566-ad1d-fc5e6e97aa47","resourceCustomizationUUID":"dd06516b-4555-4747-8c5c-bfbafa13a1e2","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":"N2E0MTk5MGM5M2M1YjI1ZmM0YzYzNWYyNjNlOTZjMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31a0fc6f-279b-4078-9802-a3b911e1decf","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":"ZmExY2RlNDJmM2I1MWI5NTM1ZWY0YTNkOWM0Mjg0ZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d87037c4-3898-4d05-b37b-46d4a89e8dbc","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":"589a681d-02fb-4f5b-9e2c-8af9a155b713","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":"1ebd767c-aaf3-45e7-8c95-8bfbdd4d0be3","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":"23a63971-92f5-44a8-8e87-1e4550e08ba3","artifactVersion":"2","generatedFromUUID":"589a681d-02fb-4f5b-9e2c-8af9a155b713"},{"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":"Y2UwOGEzMjI2YzI0NWVjZDg2YjI3NGIxMGU4OTQyMWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8d01963a-0f03-4479-b834-c457008c69f7","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":"M2FhOTJhOGM2MWE4MGExMjExOTZiYzFhYWVjZTk4ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"83d86438-e8e8-4e06-9c16-56aa6b1e3bf5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzNhOTA2YzhiNGYxZTgzMDQyODA0NTg4NjRkNTI1NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da2cb70f-732c-48eb-b732-319c9457d7ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:39:48.304Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:48.305Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:48.307Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:48.307Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:39:48.408Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:39:48.409Z||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-01-04T05:39:48.409Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:48.423Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:48.423Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:49.308Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:49.309Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:49.311Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:49.312Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:39:49.412Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:49.413Z||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-01-04T05:39:49.413Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:49.426Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:49.427Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:39:50.312Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:50.313Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:50.315Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:50.315Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:39:50.415Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:50.416Z||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-01-04T05:39:50.416Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:50.429Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:50.429Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:51.315Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:51.316Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:51.319Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:51.319Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:39:51.419Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:51.420Z||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-01-04T05:39:51.420Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:51.432Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:51.433Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:39:52.319Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:52.320Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:52.322Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:52.322Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-04T05:39:52.422Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:52.423Z||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-01-04T05:39:52.423Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:52.437Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:52.437Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:53.323Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:53.324Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:53.326Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:53.326Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:39:53.426Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:53.427Z||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-01-04T05:39:53.427Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:53.441Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:53.441Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:39:53.916Z||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-01-04T05:39:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:53.943Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274613477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:39:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:39:53.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274613477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:39:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:39:53.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274616163,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:39:53.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:39:53.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274617606,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:39:53.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:39:53.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274618610,
  "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-01-04T05:39:53.956Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02b86a84-a93e-4f92-b75a-20236511ed33
2022-01-04T05:39:53.956Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02b86a84-a93e-4f92-b75a-20236511ed33 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-01-04T05:39:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "aai-ml",
  "timestamp": 1641274618705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:39:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:39:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "aai-ml",
  "timestamp": 1641274618705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:39:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:39:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "aai-ml",
  "timestamp": 1641274621596,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:39:53.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:39:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "aai-ml",
  "timestamp": 1641274625369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:39:53.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:39:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:39:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "aai-ml",
  "timestamp": 1641274626372,
  "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-01-04T05:39:53.973Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02b86a84-a93e-4f92-b75a-20236511ed33
2022-01-04T05:39:53.973Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02b86a84-a93e-4f92-b75a-20236511ed33 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-01-04T05:39:54.327Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:54.328Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:54.330Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:54.330Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:39:54.430Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:54.431Z||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-01-04T05:39:54.431Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:54.444Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:54.445Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:55.331Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:39:55.332Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:55.333Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:55.334Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:39:55.434Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:55.435Z||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-01-04T05:39:55.435Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:55.449Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:55.450Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:56.334Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0eeaa530-2cd1-478c-a894-dc5fac635e0c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7650282-e8d0-400a-8a04-20c7a747df27",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dd06516b-4555-4747-8c5c-bfbafa13a1e2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e76ed2ed-67f8-4fd9-b262-46a70860c82a",
      "resourceInvariantUUID": "08b7d339-63a4-4566-ad1d-fc5e6e97aa47",
      "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": "ZmExY2RlNDJmM2I1MWI5NTM1ZWY0YTNkOWM0Mjg0ZWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d87037c4-3898-4d05-b37b-46d4a89e8dbc",
          "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": "589a681d-02fb-4f5b-9e2c-8af9a155b713",
          "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": "23a63971-92f5-44a8-8e87-1e4550e08ba3",
            "generatedFromUUID": "589a681d-02fb-4f5b-9e2c-8af9a155b713"
          },
          "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": "23a63971-92f5-44a8-8e87-1e4550e08ba3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YzNhOTA2YzhiNGYxZTgzMDQyODA0NTg4NjRkNTI1NzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da2cb70f-732c-48eb-b732-319c9457d7ef"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:39:56.335Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:39:56.335Z|1129ff5a-7482-4c8d-84f3-0756d2e8254b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0eeaa530-2cd1-478c-a894-dc5fac635e0c ASDC
2022-01-04T05:39:56.335Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fa99a1f0-f57d-4f79-8d53-25f7f8d20033
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0eeaa530-2cd1-478c-a894-dc5fac635e0c
ServiceInvariantUUID:b7650282-e8d0-400a-8a04-20c7a747df27
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:da2cb70f-732c-48eb-b732-319c9457d7ef
ArtifactChecksum:YzNhOTA2YzhiNGYxZTgzMDQyODA0NTg4NjRkNTI1NzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dd06516b-4555-4747-8c5c-bfbafa13a1e2
ResourceInvariantUUID:08b7d339-63a4-4566-ad1d-fc5e6e97aa47
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:e76ed2ed-67f8-4fd9-b262-46a70860c82a
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:d87037c4-3898-4d05-b37b-46d4a89e8dbc
ArtifactChecksum:ZmExY2RlNDJmM2I1MWI5NTM1ZWY0YTNkOWM0Mjg0ZWY=
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:589a681d-02fb-4f5b-9e2c-8af9a155b713
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:23a63971-92f5-44a8-8e87-1e4550e08ba3
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:23a63971-92f5-44a8-8e87-1e4550e08ba3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-04T05:39:56.335Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0eeaa530-2cd1-478c-a894-dc5fac635e0c 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-01-04T05:39:56.367Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:39:56.367Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:39:56.367Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:39:56.367Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da2cb70f-732c-48eb-b732-319c9457d7ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-04T05:39:56.367Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:39:56.368Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-04T05:39:56.627Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:39:56.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar da2cb70f-732c-48eb-b732-319c9457d7ef 78792
2022-01-04T05:39:56.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-04T05:39:56.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-04T05:39:56.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:39:56.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:56.633Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:56.633Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274796631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:39:56.733Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:56.734Z||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-01-04T05:39:56.734Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:56.747Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:56.747Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:57.634Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:39:57.635Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:39:57.635Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: da2cb70f-732c-48eb-b732-319c9457d7ef, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:57.636Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-04T05:39:57.636Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:57.636Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:57.716Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11691463637588044875/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-01-04T05:39:58.557Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.558Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.559Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:39:58.560Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-04T05:39:58.561Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1c686908-437f-4d95-8994-4b5961c96967
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:39:58.562Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0eeaa530-2cd1-478c-a894-dc5fac635e0c
Model Version:NULL
Model InvariantUuid:b7650282-e8d0-400a-8a04-20c7a747df27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:17068b8e-2bbc-4599-9ba4-3a7038e8f30b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:08b7d339-63a4-4566-ad1d-fc5e6e97aa47
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dd06516b-4555-4747-8c5c-bfbafa13a1e2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:75f429d7-7eb3-4d31-b7a0-551adf22be1b
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:85c843c1-9875-4857-ac62-2199e65911aa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1c686908-437f-4d95-8994-4b5961c96967
ModelInvariantUuid:363bf7d2-bb6a-43ef-85f9-5d8e54d33010
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:53dcfca2-a774-4ad7-87b9-c14bab60fcaa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3f83f995-300f-4739-a181-b0e293b803b2
ModelInvariantUuid:ac3ceb54-8469-44fa-b5f9-15b46ed2a1bb
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ebf22704-0f4d-4122-831f-1666f694bcc4
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-01-04T05:39:58.567Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e76ed2ed-67f8-4fd9-b262-46a70860c82a
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-01-04T05:39:58.570Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-01-04T05:39:58.570Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e76ed2ed-67f8-4fd9-b262-46a70860c82a
2022-01-04T05:39:58.570Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d87037c4-3898-4d05-b37b-46d4a89e8dbc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-04T05:39:58.570Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:39:58.570Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-04T05:39:58.619Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:39:58.620Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d87037c4-3898-4d05-b37b-46d4a89e8dbc 792
2022-01-04T05:39:58.620Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-04T05:39:58.620Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-04T05:39:58.620Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:39:58.620Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:58.623Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:58.623Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274798620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:39:58.723Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:58.724Z||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-01-04T05:39:58.724Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:58.738Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:58.738Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:39:59.623Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "75f429d7-7eb3-4d31-b7a0-551adf22be1b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85c843c1-9875-4857-ac62-2199e65911aa",
    "vfModuleModelCustomizationUUID": "b574abc1-bd93-4c6a-b4e3-ba574892b446",
    "isBase": true,
    "artifacts": [
      "589a681d-02fb-4f5b-9e2c-8af9a155b713",
      "23a63971-92f5-44a8-8e87-1e4550e08ba3"
    ],
    "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-01-04T05:39:59.628Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85c843c1-9875-4857-ac62-2199e65911aa
VfModuleModelInvariantUUID:75f429d7-7eb3-4d31-b7a0-551adf22be1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
589a681d-02fb-4f5b-9e2c-8af9a155b713
,
23a63971-92f5-44a8-8e87-1e4550e08ba3

}
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-01-04T05:39:59.630Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "75f429d7-7eb3-4d31-b7a0-551adf22be1b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "85c843c1-9875-4857-ac62-2199e65911aa",
    "vfModuleModelCustomizationUUID": "b574abc1-bd93-4c6a-b4e3-ba574892b446",
    "isBase": true,
    "artifacts": [
      "589a681d-02fb-4f5b-9e2c-8af9a155b713",
      "23a63971-92f5-44a8-8e87-1e4550e08ba3"
    ],
    "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-01-04T05:39:59.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:85c843c1-9875-4857-ac62-2199e65911aa
VfModuleModelInvariantUUID:75f429d7-7eb3-4d31-b7a0-551adf22be1b
VfModuleModelDescription:NULL
Artifacts UUID List:{
589a681d-02fb-4f5b-9e2c-8af9a155b713
,
23a63971-92f5-44a8-8e87-1e4550e08ba3

}
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-01-04T05:39:59.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 589a681d-02fb-4f5b-9e2c-8af9a155b713 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-04T05:39:59.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:39:59.631Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-04T05:39:59.808Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:39:59.808Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 589a681d-02fb-4f5b-9e2c-8af9a155b713 5033
2022-01-04T05:39:59.809Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-04T05:39:59.809Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-04T05:39:59.809Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:39:59.810Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:39:59.812Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:39:59.812Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274799809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:39:59.912Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:39:59.913Z||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-01-04T05:39:59.913Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:39:59.928Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:39:59.928Z||pool-89-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:40:00.812Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 23a63971-92f5-44a8-8e87-1e4550e08ba3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-04T05:40:00.813Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:40:00.813Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-04T05:40:01.190Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:40:01.191Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 23a63971-92f5-44a8-8e87-1e4550e08ba3 903
2022-01-04T05:40:01.191Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-04T05:40:01.191Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-04T05:40:01.191Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:40:01.192Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:01.194Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:01.194Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274801191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:40:01.294Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:01.295Z||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-01-04T05:40:01.295Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:01.309Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:01.310Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:40:02.195Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 0eeaa530-2cd1-478c-a894-dc5fac635e0c
2022-01-04T05:40:02.195Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e76ed2ed-67f8-4fd9-b262-46a70860c82a 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-01-04T05:40:02.209Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73b357cf, org.onap.sdc.toscaparser.api.parameters.Input@3a7a66af, org.onap.sdc.toscaparser.api.parameters.Input@72574d61, org.onap.sdc.toscaparser.api.parameters.Input@7627afba, org.onap.sdc.toscaparser.api.parameters.Input@1fc3939e]
2022-01-04T05:40:02.210Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.210Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.211Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-04T05:40:02.211Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= dd06516b-4555-4747-8c5c-bfbafa13a1e2
2022-01-04T05:40:02.211Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd06516b-4555-4747-8c5c-bfbafa13a1e2 matches Tosca VF Customization UUID: dd06516b-4555-4747-8c5c-bfbafa13a1e2
2022-01-04T05:40:02.211Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: dd06516b-4555-4747-8c5c-bfbafa13a1e2  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-01-04T05:40:02.213Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.213Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.213Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id dd06516b-4555-4747-8c5c-bfbafa13a1e2: {\"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-01-04T05:40:02.213Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75809438
2022-01-04T05:40:02.213Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.213Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:40:02.214Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b574abc1-bd93-4c6a-b4e3-ba574892b446
2022-01-04T05:40:02.214Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b574abc1-bd93-4c6a-b4e3-ba574892b446
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-01-04T05:40:02.215Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-04T05:40:02.216Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-04T05:40:02.217Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-04T05:40:02.217Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1c686908-437f-4d95-8994-4b5961c96967
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-01-04T05:40:02.218Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.218Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:40:02.218Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:40:02.219Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.219Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-04T05:40:02.219Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dd06516b-4555-4747-8c5c-bfbafa13a1e2
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-01-04T05:40:02.220Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.220Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.220Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 0eeaa530-2cd1-478c-a894-dc5fac635e0c: basic_vm_macro
2022-01-04T05:40:02.220Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:02.221Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:40:02.297Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e76ed2ed-67f8-4fd9-b262-46a70860c82a 1 ASDC deployResourceStructure
2022-01-04T05:40:02.297Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-04T05:40:02.298Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-04T05:40:02.298Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:40:02.298Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:02.301Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:02.301Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274802297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:40:02.401Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:02.402Z||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-01-04T05:40:02.403Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:02.416Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:02.416Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:40:03.303Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-04T05:40:03.303Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-04T05:40:03.303Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:40:03.304Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:03.306Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:03.307Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274803302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:40:03.407Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:03.408Z||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-01-04T05:40:03.408Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:03.422Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:03.423Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:40:04.308Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-04T05:40:04.308Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-04T05:40:04.309Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:40:04.309Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:04.311Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:04.311Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274804308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:40:04.411Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:04.412Z||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-01-04T05:40:04.412Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:04.428Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:04.429Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:40:05.311Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-04T05:40:05.312Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-04T05:40:05.312Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:40:05.313Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:05.315Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:05.315Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274805311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:40:05.416Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:05.417Z||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-01-04T05:40:05.417Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:05.429Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:05.430Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:40:06.316Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa99a1f0-f57d-4f79-8d53-25f7f8d20033
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:40:06.329Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa99a1f0-f57d-4f79-8d53-25f7f8d20033
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:06.332Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:40:06.338Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:40:36.338Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa99a1f0-f57d-4f79-8d53-25f7f8d20033 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-01-04T05:40:36.346Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa99a1f0-f57d-4f79-8d53-25f7f8d20033 and serviceModelVersionId: 0eeaa530-2cd1-478c-a894-dc5fac635e0c
2022-01-04T05:40:36.347Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7650282-e8d0-400a-8a04-20c7a747df27
2022-01-04T05:40:36.349Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7650282-e8d0-400a-8a04-20c7a747df27/model-vers/model-ver/0eeaa530-2cd1-478c-a894-dc5fac635e0c?depth=0
2022-01-04T05:40:36.355Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:40:36.385Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7650282-e8d0-400a-8a04-20c7a747df27/model-vers/model-ver/0eeaa530-2cd1-478c-a894-dc5fac635e0c?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-01-04T05:40:36.386Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7650282-e8d0-400a-8a04-20c7a747df27/model-vers/model-ver/0eeaa530-2cd1-478c-a894-dc5fac635e0c?depth=0|INFO|500||Invoke
2022-01-04T05:40:36.402Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7650282-e8d0-400a-8a04-20c7a747df27/model-vers/model-ver/0eeaa530-2cd1-478c-a894-dc5fac635e0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:40:36.517Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7650282-e8d0-400a-8a04-20c7a747df27/model-vers/model-ver/0eeaa530-2cd1-478c-a894-dc5fac635e0c?depth=0|INFO|500||InvokeReturn
2022-01-04T05:40:36.518Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7650282-e8d0-400a-8a04-20c7a747df27/model-vers/model-ver/0eeaa530-2cd1-478c-a894-dc5fac635e0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220104-05:40:36:408-69700], vertex-id=[430328], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:40:36 GMT], Content-Type=[application/json]}
2022-01-04T05:40:36.518Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:40:36.518Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:40:36.518Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:40:36.522Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:40:36.523Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa99a1f0-f57d-4f79-8d53-25f7f8d20033 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:40:36.523Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:40:36.523Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:36.525Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:36.526Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274836523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:40:36.626Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:36.627Z||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-01-04T05:40:36.627Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:36.641Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:36.641Z||pool-95-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-01-04T05:40:37.539Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-04T05:40:37.540Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"02b86a84-a93e-4f92-b75a-20236511ed33","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"a56baa73-52d0-4386-a43e-3fbbb4c6979d","serviceDescription":"service","serviceInvariantUUID":"9488236f-bd05-488e-96a8-7bac5a4ced23","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1d926ec7-da32-4a6c-959e-b6b49f82d5f0","resourceInvariantUUID":"4b380810-1168-432b-8178-d72f3ad711c0","resourceCustomizationUUID":"eac52370-421f-4191-9dfd-9377253ca143","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":"YTc0YTkzZmNkYzNkZDA0YjhjNjZhZGQ0ODExOTIyN2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aca1d370-f7eb-4181-b38f-880839517812","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjVhZjM5NDc5ZTRiYWM5N2VjYjY1MDRlNmFiNjExZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e88b3ea-8a27-4950-b738-2c55ab066760","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:40:37.540Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:40:37.541Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:37.543Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:37.543Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:40:37.643Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:37.644Z||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-01-04T05:40:37.644Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:37.656Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:37.656Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:40:38.544Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:40:38.544Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:38.546Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:38.547Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:40:38.647Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:38.648Z||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-01-04T05:40:38.648Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:38.659Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:38.659Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:40:39.548Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "a56baa73-52d0-4386-a43e-3fbbb4c6979d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9488236f-bd05-488e-96a8-7bac5a4ced23",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "eac52370-421f-4191-9dfd-9377253ca143",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "1d926ec7-da32-4a6c-959e-b6b49f82d5f0",
      "resourceInvariantUUID": "4b380810-1168-432b-8178-d72f3ad711c0",
      "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": "YjVhZjM5NDc5ZTRiYWM5N2VjYjY1MDRlNmFiNjExZGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e88b3ea-8a27-4950-b738-2c55ab066760"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:40:39.549Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:40:39.549Z|fa99a1f0-f57d-4f79-8d53-25f7f8d20033|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a56baa73-52d0-4386-a43e-3fbbb4c6979d ASDC
2022-01-04T05:40:39.550Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:02b86a84-a93e-4f92-b75a-20236511ed33
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:a56baa73-52d0-4386-a43e-3fbbb4c6979d
ServiceInvariantUUID:9488236f-bd05-488e-96a8-7bac5a4ced23
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:4e88b3ea-8a27-4950-b738-2c55ab066760
ArtifactChecksum:YjVhZjM5NDc5ZTRiYWM5N2VjYjY1MDRlNmFiNjExZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:eac52370-421f-4191-9dfd-9377253ca143
ResourceInvariantUUID:4b380810-1168-432b-8178-d72f3ad711c0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:1d926ec7-da32-4a6c-959e-b6b49f82d5f0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-01-04T05:40:39.550Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a56baa73-52d0-4386-a43e-3fbbb4c6979d 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-01-04T05:40:39.579Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:40:39.579Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:40:39.579Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:40:39.580Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4e88b3ea-8a27-4950-b738-2c55ab066760 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-04T05:40:39.580Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:40:39.580Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-04T05:40:39.908Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:40:39.912Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4e88b3ea-8a27-4950-b738-2c55ab066760 52490
2022-01-04T05:40:39.912Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-04T05:40:39.912Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-04T05:40:39.912Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:40:39.913Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:39.915Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:39.915Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274839912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:40:40.015Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:40.016Z||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-01-04T05:40:40.016Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:40.029Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:40.030Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:40:40.915Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:40:40.916Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:40:40.916Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4e88b3ea-8a27-4950-b738-2c55ab066760, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:40.917Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-04T05:40:40.917Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:40.917Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.062Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17382825195864147559/Definitions/service-BasicNetwork-template.yml
2022-01-04T05:40:41.371Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:40:41.371Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:40:41.371Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:40:41.372Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:40:41.373Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.374Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.375Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.375Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.375Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:a56baa73-52d0-4386-a43e-3fbbb4c6979d
Model Version:NULL
Model InvariantUuid:9488236f-bd05-488e-96a8-7bac5a4ced23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4b380810-1168-432b-8178-d72f3ad711c0
Model UUID:260e8a10-e257-4c47-891f-8ab6d5c2bb01
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:eac52370-421f-4191-9dfd-9377253ca143
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-01-04T05:40:41.380Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 1d926ec7-da32-4a6c-959e-b6b49f82d5f0
2022-01-04T05:40:41.380Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||No resources found for Service: a56baa73-52d0-4386-a43e-3fbbb4c6979d
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-01-04T05:40:41.383Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||
2022-01-04T05:40:41.383Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-01-04T05:40:41.383Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||No resources found for Service: a56baa73-52d0-4386-a43e-3fbbb4c6979d
2022-01-04T05:40:41.383Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: a56baa73-52d0-4386-a43e-3fbbb4c6979d
2022-01-04T05:40:41.383Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-01-04T05:40:41.383Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:40:41.386Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@78885907, org.onap.sdc.toscaparser.api.parameters.Input@5da0a119, org.onap.sdc.toscaparser.api.parameters.Input@3d0d2d3c, org.onap.sdc.toscaparser.api.parameters.Input@70056fd8, org.onap.sdc.toscaparser.api.parameters.Input@4a7f40be]
2022-01-04T05:40:41.387Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.387Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.387Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.388Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.388Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid a56baa73-52d0-4386-a43e-3fbbb4c6979d: Generic NeutronNet
2022-01-04T05:40:41.388Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.388Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.388Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.388Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-01-04T05:40:41.409Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.409Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.409Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.409Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.409Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:40:41.409Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:40:41.410Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-04T05:40:41.450Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-01-04T05:40:41.450Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-04T05:40:41.451Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-04T05:40:41.451Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:40:41.451Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:40:41.453Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:40:41.453Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274841450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:40:41.553Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:40:41.554Z||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-01-04T05:40:41.554Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:41.565Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:41.565Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:40:42.453Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02b86a84-a93e-4f92-b75a-20236511ed33
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:40:42.466Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02b86a84-a93e-4f92-b75a-20236511ed33
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:40:42.469Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:40:42.469Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:40:42.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:40:42.475Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:40:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:40:53.916Z||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-01-04T05:40:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:40:53.942Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:40:53.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:40:53.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1129ff5a-7482-4c8d-84f3-0756d2e8254b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274782852,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:40:53.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:40:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:40:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:40:53.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:40:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:40:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:40:53.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:40:53.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:40:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:12.475Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02b86a84-a93e-4f92-b75a-20236511ed33 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-01-04T05:41:12.483Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02b86a84-a93e-4f92-b75a-20236511ed33 and serviceModelVersionId: a56baa73-52d0-4386-a43e-3fbbb4c6979d
2022-01-04T05:41:12.483Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9488236f-bd05-488e-96a8-7bac5a4ced23
2022-01-04T05:41:12.484Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9488236f-bd05-488e-96a8-7bac5a4ced23/model-vers/model-ver/a56baa73-52d0-4386-a43e-3fbbb4c6979d?depth=0
2022-01-04T05:41:12.489Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:41:12.514Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9488236f-bd05-488e-96a8-7bac5a4ced23/model-vers/model-ver/a56baa73-52d0-4386-a43e-3fbbb4c6979d?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-01-04T05:41:12.515Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9488236f-bd05-488e-96a8-7bac5a4ced23/model-vers/model-ver/a56baa73-52d0-4386-a43e-3fbbb4c6979d?depth=0|INFO|500||Invoke
2022-01-04T05:41:12.531Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9488236f-bd05-488e-96a8-7bac5a4ced23/model-vers/model-ver/a56baa73-52d0-4386-a43e-3fbbb4c6979d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:41:12.814Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9488236f-bd05-488e-96a8-7bac5a4ced23/model-vers/model-ver/a56baa73-52d0-4386-a43e-3fbbb4c6979d?depth=0|INFO|500||InvokeReturn
2022-01-04T05:41:12.815Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9488236f-bd05-488e-96a8-7bac5a4ced23/model-vers/model-ver/a56baa73-52d0-4386-a43e-3fbbb4c6979d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220104-05:41:12:541-68872], vertex-id=[434424], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:41:12 GMT], Content-Type=[application/json]}
2022-01-04T05:41:12.815Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:41:12.815Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:41:12.815Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:41:12.818Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:41:12.818Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02b86a84-a93e-4f92-b75a-20236511ed33 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:41:12.818Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:41:12.818Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:12.820Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:12.820Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274872818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:41:12.920Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:12.921Z||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-01-04T05:41:12.921Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:12.937Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:12.937Z||pool-100-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-01-04T05:41:13.834Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:41:13.834Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:41:13.834Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:14.461Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:14.462Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-04T05:41:14.462Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"33661bf9-0e4f-480f-9158-56e16a1d2d84","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c96b3946-f04b-4874-9a38-e884139806c6","serviceDescription":"service","serviceInvariantUUID":"37155f1f-34fb-4de4-a449-38ac7b79f18b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a09c7908-5733-493c-bc1a-c8fdf122cef9","resourceInvariantUUID":"e1b56382-ba77-42dd-9bc3-6bf6f378eb72","resourceCustomizationUUID":"d5157fd4-8f57-496f-8be5-40e302956950","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":"ZGU3YTE5ZjViOTNmMGJiZmQ3YWY4MWRlOTY3ZjJlNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44df790d-bf46-4f07-80e2-3e2966ae3349","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":"7eca5bf0-2b09-4092-898d-b9b10286a019","artifactVersion":"2","generatedFromUUID":"cdd457fe-75f4-4fda-8c62-5d958c47ef96"},{"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":"cdd457fe-75f4-4fda-8c62-5d958c47ef96","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":"ODI5NDc0MWFkOTNjZTk3YzhmNmUwZjQwYzMyMWViYWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1bcafb4-ff15-40f7-beff-6ce4676e24e3","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":"8516b0e9-a224-47bf-a2c1-d80841c90271","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":"b51a2f57-dc88-4104-9a4c-8478f3b9ae63","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":"2489bdf7-8a45-4773-91fe-135e7e360331","artifactVersion":"2","generatedFromUUID":"8516b0e9-a224-47bf-a2c1-d80841c90271"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmE4NWRkYzBlOThlNTA1Mzc0MzNjN2Q3NDRmODI2NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d451e5bb-5758-4b8e-a83d-5d47eb15cf10","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmYwZDg0YjRjZjRlYWQwYTFkODUxYjFiZjg2ZjcyMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78e96982-7241-461c-8572-30eadef9eb24","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:41:14.464Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:14.465Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:14.467Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:14.467Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:14.567Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:14.568Z||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-01-04T05:41:14.568Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:14.595Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:14.596Z||pool-101-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:15.467Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:15.468Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:15.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:15.470Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-04T05:41:15.570Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:15.571Z||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-01-04T05:41:15.571Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:15.586Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:15.587Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:41:16.471Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:16.472Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:16.474Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:16.474Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-04T05:41:16.574Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:16.575Z||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-01-04T05:41:16.575Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:16.589Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:16.589Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:17.474Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:17.475Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:17.478Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:17.478Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:41:17.578Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:17.579Z||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-01-04T05:41:17.579Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:17.596Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:17.597Z||pool-104-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:18.478Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:18.479Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:18.482Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:18.482Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:41:18.582Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:18.583Z||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-01-04T05:41:18.583Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:18.595Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:18.596Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:41:19.482Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:19.483Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:19.485Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:19.486Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:19.586Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:19.586Z||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-01-04T05:41:19.587Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:19.599Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:19.600Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:20.486Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:20.487Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:20.490Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:20.490Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-04T05:41:20.590Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:20.591Z||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-01-04T05:41:20.591Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:20.605Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:20.605Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:21.490Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:21.491Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:21.494Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:21.494Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:21.594Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:21.595Z||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-01-04T05:41:21.595Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:21.608Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:21.609Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:41:22.494Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:41:22.495Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:22.497Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:22.497Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:22.598Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:41:22.598Z||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-01-04T05:41:22.598Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:22.612Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:22.612Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:23.500Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "c96b3946-f04b-4874-9a38-e884139806c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "37155f1f-34fb-4de4-a449-38ac7b79f18b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d5157fd4-8f57-496f-8be5-40e302956950",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a09c7908-5733-493c-bc1a-c8fdf122cef9",
      "resourceInvariantUUID": "e1b56382-ba77-42dd-9bc3-6bf6f378eb72",
      "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": "7eca5bf0-2b09-4092-898d-b9b10286a019",
          "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": "cdd457fe-75f4-4fda-8c62-5d958c47ef96",
          "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": "ODI5NDc0MWFkOTNjZTk3YzhmNmUwZjQwYzMyMWViYWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1bcafb4-ff15-40f7-beff-6ce4676e24e3",
          "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": "8516b0e9-a224-47bf-a2c1-d80841c90271",
          "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": "2489bdf7-8a45-4773-91fe-135e7e360331",
            "generatedFromUUID": "8516b0e9-a224-47bf-a2c1-d80841c90271"
          },
          "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": "2489bdf7-8a45-4773-91fe-135e7e360331",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YmYwZDg0YjRjZjRlYWQwYTFkODUxYjFiZjg2ZjcyMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78e96982-7241-461c-8572-30eadef9eb24"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:41:23.500Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:41:23.501Z|02b86a84-a93e-4f92-b75a-20236511ed33|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c96b3946-f04b-4874-9a38-e884139806c6 ASDC
2022-01-04T05:41:23.501Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:33661bf9-0e4f-480f-9158-56e16a1d2d84
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:c96b3946-f04b-4874-9a38-e884139806c6
ServiceInvariantUUID:37155f1f-34fb-4de4-a449-38ac7b79f18b
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:78e96982-7241-461c-8572-30eadef9eb24
ArtifactChecksum:YmYwZDg0YjRjZjRlYWQwYTFkODUxYjFiZjg2ZjcyMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d5157fd4-8f57-496f-8be5-40e302956950
ResourceInvariantUUID:e1b56382-ba77-42dd-9bc3-6bf6f378eb72
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a09c7908-5733-493c-bc1a-c8fdf122cef9
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:7eca5bf0-2b09-4092-898d-b9b10286a019
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:cdd457fe-75f4-4fda-8c62-5d958c47ef96
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:b1bcafb4-ff15-40f7-beff-6ce4676e24e3
ArtifactChecksum:ODI5NDc0MWFkOTNjZTk3YzhmNmUwZjQwYzMyMWViYWI=
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:8516b0e9-a224-47bf-a2c1-d80841c90271
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:2489bdf7-8a45-4773-91fe-135e7e360331
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:2489bdf7-8a45-4773-91fe-135e7e360331
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-04T05:41:23.501Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c96b3946-f04b-4874-9a38-e884139806c6 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-01-04T05:41:23.540Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:41:23.540Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:41:23.541Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:41:23.541Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 78e96982-7241-461c-8572-30eadef9eb24 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-04T05:41:23.541Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:41:23.541Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-04T05:41:23.680Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:41:23.685Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 78e96982-7241-461c-8572-30eadef9eb24 68927
2022-01-04T05:41:23.685Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-04T05:41:23.686Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-04T05:41:23.686Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:41:23.686Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:23.688Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:23.688Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274883685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:23.788Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:23.789Z||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-01-04T05:41:23.789Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:23.803Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:23.803Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:24.689Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:41:24.690Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:41:24.691Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 78e96982-7241-461c-8572-30eadef9eb24, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:24.691Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-04T05:41:24.691Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:24.692Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:24.774Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17562363935391228273/Definitions/service-BasicCnf-template.yml
2022-01-04T05:41:25.597Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:41:25.597Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:25.598Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:25.599Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:41:25.600Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2ec08dd4-b1bf-4e2b-9f15-9dfe6b68b38e
2022-01-04T05:41:25.601Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:25.602Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:c96b3946-f04b-4874-9a38-e884139806c6
Model Version:NULL
Model InvariantUuid:37155f1f-34fb-4de4-a449-38ac7b79f18b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b0c4d69b-142e-42b4-84e6-d8d84dc5e893
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1b56382-ba77-42dd-9bc3-6bf6f378eb72
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5157fd4-8f57-496f-8be5-40e302956950
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4c9b59ba-9015-4f55-a168-c362022216eb
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1dd36668-c33f-4787-b0df-cc4eabeb16dc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2ec08dd4-b1bf-4e2b-9f15-9dfe6b68b38e
ModelInvariantUuid:d41a77ac-e18f-4fe8-a357-ba3e58b44164
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5b8452c8-d509-4554-ac35-5d7c2a3652e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:34c3e2ec-05da-4dbb-bb0f-f9c537557d09
ModelInvariantUuid:622f3a5f-c748-44a7-a47c-fff00e83238e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b17d70d3-55d0-4457-835d-ec346d9d453f
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-01-04T05:41:25.607Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: a09c7908-5733-493c-bc1a-c8fdf122cef9
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-01-04T05:41:25.609Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-01-04T05:41:25.609Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a09c7908-5733-493c-bc1a-c8fdf122cef9
2022-01-04T05:41:25.609Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7eca5bf0-2b09-4092-898d-b9b10286a019 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-04T05:41:25.609Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:41:25.609Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-04T05:41:25.654Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:41:25.654Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7eca5bf0-2b09-4092-898d-b9b10286a019 12
2022-01-04T05:41:25.655Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-01-04T05:41:25.655Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-04T05:41:25.655Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:41:25.655Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:25.657Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:25.657Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274885655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:25.757Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:25.758Z||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-01-04T05:41:25.758Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:25.773Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:25.774Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:26.657Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cdd457fe-75f4-4fda-8c62-5d958c47ef96 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-04T05:41:26.658Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:41:26.658Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-04T05:41:26.705Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:41:26.705Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cdd457fe-75f4-4fda-8c62-5d958c47ef96 2688
2022-01-04T05:41:26.706Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-01-04T05:41:26.706Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-04T05:41:26.706Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:41:26.706Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:26.708Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:26.709Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274886706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:26.809Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:26.809Z||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-01-04T05:41:26.810Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:26.823Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:26.824Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:27.711Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b1bcafb4-ff15-40f7-beff-6ce4676e24e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-04T05:41:27.712Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:41:27.712Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-04T05:41:27.760Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:41:27.760Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b1bcafb4-ff15-40f7-beff-6ce4676e24e3 828
2022-01-04T05:41:27.761Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-01-04T05:41:27.761Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-04T05:41:27.761Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:41:27.761Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:27.762Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:27.763Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274887761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:27.863Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:27.864Z||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-01-04T05:41:27.864Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:27.878Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:27.878Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:28.763Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4c9b59ba-9015-4f55-a168-c362022216eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dd36668-c33f-4787-b0df-cc4eabeb16dc",
    "vfModuleModelCustomizationUUID": "bcb59562-d598-4a60-8ec1-4b6b17f4b047",
    "isBase": true,
    "artifacts": [
      "8516b0e9-a224-47bf-a2c1-d80841c90271",
      "cdd457fe-75f4-4fda-8c62-5d958c47ef96",
      "2489bdf7-8a45-4773-91fe-135e7e360331"
    ],
    "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-01-04T05:41:28.766Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dd36668-c33f-4787-b0df-cc4eabeb16dc
VfModuleModelInvariantUUID:4c9b59ba-9015-4f55-a168-c362022216eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
8516b0e9-a224-47bf-a2c1-d80841c90271
,
cdd457fe-75f4-4fda-8c62-5d958c47ef96
,
2489bdf7-8a45-4773-91fe-135e7e360331

}
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-01-04T05:41:28.767Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4c9b59ba-9015-4f55-a168-c362022216eb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dd36668-c33f-4787-b0df-cc4eabeb16dc",
    "vfModuleModelCustomizationUUID": "bcb59562-d598-4a60-8ec1-4b6b17f4b047",
    "isBase": true,
    "artifacts": [
      "8516b0e9-a224-47bf-a2c1-d80841c90271",
      "cdd457fe-75f4-4fda-8c62-5d958c47ef96",
      "2489bdf7-8a45-4773-91fe-135e7e360331"
    ],
    "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-01-04T05:41:28.767Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dd36668-c33f-4787-b0df-cc4eabeb16dc
VfModuleModelInvariantUUID:4c9b59ba-9015-4f55-a168-c362022216eb
VfModuleModelDescription:NULL
Artifacts UUID List:{
8516b0e9-a224-47bf-a2c1-d80841c90271
,
cdd457fe-75f4-4fda-8c62-5d958c47ef96
,
2489bdf7-8a45-4773-91fe-135e7e360331

}
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-01-04T05:41:28.767Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8516b0e9-a224-47bf-a2c1-d80841c90271 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-04T05:41:28.767Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:41:28.767Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-04T05:41:28.815Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:41:28.816Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 8516b0e9-a224-47bf-a2c1-d80841c90271 1164
2022-01-04T05:41:28.816Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-01-04T05:41:28.816Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-04T05:41:28.817Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:41:28.817Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:28.819Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:28.820Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274888816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:28.920Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:28.921Z||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-01-04T05:41:28.921Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:28.935Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:28.936Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:41:29.821Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2489bdf7-8a45-4773-91fe-135e7e360331 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-04T05:41:29.822Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:41:29.822Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-04T05:41:30.002Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:41:30.003Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2489bdf7-8a45-4773-91fe-135e7e360331 200
2022-01-04T05:41:30.003Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-01-04T05:41:30.004Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-04T05:41:30.004Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:41:30.004Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:30.006Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:30.006Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274890003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:30.106Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:41:30.107Z||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-01-04T05:41:30.107Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:30.120Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:30.121Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:31.007Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c96b3946-f04b-4874-9a38-e884139806c6
2022-01-04T05:41:31.008Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a09c7908-5733-493c-bc1a-c8fdf122cef9 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=?
2022-01-04T05:41:31.023Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-01-04T05:41:31.027Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@749d285b, org.onap.sdc.toscaparser.api.parameters.Input@288ff4c6, org.onap.sdc.toscaparser.api.parameters.Input@7209c62c, org.onap.sdc.toscaparser.api.parameters.Input@4235bf29, org.onap.sdc.toscaparser.api.parameters.Input@5f7798c4]
2022-01-04T05:41:31.028Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.029Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.029Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-04T05:41:31.029Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d5157fd4-8f57-496f-8be5-40e302956950
2022-01-04T05:41:31.029Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5157fd4-8f57-496f-8be5-40e302956950 matches Tosca VF Customization UUID: d5157fd4-8f57-496f-8be5-40e302956950
2022-01-04T05:41:31.029Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d5157fd4-8f57-496f-8be5-40e302956950  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-01-04T05:41:31.031Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.031Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.031Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d5157fd4-8f57-496f-8be5-40e302956950: {\"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-01-04T05:41:31.032Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b2edcec
2022-01-04T05:41:31.032Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.032Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:41:31.032Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bcb59562-d598-4a60-8ec1-4b6b17f4b047
2022-01-04T05:41:31.032Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bcb59562-d598-4a60-8ec1-4b6b17f4b047
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-01-04T05:41:31.034Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.034Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:31.034Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:41:31.034Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.034Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:31.034Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:41:31.035Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.035Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-04T05:41:31.035Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-04T05:41:31.035Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2ec08dd4-b1bf-4e2b-9f15-9dfe6b68b38e
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-01-04T05:41:31.036Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.036Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:31.037Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:41:31.037Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.037Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-04T05:41:31.037Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d5157fd4-8f57-496f-8be5-40e302956950
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-01-04T05:41:31.038Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.038Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.038Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c96b3946-f04b-4874-9a38-e884139806c6: basic_cnf
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.039Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:41:31.040Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:41:31.040Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:41:31.094Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a09c7908-5733-493c-bc1a-c8fdf122cef9 1 ASDC deployResourceStructure
2022-01-04T05:41:31.094Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-01-04T05:41:31.095Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-01-04T05:41:31.095Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-04T05:41:31.095Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:31.097Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:31.097Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274891094,
  "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-01-04T05:41:31.198Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:31.198Z||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-01-04T05:41:31.199Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:31.210Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:31.210Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:32.098Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-01-04T05:41:32.099Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-01-04T05:41:32.099Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-04T05:41:32.100Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:32.102Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:32.103Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274892098,
  "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-01-04T05:41:32.203Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:32.204Z||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-01-04T05:41:32.204Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:32.216Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:32.217Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:33.103Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-01-04T05:41:33.104Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-04T05:41:33.105Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:41:33.105Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:33.107Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:33.107Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274893103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:33.207Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:33.208Z||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-01-04T05:41:33.208Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:33.222Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:33.223Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:41:34.108Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-01-04T05:41:34.109Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-04T05:41:34.109Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:41:34.109Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:34.111Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:34.111Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274894108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:34.212Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:41:34.212Z||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-01-04T05:41:34.213Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:34.226Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:34.227Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:35.113Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-01-04T05:41:35.113Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-04T05:41:35.113Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:41:35.114Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:35.115Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:35.116Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274895112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:35.216Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:35.217Z||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-01-04T05:41:35.217Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:35.229Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:35.229Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:36.116Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-04T05:41:36.117Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-04T05:41:36.117Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:41:36.117Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:41:36.119Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:41:36.119Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274896116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:36.219Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:41:36.220Z||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-01-04T05:41:36.221Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:36.232Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:36.233Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:41:37.119Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33661bf9-0e4f-480f-9158-56e16a1d2d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:41:37.168Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33661bf9-0e4f-480f-9158-56e16a1d2d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:41:37.170Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:41:37.170Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:41:37.170Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:41:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:41:53.917Z||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-01-04T05:41:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:41:53.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:41:53.957Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.957Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274796631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.958Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274798620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274799809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.960Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274801191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274802297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274803302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274804308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.964Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274805311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.965Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274791762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274798705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "dcae-sch",
  "timestamp": 1641274792628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274793477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274810392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274810407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274810407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274811508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274812370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274812638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274804499,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274813373,
  "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-01-04T05:41:53.978Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 33661bf9-0e4f-480f-9158-56e16a1d2d84
2022-01-04T05:41:53.978Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33661bf9-0e4f-480f-9158-56e16a1d2d84 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-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274813815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274805473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274814251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:53.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:53.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:53.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274814854,
  "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-01-04T05:41:53.993Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33661bf9-0e4f-480f-9158-56e16a1d2d84
2022-01-04T05:41:53.993Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33661bf9-0e4f-480f-9158-56e16a1d2d84 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-01-04T05:41:54.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274815254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274815321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "dcae-sch",
  "timestamp": 1641274812628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274815856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "policy-id",
  "timestamp": 1641274816257,
  "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-01-04T05:41:54.007Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 33661bf9-0e4f-480f-9158-56e16a1d2d84
2022-01-04T05:41:54.007Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33661bf9-0e4f-480f-9158-56e16a1d2d84 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-01-04T05:41:54.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "cds",
  "timestamp": 1641274816326,
  "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=?
2022-01-04T05:41:54.019Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 33661bf9-0e4f-480f-9158-56e16a1d2d84
2022-01-04T05:41:54.019Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33661bf9-0e4f-480f-9158-56e16a1d2d84 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-01-04T05:41:54.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274816717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274808097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "dcae-sch",
  "timestamp": 1641274812628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274816859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "aai-ml",
  "timestamp": 1641274817721,
  "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-01-04T05:41:54.033Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 33661bf9-0e4f-480f-9158-56e16a1d2d84
2022-01-04T05:41:54.033Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33661bf9-0e4f-480f-9158-56e16a1d2d84 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-01-04T05:41:54.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "dcae-sch",
  "timestamp": 1641274812628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.041Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.041Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274816859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "dcae-sch",
  "timestamp": 1641274812628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274816859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.042Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "dcae-sch",
  "timestamp": 1641274812628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274816859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "dcae-sch",
  "timestamp": 1641274812628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.043Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274812224,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274820473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274816859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "dcae-sch",
  "timestamp": 1641274812628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274820473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274816859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274820473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274816859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274820473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274823478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.046Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274824591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274820473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274823478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.047Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274824499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274825640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274820473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.048Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274823478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274824499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274826689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274820473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274823478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274824499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274827227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.050Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274827705,
  "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-01-04T05:41:54.061Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8aded5cc-fc73-4d67-b142-e02c77ca62b4
2022-01-04T05:41:54.062Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aded5cc-fc73-4d67-b142-e02c77ca62b4 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-01-04T05:41:54.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.069Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274823478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274824499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274828220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274828243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641274828707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274828097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.070Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274823478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274824499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.071Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "cds",
  "timestamp": 1641274829225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:41:54.076Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8aded5cc-fc73-4d67-b142-e02c77ca62b4
2022-01-04T05:41:54.077Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aded5cc-fc73-4d67-b142-e02c77ca62b4 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-01-04T05:41:54.085Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.085Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "clamp",
  "timestamp": 1641274829246,
  "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-01-04T05:41:54.090Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 33661bf9-0e4f-480f-9158-56e16a1d2d84
2022-01-04T05:41:54.090Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 33661bf9-0e4f-480f-9158-56e16a1d2d84 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-01-04T05:41:54.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274828705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274828097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274823478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274824499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274828705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274828097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274824499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274828705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274831401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274828097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274828705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274832479,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274828097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274828705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274833441,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274833483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274828097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274828705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641274834444,
  "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-01-04T05:41:54.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8aded5cc-fc73-4d67-b142-e02c77ca62b4
2022-01-04T05:41:54.107Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aded5cc-fc73-4d67-b142-e02c77ca62b4 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-01-04T05:41:54.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "policy-id",
  "timestamp": 1641274834485,
  "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-01-04T05:41:54.120Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8aded5cc-fc73-4d67-b142-e02c77ca62b4
2022-01-04T05:41:54.120Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aded5cc-fc73-4d67-b142-e02c77ca62b4 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-01-04T05:41:54.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641274828097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274828705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274836476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa99a1f0-f57d-4f79-8d53-25f7f8d20033",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274836523,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274783870,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274839912,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274841450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274842224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274843315,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:41:54.129Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:41:54.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274842224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.129Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "aai-ml",
  "timestamp": 1641274844319,
  "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-01-04T05:41:54.134Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8aded5cc-fc73-4d67-b142-e02c77ca62b4
2022-01-04T05:41:54.134Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aded5cc-fc73-4d67-b142-e02c77ca62b4 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-01-04T05:41:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274842224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274842224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274842224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.142Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274842224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:41:54.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:41:54.143Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:41:54.143Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274842224,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:41:54.143Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:07.171Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 33661bf9-0e4f-480f-9158-56e16a1d2d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:42:07.185Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 33661bf9-0e4f-480f-9158-56e16a1d2d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:42:07.187Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:42:07.187Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:42:07.187Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:07.188Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:42:07.194Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:42:37.194Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 33661bf9-0e4f-480f-9158-56e16a1d2d84 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-01-04T05:42:37.202Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 33661bf9-0e4f-480f-9158-56e16a1d2d84 and serviceModelVersionId: c96b3946-f04b-4874-9a38-e884139806c6
2022-01-04T05:42:37.203Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37155f1f-34fb-4de4-a449-38ac7b79f18b
2022-01-04T05:42:37.203Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37155f1f-34fb-4de4-a449-38ac7b79f18b/model-vers/model-ver/c96b3946-f04b-4874-9a38-e884139806c6?depth=0
2022-01-04T05:42:37.208Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:42:37.235Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37155f1f-34fb-4de4-a449-38ac7b79f18b/model-vers/model-ver/c96b3946-f04b-4874-9a38-e884139806c6?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-01-04T05:42:37.235Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37155f1f-34fb-4de4-a449-38ac7b79f18b/model-vers/model-ver/c96b3946-f04b-4874-9a38-e884139806c6?depth=0|INFO|500||Invoke
2022-01-04T05:42:37.256Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37155f1f-34fb-4de4-a449-38ac7b79f18b/model-vers/model-ver/c96b3946-f04b-4874-9a38-e884139806c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:42:37.323Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37155f1f-34fb-4de4-a449-38ac7b79f18b/model-vers/model-ver/c96b3946-f04b-4874-9a38-e884139806c6?depth=0|INFO|500||InvokeReturn
2022-01-04T05:42:37.323Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37155f1f-34fb-4de4-a449-38ac7b79f18b/model-vers/model-ver/c96b3946-f04b-4874-9a38-e884139806c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220104-05:42:37:261-65884], vertex-id=[229544], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:42:37 GMT], Content-Type=[application/json]}
2022-01-04T05:42:37.324Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:42:37.324Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:42:37.324Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:42:37.328Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:42:37.328Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 33661bf9-0e4f-480f-9158-56e16a1d2d84 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:42:37.328Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:42:37.328Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:37.330Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:37.330Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274957328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:42:37.431Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:37.431Z||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-01-04T05:42:37.432Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:37.449Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:37.450Z||pool-122-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-01-04T05:42:38.344Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-04T05:42:38.344Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8aded5cc-fc73-4d67-b142-e02c77ca62b4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"aa2df04c-d4e9-46a5-aa24-7639b2da3a89","serviceDescription":"service","serviceInvariantUUID":"89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e91c02e2-e261-4648-9870-acdbcbf1ee6e","resourceInvariantUUID":"49bcdc99-0f45-4848-ba1a-3306d9b8e4f2","resourceCustomizationUUID":"37a3b1cf-ed32-4592-9eb7-0d450bcbc045","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":"MmU4M2JlZTE2NjY0NTdiYmQ0MjY3ZTg5ZjFjZGJjZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca552a7f-bb1d-492c-bd16-c67efe625753","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":"YTU5OGU3YmVmMjM3MWY1OWU0NWM4NDZlN2Q0Mzg0YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"02aaf3b1-8b75-4286-9004-715cea3823f4","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":"4a65cf05-bafe-4c8c-9e1b-6084cb64d075","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":"8835845a-8f30-44c0-9d7a-00001230d486","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":"ddf05466-8041-4766-91d5-17067649e72d","artifactVersion":"2","generatedFromUUID":"4a65cf05-bafe-4c8c-9e1b-6084cb64d075"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTllZjNhZjJlYzkwNzJkZDUxMDU1M2FiOGI0MDhmZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d194ee65-aea0-48b0-8578-5bcc9eac0764","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTQ4YTE0NWRkYjg2YmViYjNkYmQ0YzI5NGQwODE2ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db19cb51-5d5f-4f26-87aa-c9332eac15e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:42:38.344Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:42:38.345Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:38.347Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:38.347Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:42:38.447Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:38.448Z||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-01-04T05:42:38.448Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:38.459Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:38.459Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:39.347Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:42:39.348Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:39.351Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:39.351Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:42:39.451Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:39.452Z||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-01-04T05:42:39.452Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:39.466Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:39.466Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:40.351Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:42:40.352Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:40.355Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:40.355Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:42:40.455Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:40.456Z||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-01-04T05:42:40.456Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:40.469Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:40.470Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:41.355Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:42:41.356Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:41.358Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:41.359Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:42:41.459Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:41.459Z||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-01-04T05:42:41.460Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:41.472Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:41.473Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:42.359Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:42:42.360Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:42.363Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:42.363Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-04T05:42:42.463Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:42.463Z||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-01-04T05:42:42.464Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:42.473Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:42.474Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:43.364Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:42:43.365Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:43.367Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:43.367Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:42:43.467Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:43.468Z||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-01-04T05:42:43.468Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:43.479Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:43.480Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:44.368Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:42:44.369Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:44.371Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:44.371Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:42:44.471Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:44.472Z||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-01-04T05:42:44.472Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:44.483Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:44.483Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:45.373Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "aa2df04c-d4e9-46a5-aa24-7639b2da3a89",
  "serviceDescription": "service",
  "serviceInvariantUUID": "89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "37a3b1cf-ed32-4592-9eb7-0d450bcbc045",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e91c02e2-e261-4648-9870-acdbcbf1ee6e",
      "resourceInvariantUUID": "49bcdc99-0f45-4848-ba1a-3306d9b8e4f2",
      "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": "YTU5OGU3YmVmMjM3MWY1OWU0NWM4NDZlN2Q0Mzg0YzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "02aaf3b1-8b75-4286-9004-715cea3823f4",
          "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": "4a65cf05-bafe-4c8c-9e1b-6084cb64d075",
          "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": "ddf05466-8041-4766-91d5-17067649e72d",
            "generatedFromUUID": "4a65cf05-bafe-4c8c-9e1b-6084cb64d075"
          },
          "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": "ddf05466-8041-4766-91d5-17067649e72d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTQ4YTE0NWRkYjg2YmViYjNkYmQ0YzI5NGQwODE2ODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db19cb51-5d5f-4f26-87aa-c9332eac15e5"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:42:45.373Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:42:45.373Z|33661bf9-0e4f-480f-9158-56e16a1d2d84|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aa2df04c-d4e9-46a5-aa24-7639b2da3a89 ASDC
2022-01-04T05:42:45.374Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8aded5cc-fc73-4d67-b142-e02c77ca62b4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:aa2df04c-d4e9-46a5-aa24-7639b2da3a89
ServiceInvariantUUID:89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6
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:db19cb51-5d5f-4f26-87aa-c9332eac15e5
ArtifactChecksum:YTQ4YTE0NWRkYjg2YmViYjNkYmQ0YzI5NGQwODE2ODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:37a3b1cf-ed32-4592-9eb7-0d450bcbc045
ResourceInvariantUUID:49bcdc99-0f45-4848-ba1a-3306d9b8e4f2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e91c02e2-e261-4648-9870-acdbcbf1ee6e
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:02aaf3b1-8b75-4286-9004-715cea3823f4
ArtifactChecksum:YTU5OGU3YmVmMjM3MWY1OWU0NWM4NDZlN2Q0Mzg0YzA=
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:4a65cf05-bafe-4c8c-9e1b-6084cb64d075
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:ddf05466-8041-4766-91d5-17067649e72d
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:ddf05466-8041-4766-91d5-17067649e72d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-04T05:42:45.374Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa2df04c-d4e9-46a5-aa24-7639b2da3a89 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-01-04T05:42:45.411Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:42:45.412Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:42:45.412Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:42:45.412Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db19cb51-5d5f-4f26-87aa-c9332eac15e5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-04T05:42:45.412Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:42:45.412Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-04T05:42:45.624Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:42:45.629Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar db19cb51-5d5f-4f26-87aa-c9332eac15e5 71038
2022-01-04T05:42:45.630Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-04T05:42:45.630Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-04T05:42:45.630Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:42:45.630Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:45.632Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:45.633Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274965630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:45.733Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:45.734Z||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-01-04T05:42:45.734Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:45.746Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:45.747Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:46.633Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:42:46.634Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-01-04T05:42:46.635Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: db19cb51-5d5f-4f26-87aa-c9332eac15e5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:46.635Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-04T05:42:46.636Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:46.636Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:46.802Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16103225175858588899/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-01-04T05:42:47.661Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:42:47.661Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:42:47.661Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.662Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.663Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:47.664Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-04T05:42:47.665Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0c3dee30-38df-4654-8501-b5d79d37fe7d
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:47.666Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:aa2df04c-d4e9-46a5-aa24-7639b2da3a89
Model Version:NULL
Model InvariantUuid:89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:7fa73099-c78e-4724-a3b4-3dd1c53c4425
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:49bcdc99-0f45-4848-ba1a-3306d9b8e4f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37a3b1cf-ed32-4592-9eb7-0d450bcbc045
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8492b829-a61f-413c-941d-a8a4f3a00aa8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1964efc3-abdb-44c4-a650-d4a9f7045913
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0c3dee30-38df-4654-8501-b5d79d37fe7d
ModelInvariantUuid:ffcbcab5-093d-4f06-a900-f829f7c04db3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:db533baf-ea3e-4f16-9e4e-dbae779a60a1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b02293bc-eaba-49d2-afc4-87a77b66958c
ModelInvariantUuid:c4a89f45-130b-4374-9a6e-e980c950a04d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:40f9e126-cd77-4117-b132-5dce23ce6fde
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-01-04T05:42:47.672Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e91c02e2-e261-4648-9870-acdbcbf1ee6e
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-01-04T05:42:47.674Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-01-04T05:42:47.674Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e91c02e2-e261-4648-9870-acdbcbf1ee6e
2022-01-04T05:42:47.674Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 02aaf3b1-8b75-4286-9004-715cea3823f4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-04T05:42:47.674Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:42:47.675Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-04T05:42:47.721Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:42:47.721Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 02aaf3b1-8b75-4286-9004-715cea3823f4 787
2022-01-04T05:42:47.721Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-04T05:42:47.722Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-04T05:42:47.722Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:42:47.722Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:47.724Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:47.725Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274967721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:47.825Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:47.826Z||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-01-04T05:42:47.826Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:47.838Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:47.838Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:48.725Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8492b829-a61f-413c-941d-a8a4f3a00aa8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1964efc3-abdb-44c4-a650-d4a9f7045913",
    "vfModuleModelCustomizationUUID": "902c680e-9de2-4ceb-aa0b-25df16004fac",
    "isBase": true,
    "artifacts": [
      "4a65cf05-bafe-4c8c-9e1b-6084cb64d075",
      "ddf05466-8041-4766-91d5-17067649e72d"
    ],
    "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-01-04T05:42:48.729Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1964efc3-abdb-44c4-a650-d4a9f7045913
VfModuleModelInvariantUUID:8492b829-a61f-413c-941d-a8a4f3a00aa8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a65cf05-bafe-4c8c-9e1b-6084cb64d075
,
ddf05466-8041-4766-91d5-17067649e72d

}
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-01-04T05:42:48.732Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8492b829-a61f-413c-941d-a8a4f3a00aa8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1964efc3-abdb-44c4-a650-d4a9f7045913",
    "vfModuleModelCustomizationUUID": "902c680e-9de2-4ceb-aa0b-25df16004fac",
    "isBase": true,
    "artifacts": [
      "4a65cf05-bafe-4c8c-9e1b-6084cb64d075",
      "ddf05466-8041-4766-91d5-17067649e72d"
    ],
    "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-01-04T05:42:48.732Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1964efc3-abdb-44c4-a650-d4a9f7045913
VfModuleModelInvariantUUID:8492b829-a61f-413c-941d-a8a4f3a00aa8
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a65cf05-bafe-4c8c-9e1b-6084cb64d075
,
ddf05466-8041-4766-91d5-17067649e72d

}
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-01-04T05:42:48.732Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a65cf05-bafe-4c8c-9e1b-6084cb64d075 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-04T05:42:48.732Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:42:48.733Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-04T05:42:48.772Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:42:48.772Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4a65cf05-bafe-4c8c-9e1b-6084cb64d075 5033
2022-01-04T05:42:48.772Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-04T05:42:48.772Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-04T05:42:48.772Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:42:48.772Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:48.774Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:48.774Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274968772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:48.874Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:48.875Z||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-01-04T05:42:48.875Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:48.887Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:48.888Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:49.774Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ddf05466-8041-4766-91d5-17067649e72d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-04T05:42:49.775Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-01-04T05:42:49.775Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-04T05:42:49.817Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-01-04T05:42:49.817Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ddf05466-8041-4766-91d5-17067649e72d 903
2022-01-04T05:42:49.817Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-04T05:42:49.818Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-04T05:42:49.818Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:42:49.818Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:49.820Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:49.820Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274969817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:49.920Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:49.921Z||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-01-04T05:42:49.921Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:49.936Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:49.937Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:50.821Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: aa2df04c-d4e9-46a5-aa24-7639b2da3a89
2022-01-04T05:42:50.822Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e91c02e2-e261-4648-9870-acdbcbf1ee6e 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-01-04T05:42:50.834Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44d8b61a, org.onap.sdc.toscaparser.api.parameters.Input@1afe18fa, org.onap.sdc.toscaparser.api.parameters.Input@18450050, org.onap.sdc.toscaparser.api.parameters.Input@27db52fc, org.onap.sdc.toscaparser.api.parameters.Input@2632487b]
2022-01-04T05:42:50.835Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.836Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.836Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-01-04T05:42:50.836Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 37a3b1cf-ed32-4592-9eb7-0d450bcbc045
2022-01-04T05:42:50.836Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37a3b1cf-ed32-4592-9eb7-0d450bcbc045 matches Tosca VF Customization UUID: 37a3b1cf-ed32-4592-9eb7-0d450bcbc045
2022-01-04T05:42:50.836Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 37a3b1cf-ed32-4592-9eb7-0d450bcbc045  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-01-04T05:42:50.838Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.838Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.838Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 37a3b1cf-ed32-4592-9eb7-0d450bcbc045: {\"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-01-04T05:42:50.839Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@127821f
2022-01-04T05:42:50.839Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.839Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-04T05:42:50.839Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 902c680e-9de2-4ceb-aa0b-25df16004fac
2022-01-04T05:42:50.839Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 902c680e-9de2-4ceb-aa0b-25df16004fac
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-01-04T05:42:50.840Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-04T05:42:50.841Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-04T05:42:50.842Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0c3dee30-38df-4654-8501-b5d79d37fe7d
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-01-04T05:42:50.843Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.843Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:50.843Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-04T05:42:50.843Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.843Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-04T05:42:50.843Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=37a3b1cf-ed32-4592-9eb7-0d450bcbc045
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-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid aa2df04c-d4e9-46a5-aa24-7639b2da3a89: basic_vm
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.845Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:42:50.846Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:42:50.846Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-04T05:42:50.912Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e91c02e2-e261-4648-9870-acdbcbf1ee6e 1 ASDC deployResourceStructure
2022-01-04T05:42:50.913Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-01-04T05:42:50.913Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-04T05:42:50.913Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:42:50.913Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:50.915Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:50.915Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274970913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:51.015Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:51.016Z||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-01-04T05:42:51.016Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:51.028Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:51.029Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:42:51.916Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-04T05:42:51.917Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-04T05:42:51.917Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:42:51.917Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:51.919Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:51.919Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274971916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:52.019Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:52.020Z||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-01-04T05:42:52.021Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:52.033Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:52.033Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-04T05:42:52.920Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-04T05:42:52.920Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-04T05:42:52.920Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:42:52.921Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:52.922Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:52.922Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274972920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:53.023Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:42:53.023Z||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-01-04T05:42:53.023Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:53.036Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:53.036Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:53.916Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:42:53.916Z||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-01-04T05:42:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:53.923Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-04T05:42:53.923Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-04T05:42:53.924Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:42:53.924Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:42:53.926Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:42:53.926Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274973923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:53.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:53.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274856230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:53.941Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274857246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:53.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "clamp",
  "timestamp": 1641274858250,
  "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-01-04T05:42:53.950Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8aded5cc-fc73-4d67-b142-e02c77ca62b4
2022-01-04T05:42:53.950Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8aded5cc-fc73-4d67-b142-e02c77ca62b4 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-01-04T05:42:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "02b86a84-a93e-4f92-b75a-20236511ed33",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274872818,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:42:53.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:42:53.966Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274883685,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274885655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:53.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274886706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274887761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274888816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274890003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274891094,
  "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-01-04T05:42:53.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274892098,
  "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-01-04T05:42:53.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274893103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274894108,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274895112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274896116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:42:53.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:42:54.026Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:42:54.027Z||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-01-04T05:42:54.027Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:42:54.037Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:42:54.038Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:42:54.926Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8aded5cc-fc73-4d67-b142-e02c77ca62b4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:42:54.941Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8aded5cc-fc73-4d67-b142-e02c77ca62b4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:42:54.945Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:42:54.951Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:43:24.952Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8aded5cc-fc73-4d67-b142-e02c77ca62b4 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-01-04T05:43:24.957Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8aded5cc-fc73-4d67-b142-e02c77ca62b4 and serviceModelVersionId: aa2df04c-d4e9-46a5-aa24-7639b2da3a89
2022-01-04T05:43:24.957Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6
2022-01-04T05:43:24.958Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6/model-vers/model-ver/aa2df04c-d4e9-46a5-aa24-7639b2da3a89?depth=0
2022-01-04T05:43:24.962Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:43:24.989Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6/model-vers/model-ver/aa2df04c-d4e9-46a5-aa24-7639b2da3a89?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-01-04T05:43:24.989Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6/model-vers/model-ver/aa2df04c-d4e9-46a5-aa24-7639b2da3a89?depth=0|INFO|500||Invoke
2022-01-04T05:43:25.003Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6/model-vers/model-ver/aa2df04c-d4e9-46a5-aa24-7639b2da3a89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:43:25.269Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6/model-vers/model-ver/aa2df04c-d4e9-46a5-aa24-7639b2da3a89?depth=0|INFO|500||InvokeReturn
2022-01-04T05:43:25.269Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89cba6b0-ea9a-4711-b6ec-6f9e4e0823a6/model-vers/model-ver/aa2df04c-d4e9-46a5-aa24-7639b2da3a89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220104-05:43:25:008-16083], vertex-id=[208912], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:43:25 GMT], Content-Type=[application/json]}
2022-01-04T05:43:25.269Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:43:25.270Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:43:25.270Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-04T05:43:25.273Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-01-04T05:43:25.273Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8aded5cc-fc73-4d67-b142-e02c77ca62b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:43:25.273Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:43:25.274Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:25.275Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:25.275Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275005273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:43:25.376Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:25.376Z||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-01-04T05:43:25.376Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:25.395Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:25.395Z||pool-138-thread-1|||||INFO|500||cambria reply ok (19 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-01-04T05:43:26.288Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:43:26.289Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-01-04T05:43:26.289Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:36.682Z|8aded5cc-fc73-4d67-b142-e02c77ca62b4|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:36.682Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:43:36.683Z||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-01-04T05:43:36.683Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:38.300Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:38.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-04T05:43:38.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ea847a5c-4121-43f1-8dff-1168c1a63880","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0507d4a5-e545-420c-8570-648a4b8c39aa","serviceDescription":"service","serviceInvariantUUID":"af57153e-67c4-404a-80f2-242f997da4ca","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5de55ac9-7253-4063-afa3-13a38d2dcdc4","resourceInvariantUUID":"4e285b7d-7ed2-4091-8d4c-04ce7f814e97","resourceCustomizationUUID":"2badd927-bb27-4b26-9642-227f73136e68","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":"YjE0OTU1Y2U1MzBkZDhjZmVkMThmODQ2YWQ4MzNkOGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a1a19251-35db-42c6-b499-9b9bd51f9e97","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":"392a1276-df72-4dc4-ae61-1739f705aa85","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":"8dad9de5-32bc-4b3f-b691-dce7519dbf26","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":"MThiMjNhZDc2MjU5Yzc5MjlkNjFjZGY5ZDllZjM3OWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c2f91f67-b6ae-4382-803b-d207d0db6b21","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":"7d24a8fd-1f70-4b28-85b6-737353f62aed","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":"63a857bf-0306-4cf0-a8c5-55fe46d27398","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":"5223178a-f1d0-43cd-ad32-c5ee77303cbc","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":"ZjNlZjA3OTllN2EzM2JkY2UyZTliYzEyNjlmYTVkNDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"850969f2-75c0-4043-bf3b-9277e0c7b099","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MDIyYzAzNGFmYjAwY2Y1NTQ5ZDFlODU1ZmYxOTViNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d9ddc76-fffa-4753-b824-ed621903dd21","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-04T05:43:38.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:38.303Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:38.305Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:38.306Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:38.406Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:38.406Z||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-01-04T05:43:38.407Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:38.419Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:38.420Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:39.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:39.309Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:39.311Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:39.311Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:39.411Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:39.412Z||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-01-04T05:43:39.412Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:39.423Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:39.423Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:40.312Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:40.313Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:40.315Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:40.315Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:40.415Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:40.416Z||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-01-04T05:43:40.416Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:40.430Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:40.431Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:41.316Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:41.317Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:41.318Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:41.318Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:41.419Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-04T05:43:41.419Z||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-01-04T05:43:41.419Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:41.430Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:41.430Z||pool-142-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:42.319Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:42.320Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:42.322Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:42.322Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:42.423Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:43:42.424Z||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-01-04T05:43:42.424Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:42.435Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:42.436Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:43.323Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:43.323Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:43.326Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:43.326Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:43.426Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:43.427Z||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-01-04T05:43:43.427Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:43.439Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:43.440Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:44.326Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:44.327Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:44.328Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:44.329Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:44.429Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:44.429Z||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-01-04T05:43:44.430Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:44.442Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:44.442Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:45.329Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:45.330Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:45.332Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:45.332Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:45.432Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:45.433Z||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-01-04T05:43:45.433Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:45.444Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:45.445Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:46.332Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-04T05:43:46.333Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:46.335Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:46.335Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:43:46.435Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:46.436Z||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-01-04T05:43:46.436Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:46.448Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:46.448Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:47.336Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0507d4a5-e545-420c-8570-648a4b8c39aa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "af57153e-67c4-404a-80f2-242f997da4ca",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2badd927-bb27-4b26-9642-227f73136e68",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5de55ac9-7253-4063-afa3-13a38d2dcdc4",
      "resourceInvariantUUID": "4e285b7d-7ed2-4091-8d4c-04ce7f814e97",
      "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": "MDIyYzAzNGFmYjAwY2Y1NTQ5ZDFlODU1ZmYxOTViNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d9ddc76-fffa-4753-b824-ed621903dd21"
    }
  ],
  "workloadContext": "Production"
}
2022-01-04T05:43:47.337Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-04T05:43:47.337Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0507d4a5-e545-420c-8570-648a4b8c39aa ASDC
2022-01-04T05:43:47.337Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ea847a5c-4121-43f1-8dff-1168c1a63880
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0507d4a5-e545-420c-8570-648a4b8c39aa
ServiceInvariantUUID:af57153e-67c4-404a-80f2-242f997da4ca
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:4d9ddc76-fffa-4753-b824-ed621903dd21
ArtifactChecksum:MDIyYzAzNGFmYjAwY2Y1NTQ5ZDFlODU1ZmYxOTViNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2badd927-bb27-4b26-9642-227f73136e68
ResourceInvariantUUID:4e285b7d-7ed2-4091-8d4c-04ce7f814e97
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:5de55ac9-7253-4063-afa3-13a38d2dcdc4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-04T05:43:47.337Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0507d4a5-e545-420c-8570-648a4b8c39aa 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-01-04T05:43:47.359Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:43:47.359Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-04T05:43:47.359Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-04T05:43:47.360Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4d9ddc76-fffa-4753-b824-ed621903dd21 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-04T05:43:47.360Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-04T05:43:47.360Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-04T05:43:47.609Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-04T05:43:47.614Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4d9ddc76-fffa-4753-b824-ed621903dd21 105638
2022-01-04T05:43:47.614Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-04T05:43:47.614Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-04T05:43:47.614Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-04T05:43:47.614Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:47.615Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:47.615Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275027614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:43:47.716Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-04T05:43:47.717Z||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-01-04T05:43:47.717Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:47.730Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:47.730Z||pool-148-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:48.616Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-04T05:43:48.617Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-04T05:43:48.617Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4d9ddc76-fffa-4753-b824-ed621903dd21, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-04T05:43:48.617Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-01-04T05:43:48.618Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-04T05:43:48.618Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-04T05:43:48.691Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8775688393072960658/Definitions/service-TestPnfMacro-template.yml
2022-01-04T05:43:49.231Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:43:49.232Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-04T05:43:49.233Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.234Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0507d4a5-e545-420c-8570-648a4b8c39aa
Model Version:NULL
Model InvariantUuid:af57153e-67c4-404a-80f2-242f997da4ca
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-01-04T05:43:49.240Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5de55ac9-7253-4063-afa3-13a38d2dcdc4
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-01-04T05:43:49.241Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-01-04T05:43:49.241Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5de55ac9-7253-4063-afa3-13a38d2dcdc4
2022-01-04T05:43:49.241Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0507d4a5-e545-420c-8570-648a4b8c39aa
2022-01-04T05:43:49.242Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0507d4a5-e545-420c-8570-648a4b8c39aa
2022-01-04T05:43:49.242Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5de55ac9-7253-4063-afa3-13a38d2dcdc4 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-01-04T05:43:49.244Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@552bdbe8, org.onap.sdc.toscaparser.api.parameters.Input@b6b1e13, org.onap.sdc.toscaparser.api.parameters.Input@115ae644, org.onap.sdc.toscaparser.api.parameters.Input@c8b1957, org.onap.sdc.toscaparser.api.parameters.Input@7f467b5]
2022-01-04T05:43:49.245Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.245Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.245Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0507d4a5-e545-420c-8570-648a4b8c39aa: test-pnf
2022-01-04T05:43:49.245Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||Processing PNF resource: 5de55ac9-7253-4063-afa3-13a38d2dcdc4
2022-01-04T05:43:49.245Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-04T05:43:49.245Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-04T05:43:49.245Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2badd927-bb27-4b26-9642-227f73136e68 is the same as notified resource customizationUUID: 2badd927-bb27-4b26-9642-227f73136e68
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-01-04T05:43:49.267Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5de55ac9-7253-4063-afa3-13a38d2dcdc4 0 ASDC deployResourceStructure
2022-01-04T05:43:49.267Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-04T05:43:49.267Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-04T05:43:49.267Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-04T05:43:49.268Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:43:49.269Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:43:49.270Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275029267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:43:49.370Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:43:49.371Z||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-01-04T05:43:49.371Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:49.385Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:49.385Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-04T05:43:50.270Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:43:50.282Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:43:50.284Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:43:50.284Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:43:50.284Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:43:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:43:53.916Z||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-01-04T05:43:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:43:53.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:43:53.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "33661bf9-0e4f-480f-9158-56e16a1d2d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274957328,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:43:53.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:43:53.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274873834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274965630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274967721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274968772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274969817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274970913,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274971916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274972920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-04T05:43:53.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:44:20.285Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:44:20.295Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:44:20.297Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:44:20.298Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:44:20.298Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:44:50.298Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:44:50.309Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:44:50.311Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:44:50.311Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:44:50.311Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:44:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:44:53.916Z||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-01-04T05:44:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:44:53.942Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:44:53.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:44:53.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641274973923,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:44:53.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:45:20.312Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:45:20.322Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:45:20.324Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:45:20.324Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:45:20.325Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:45:50.325Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:45:50.336Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:45:50.339Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:45:50.339Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:45:50.339Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:45:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:45:53.917Z||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-01-04T05:45:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:45:53.947Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:45:53.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8aded5cc-fc73-4d67-b142-e02c77ca62b4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275005273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:45:53.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:45:53.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275015473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "dcae-sch",
  "timestamp": 1641275012628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275016682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275008705,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1641275011762,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275027614,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275027619,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275027620,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:45:53.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "cds",
  "timestamp": 1641275028910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-04T05:45:53.972Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ea847a5c-4121-43f1-8dff-1168c1a63880
2022-01-04T05:45:53.972Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea847a5c-4121-43f1-8dff-1168c1a63880 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-01-04T05:45:53.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275029267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275022224,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275031687,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "aai-ml",
  "timestamp": 1641275032691,
  "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-01-04T05:45:53.990Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ea847a5c-4121-43f1-8dff-1168c1a63880
2022-01-04T05:45:53.990Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea847a5c-4121-43f1-8dff-1168c1a63880 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-01-04T05:45:53.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275024499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:45:53.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:45:53.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:45:53.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:45:53.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:20.339Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:46:20.350Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:46:20.353Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:46:20.353Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:46:20.353Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:46:20.353Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:46:50.353Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:46:50.364Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:46:50.366Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:46:50.367Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:46:50.367Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-04T05:46:50.367Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-04T05:46:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:46:53.916Z||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-01-04T05:46:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:46:54.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:46:54.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275034282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:46:54.448Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275035286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "policy-id",
  "timestamp": 1641275036288,
  "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-01-04T05:46:54.457Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ea847a5c-4121-43f1-8dff-1168c1a63880
2022-01-04T05:46:54.457Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea847a5c-4121-43f1-8dff-1168c1a63880 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-01-04T05:46:54.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275028097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.466Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275037847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.467Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275038870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-04T05:46:54.468Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1641275039872,
  "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-01-04T05:46:54.473Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ea847a5c-4121-43f1-8dff-1168c1a63880
2022-01-04T05:46:54.473Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea847a5c-4121-43f1-8dff-1168c1a63880 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-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275033477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275042254,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275043375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275044259,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275045085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "clamp",
  "timestamp": 1641275045263,
  "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-01-04T05:46:54.488Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ea847a5c-4121-43f1-8dff-1168c1a63880
2022-01-04T05:46:54.488Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea847a5c-4121-43f1-8dff-1168c1a63880 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-01-04T05:46:54.496Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:46:54.497Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1641275046088,
  "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-01-04T05:46:54.501Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ea847a5c-4121-43f1-8dff-1168c1a63880
2022-01-04T05:46:54.502Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId ea847a5c-4121-43f1-8dff-1168c1a63880 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-01-04T05:47:20.367Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-04T05:47:21.132Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:47:21.135Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:47:21.136Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:47:21.136Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-04T05:47:21.136Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:47:21.141Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-04T05:47:51.141Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ea847a5c-4121-43f1-8dff-1168c1a63880 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-01-04T05:47:51.147Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ea847a5c-4121-43f1-8dff-1168c1a63880 and serviceModelVersionId: 0507d4a5-e545-420c-8570-648a4b8c39aa
2022-01-04T05:47:51.148Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af57153e-67c4-404a-80f2-242f997da4ca
2022-01-04T05:47:51.149Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af57153e-67c4-404a-80f2-242f997da4ca/model-vers/model-ver/0507d4a5-e545-420c-8570-648a4b8c39aa?depth=0
2022-01-04T05:47:51.156Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-04T05:47:51.179Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af57153e-67c4-404a-80f2-242f997da4ca/model-vers/model-ver/0507d4a5-e545-420c-8570-648a4b8c39aa?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-01-04T05:47:51.180Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af57153e-67c4-404a-80f2-242f997da4ca/model-vers/model-ver/0507d4a5-e545-420c-8570-648a4b8c39aa?depth=0|INFO|500||Invoke
2022-01-04T05:47:51.200Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af57153e-67c4-404a-80f2-242f997da4ca/model-vers/model-ver/0507d4a5-e545-420c-8570-648a4b8c39aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-01-04T05:47:51.468Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af57153e-67c4-404a-80f2-242f997da4ca/model-vers/model-ver/0507d4a5-e545-420c-8570-648a4b8c39aa?depth=0|INFO|500||InvokeReturn
2022-01-04T05:47:51.469Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af57153e-67c4-404a-80f2-242f997da4ca/model-vers/model-ver/0507d4a5-e545-420c-8570-648a4b8c39aa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220104-05:47:51:205-79058], vertex-id=[188472], Content-Length=[0], Date=[Tue, 04 Jan 2022 05:47:51 GMT], Content-Type=[application/json]}
2022-01-04T05:47:51.469Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-01-04T05:47:51.469Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-01-04T05:47:51.469Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:47:51.473Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||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-01-04T05:47:51.474Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ea847a5c-4121-43f1-8dff-1168c1a63880 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-01-04T05:47:51.474Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-01-04T05:47:51.474Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-04T05:47:51.476Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-04T05:47:51.476Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275271474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:47:51.577Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-04T05:47:51.577Z||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-01-04T05:47:51.577Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 5bWHEhGYHS91xj0L) ...
2022-01-04T05:47:51.593Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:47:51.594Z||pool-150-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-01-04T05:47:52.492Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:47:52.493Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:47:52.493Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:47:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:47:53.916Z||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-01-04T05:47:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:47:54.545Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:47:54.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-01-04T05:47:54.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ea847a5c-4121-43f1-8dff-1168c1a63880",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1641275271474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-01-04T05:47:54.546Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-04T05:48:02.935Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:48:02.936Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:48:02.936Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:48:02.936Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:48:12.480Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:48:12.480Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:48:12.481Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:48:12.481Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:48:22.021Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:48:22.021Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:48:22.021Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:48:22.022Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:48:31.562Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:48:31.563Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:48:31.563Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:48:31.564Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:48:41.108Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:48:41.109Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:48:41.109Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:48:41.109Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:48:50.655Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:48:50.655Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:48:50.656Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:48:50.656Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:48:53.916Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:48:53.917Z||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-01-04T05:48:53.917Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:49:00.204Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:49:00.204Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:49:00.205Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:49:00.205Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:49:03.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:49:09.742Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:49:09.743Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:49:09.743Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:49:09.743Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:49:19.295Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:49:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:49:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:49:53.916Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:49:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:49:53.916Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:49:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:50:03.471Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:50:03.472Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:50:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:50:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:50:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:50:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:50:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:50:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:51:03.456Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:51:03.462Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:51:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:51:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:51:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:51:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:51:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:51:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:52:03.465Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:52:03.467Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:52:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:52:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:52:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:52:53.916Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:52:53.916Z||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-01-04T05:52:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:53:03.459Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:53:03.463Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:53:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:53:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:53:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:53:53.916Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:53:53.916Z||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-01-04T05:53:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:54:03.465Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:54:03.466Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:54:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:54:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:54:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:54:53.916Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:54:53.916Z||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-01-04T05:54:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:55:03.460Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:55:03.460Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:55:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:55:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:55:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:55:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:55:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:55:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:56:03.458Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:56:03.467Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:56:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:56:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:56:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:56:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:56:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:56:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:57:03.481Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:57:03.482Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:57:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:57:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:57:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:57:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:57:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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-01-04T05:57:53.916Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:58:03.464Z|6eabc925-2f6d-4dc5-909d-2dacba3c73f4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:58:03.472Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:58:53.914Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:58:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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-01-04T05:58:53.915Z|ea847a5c-4121-43f1-8dff-1168c1a63880|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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:58:53.916Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-04T05:58:53.916Z||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-01-04T05:58:53.916Z||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 5bWHEhGYHS91xj0L) ...
2022-01-04T05:59:03.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-04T05:59:03.466Z|ea847a5c-4121-43f1-8dff-1168c1a63880|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK