Results

By type

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

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

2022-04-10T05:33:56.803Z||main|||||INFO|500||The following profiles are active: basic
2022-04-10T05:34:11.822Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-10T05:34:11.823Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-10T05:34:12.052Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-10T05:34:19.214Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-10T05:34:20.098Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-10T05:34:21.042Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-10T05:34:21.059Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-10T05:34:21.240Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-10T05:34:21.617Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-10T05:34:22.793Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-10T05:34:26.493Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T05:34:31.014Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T05:34:31.137Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-10T05:34:32.232Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-10T05:34:32.710Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-10T05:34:34.727Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-10T05:34:36.458Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-10T05:34:36.516Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$51610b81.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-10T05:34:36.522Z||main|||||WARN|500||The sdc end point is not alive
2022-04-10T05:34:41.772Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-10T05:34:46.147Z||main|||||WARN|500||---
2022-04-10T05:34:46.148Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-10T05:34:46.148Z||main|||||WARN|500||---
2022-04-10T05:34:46.794Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-10T05:34:54.645Z||main|||||INFO|500||Started Application in 61.811 seconds (JVM running for 64.846)
2022-04-10T05:34:54.676Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-10T05:34:54.679Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-10T05:34:54.703Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-10T05:34:54.752Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-10T05:34:54.816Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 23e4e7de-c743-4d93-9b33-5461f90756ff url= /sdc/v1/artifactTypes
2022-04-10T05:34:54.816Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-10T05:34:55.276Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-10T05:34:55.343Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-10T05:34:55.421Z||scheduling-1|||||DEBUG|500||create keys
2022-04-10T05:34:55.431Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-10T05:34:55.480Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:34:55.501Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2f77d420-0332-4acb-81ad-33c9a6e6cef7 url= /sdc/v1/registerForDistribution
2022-04-10T05:34:55.857Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2f77d420-0332-4acb-81ad-33c9a6e6cef7 url= /sdc/v1/registerForDistribution
2022-04-10T05:34:55.857Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-10T05:34:55.876Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:34:55.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:34:55.893Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-10T05:34:55.910Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:34:55.909Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:34:55.914Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:34:55.914Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:35:06.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:35:06.167Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:35:55.872Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:35:55.873Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:35:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:35:55.874Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:35:55.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:35:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:36:05.424Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:36:05.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:36:55.872Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:36:55.873Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:36:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:36:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:36:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:36:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:37:05.438Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:37:05.437Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:37:55.871Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:37:55.873Z||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-04-10T05:37:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:37:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:37:55.874Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:37:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:38:05.437Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:38:05.445Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:38:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:38:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:38:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:38:55.874Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:38:55.879Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:38:55.879Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:39:05.422Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:39:05.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:39:55.872Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:39:55.874Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:39:55.875Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:39:55.875Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:39:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:39:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:40:05.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:40:05.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:40:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:40:55.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:40:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:40:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:40:55.875Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:40:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:41:05.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:41:05.449Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:41:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:41:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:41:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:41:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:41:55.874Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:41:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:42:05.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:42:05.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:42:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:42:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:42:55.875Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:42:55.875Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:42:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:42:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:43:05.418Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:43:05.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:43:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:43:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:43:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:43:55.873Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:43:55.874Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:43:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:44:05.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:44:05.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:44:16.497Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-10T05:44:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:44:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:44:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:44:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:44:55.874Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:44:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:45:05.436Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:45:05.436Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:45:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:45:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:45:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:45:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:45:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:45:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:46:05.423Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:46:05.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:46:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:46:55.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:46:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:46:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:46:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:46:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:47:05.425Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:47:05.431Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:47:55.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:47:55.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:47:55.883Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:47:55.883Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:47:55.884Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:47:55.884Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:48:05.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:48:05.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:48:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:48:55.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:48:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:48:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:48:55.874Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:48:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:49:05.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:49:05.422Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:49:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:49:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:49:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:49:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:49:55.874Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:49:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:50:05.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:50:05.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:50:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:50:55.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:50:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:50:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:50:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:50:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:51:05.437Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:51:05.437Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:51:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:51:55.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:51:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:51:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:51:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:51:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:52:05.419Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:52:05.419Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:52:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:52:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:52:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:52:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:52:55.875Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:52:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:53:05.418Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:53:05.420Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:53:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:53:55.873Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:53:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:53:55.873Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:53:55.874Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:53:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:54:05.426Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:54:05.426Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:54:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:54:55.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:54:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T05:54:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:54:55.876Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:54:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:55:05.428Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:55:05.428Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:55:55.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:55:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:55:55.874Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:55:55.874Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T05:55:55.874Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:55:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:56:05.438Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:56:05.438Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:56:55.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:56:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:56:55.875Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:56:55.875Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T05:56:55.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:56:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:57:05.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:57:05.433Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:57:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:57:55.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:57:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T05:57:55.874Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:57:55.875Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:57:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:58:05.419Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:58:05.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:58:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:58:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:58:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T05:58:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:58:55.875Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:58:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T05:59:05.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:59:05.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T05:59:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:59:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:59:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T05:59:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T05:59:55.875Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T05:59:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:00:05.412Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:00:05.439Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:00:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:00:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:00:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:00:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:00:55.874Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:00:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:01:05.430Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:01:05.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:01:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:01:55.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:01:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:01:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:01:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:01:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:02:05.430Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:02:05.430Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:02:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:02:55.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:02:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:02:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:02:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:02:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:03:05.432Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:03:05.432Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:03:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:03:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:03:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:03:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:03:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:03:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:04:05.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:04:05.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:04:55.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:04:55.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:04:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:04:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:04:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:04:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:05:05.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:05:05.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:05:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:05:55.874Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:05:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:05:55.874Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:05:55.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:05:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:06:05.412Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:06:05.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:06:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:06:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:06:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:06:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:06:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:06:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:07:05.408Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:07:05.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:07:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:07:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:07:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:07:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:07:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:07:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:08:05.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:08:05.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:08:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:08:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:08:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:08:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:08:55.874Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:08:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:09:05.407Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:09:05.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:09:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:09:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:09:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:09:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:09:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:09:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:10:05.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:10:05.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:10:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:10:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:10:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:10:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:10:55.874Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:10:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:11:05.416Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:11:05.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:11:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:11:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:11:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:11:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:11:55.874Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:11:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:12:05.412Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:12:05.412Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:12:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:12:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:12:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:12:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:12:55.874Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:12:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:13:05.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:13:05.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:13:55.871Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:13:55.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:13:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:13:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:13:55.876Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:13:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:14:05.415Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:14:05.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:14:55.872Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:14:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:14:55.875Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:14:55.875Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:14:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:14:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:15:05.420Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:15:05.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:15:55.871Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:15:55.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:15:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:15:55.873Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:15:55.874Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:15:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:15:58.211Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:16:05.434Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:16:05.434Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:16:55.871Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:16:55.872Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:16:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:16:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:16:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:16:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:17:05.409Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:17:05.409Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:17:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:17:55.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:17:55.873Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:17:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:17:55.875Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:17:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:18:05.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:18:05.414Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:18:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:18:55.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:18:55.873Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:18:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:18:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:18:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:19:05.412Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:19:05.413Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:19:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:19:55.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:19:55.872Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:19:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:19:55.875Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:19:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:20:05.414Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:20:05.415Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:20:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:20:55.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:20:55.872Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:20:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:20:55.875Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:20:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:21:05.414Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:21:05.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:21:55.871Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:21:55.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:21:55.873Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:21:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:21:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:21:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:22:05.413Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:22:05.421Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:22:55.872Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:22:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:22:55.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:22:55.875Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:22:55.875Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:22:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:23:05.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:23:05.433Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:23:55.871Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:23:55.873Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:23:55.873Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:23:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:23:55.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:23:55.876Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:05.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:05.427Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:55.871Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:24:55.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:24:55.873Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:24:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:24:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:56.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:56.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:56.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"29fe3f5e-54ae-41fe-8b69-97fdb715d0ed","serviceName":"vFW 2022-04-10 06-21-07","serviceVersion":"1.0","serviceUUID":"47d65b9f-c636-4c04-800a-06c5a08987a7","serviceDescription":"catalog service description","serviceInvariantUUID":"1200201f-f55e-42f5-bd37-9ddbb9fd5f4c","resources":[{"resourceInstanceName":"vFW bd0d5b3d-f4d0 0","resourceName":"vFW bd0d5b3d-f4d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5bbd7b6f-78e2-493c-a9df-b47e40fb03ce","resourceInvariantUUID":"2d82056e-4bf7-43ca-a28a-38a656259d94","resourceCustomizationUUID":"b0564e6e-c0cc-4774-b20e-3fae3303c1b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml","artifactChecksum":"NGVjYTA2ODNmMGIxNmU4MzhjNGU1NmQ4OTM4ZGNhNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9288febe-1594-48dd-b751-809ca1c65eac","artifactVersion":"1"},{"artifactName":"vfwbd0d5b3df4d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json","artifactChecksum":"YjA3ZTlkYTczNzA0MGJhYTk1MzRhOTBjZjJkMjQyY2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f7945c8e-d4ed-4fdf-9421-1c81979fb77e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7de4edb3-96f0-42ed-a162-e653af8cc95e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml","artifactChecksum":"N2EzMmZlN2QyYmYzM2UwZTFkZmZmZDZhZDA4ZTRjZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0a58d93b-0a7e-47d9-8740-f935c24ae58e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4172215b-e64b-4f3c-9d33-3b76ae1d9779","artifactVersion":"2","generatedFromUUID":"7de4edb3-96f0-42ed-a162-e653af8cc95e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220410062107-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml","artifactChecksum":"ZmI1MDJmZjczYWYwYzFmMzNmOGJmODA2YjY0YThjNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"442562d2-812b-45bb-8403-1b9c8385fd50","artifactVersion":"1"},{"artifactName":"service-Vfw20220410062107-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar","artifactChecksum":"MzRhYmI2ZDc2MGU5NWIyZDVlNGI0Y2Q5Zjc3NmJlYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"345adeb8-da13-4a9d-a4b6-cd89d8308ead","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:24:56.508Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571852331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.515Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:56.522Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:56.534Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:56.535Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571845389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571845037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571845252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571853829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.537Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571852331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571845252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571845389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571845037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571853829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571852331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571845252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571845389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571845037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571853829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.543Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571852331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571845252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.544Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571845389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571845037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571853829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571852331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.547Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571845389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571845252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.548Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571845037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571853829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.549Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571852331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571845252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571845389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.550Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571845037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.551Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571853829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571852331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571845252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571845389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571845037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.555Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571853829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.556Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571862227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571862241,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571862705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571864085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571864705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571865424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571865252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.563Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "cds",
  "timestamp": 1649571865740,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:56.635Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-10T06:24:56.643Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:24:56.644Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:56.658Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:56.660Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:56.790Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.821Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:56.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.849Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571866492,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:56.867Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.867Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:56.877Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.877Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571865252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.877Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571866661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.878Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571867497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571865252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571867673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:56.879Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571865252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571869399,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.880Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.881Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "policy-id",
  "timestamp": 1649571868679,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:56.890Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.890Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-10T06:24:56.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571865252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571870408,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:56.911Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.911Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:56.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571865252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649571865252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571856463,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.926Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.927Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571875084,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571858564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "cds",
  "timestamp": 1649571876110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:56.944Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:56.945Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:56.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.954Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571876495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571877050,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.957Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571878057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:56.958Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571872330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571878511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:56.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "policy-id",
  "timestamp": 1649571879061,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:56.968Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:56.968Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:56.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:56.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "clamp",
  "timestamp": 1649571879517,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:56.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:56.989Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:57.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571880152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.002Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571875038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:57.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571881996,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571883213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571883435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571884455,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:57.013Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:57.014Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-10T06:24:57.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571884603,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:57.025Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.025Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571883830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649571885459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571885924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "aai-ml",
  "timestamp": 1649571885609,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:57.036Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
2022-04-10T06:24:57.036Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:57.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571883830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:24:57.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649571886930,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:24:57.055Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:24:57.055Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:24:57.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571883830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571886612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571883830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571886612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571883830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571886612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571883830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571886612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571883830,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571886612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571886612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571886612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:24:57.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:24:57.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:24:57.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571894466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:24:57.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:24:57.543Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:57.544Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:57.547Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:57.547Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:24:57.647Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:24:57.648Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:24:57.648Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:57.661Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:57.662Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:24:58.548Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:58.549Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:58.551Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:58.551Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:24:58.652Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:24:58.653Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:24:58.653Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:58.666Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:58.667Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:24:59.553Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:24:59.553Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:24:59.576Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:24:59.577Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:24:59.658Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-04-10T06:24:59.659Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:24:59.659Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:24:59.669Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:24:59.670Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:00.577Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:00.579Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:00.581Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:00.581Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T06:25:00.682Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:00.683Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:00.683Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:00.695Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:00.697Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:01.582Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:01.583Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:01.585Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:01.585Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:25:01.685Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:01.687Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:01.688Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:01.699Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:01.701Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:02.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:02.587Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:02.591Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:02.591Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:25:02.690Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-10T06:25:02.692Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:02.692Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:02.709Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:02.710Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:25:03.596Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "serviceName": "vFW 2022-04-10 06-21-07",
  "serviceVersion": "1.0",
  "serviceUUID": "47d65b9f-c636-4c04-800a-06c5a08987a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1200201f-f55e-42f5-bd37-9ddbb9fd5f4c",
  "resources": [
    {
      "resourceInstanceName": "vFW bd0d5b3d-f4d0 0",
      "resourceCustomizationUUID": "b0564e6e-c0cc-4774-b20e-3fae3303c1b6",
      "resourceName": "vFW bd0d5b3d-f4d0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5bbd7b6f-78e2-493c-a9df-b47e40fb03ce",
      "resourceInvariantUUID": "2d82056e-4bf7-43ca-a28a-38a656259d94",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbd0d5b3df4d00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
          "artifactChecksum": "YjA3ZTlkYTczNzA0MGJhYTk1MzRhOTBjZjJkMjQyY2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f7945c8e-d4ed-4fdf-9421-1c81979fb77e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7de4edb3-96f0-42ed-a162-e653af8cc95e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4172215b-e64b-4f3c-9d33-3b76ae1d9779",
            "generatedFromUUID": "7de4edb3-96f0-42ed-a162-e653af8cc95e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4172215b-e64b-4f3c-9d33-3b76ae1d9779",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220410062107-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
      "artifactChecksum": "MzRhYmI2ZDc2MGU5NWIyZDVlNGI0Y2Q5Zjc3NmJlYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "345adeb8-da13-4a9d-a4b6-cd89d8308ead"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:25:03.604Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:25:03.604Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 47d65b9f-c636-4c04-800a-06c5a08987a7 ASDC
2022-04-10T06:25:03.753Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:29fe3f5e-54ae-41fe-8b69-97fdb715d0ed
ServiceName:vFW 2022-04-10 06-21-07
ServiceVersion:1.0
ServiceUUID:47d65b9f-c636-4c04-800a-06c5a08987a7
ServiceInvariantUUID:1200201f-f55e-42f5-bd37-9ddbb9fd5f4c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220410062107-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
ArtifactUUID:345adeb8-da13-4a9d-a4b6-cd89d8308ead
ArtifactChecksum:MzRhYmI2ZDc2MGU5NWIyZDVlNGI0Y2Q5Zjc3NmJlYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW bd0d5b3d-f4d0 0
ResourceCustomizationUUID:b0564e6e-c0cc-4774-b20e-3fae3303c1b6
ResourceInvariantUUID:2d82056e-4bf7-43ca-a28a-38a656259d94
ResourceName:vFW bd0d5b3d-f4d0
ResourceType:VF
ResourceUUID:5bbd7b6f-78e2-493c-a9df-b47e40fb03ce
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbd0d5b3df4d00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json
ArtifactUUID:f7945c8e-d4ed-4fdf-9421-1c81979fb77e
ArtifactChecksum:YjA3ZTlkYTczNzA0MGJhYTk1MzRhOTBjZjJkMjQyY2E=
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/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml
ArtifactUUID:7de4edb3-96f0-42ed-a162-e653af8cc95e
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/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env
ArtifactUUID:4172215b-e64b-4f3c-9d33-3b76ae1d9779
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/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env
ArtifactUUID:4172215b-e64b-4f3c-9d33-3b76ae1d9779
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T06:25:03.754Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 47d65b9f-c636-4c04-800a-06c5a08987a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:25:03.811Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:03.812Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:03.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:03.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 345adeb8-da13-4a9d-a4b6-cd89d8308ead from URL: /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:03.815Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:03.816Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:04.402Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:04.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar 345adeb8-da13-4a9d-a4b6-cd89d8308ead 98926
2022-04-10T06:25:04.425Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar ASDC sendASDCNotification
2022-04-10T06:25:04.426Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:04.427Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:04.427Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:04.429Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:04.429Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571904424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:25:04.530Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:04.531Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:04.532Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:04.544Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:04.545Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:05.430Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:05.432Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:05.433Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 345adeb8-da13-4a9d-a4b6-cd89d8308ead, URL: /sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar to file: /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:05.434Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220410062107-csar.csar
2022-04-10T06:25:05.555Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:05.555Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:06.347Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10153611699456037144/Definitions/service-Vfw20220410062107-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-04-10T06:25:10.414Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:25:10.420Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:10.421Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.421Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.422Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW bd0d5b3d-f4d0 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-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.423Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062107-csar.csar
2022-04-10T06:25:10.424Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:10.433Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.435Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.441Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.441Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:10.443Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:10.445Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.445Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.446Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.446Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:10.446Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:10.447Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.447Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.451Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.451Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.451Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.452Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.453Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:25:10.453Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.453Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:25:10.454Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.455Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:25:10.455Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.455Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:25:10.456Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.456Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:25:10.458Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.458Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.458Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:10.459Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.459Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.459Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:10.460Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.460Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is matching search criteria
2022-04-10T06:25:10.460Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW bd0d5b3d-f4d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.461Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:25:10.462Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.463Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:25:10.464Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.464Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d0044be6-f072-4e24-847d-fa52921feb87
2022-04-10T06:25:10.464Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.465Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.465Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.465Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.466Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:25:10.467Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.468Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:25:10.468Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.468Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a4c0dca2-1d8f-4af7-b455-71d2b9d00e87
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vFW bd0d5b3d-f4d0 0 is not matching search criteria
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:25:10.469Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.470Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:25:10.471Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:25:10.472Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:25:10.472Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T06:25:10.472Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1bdbcf9d-03f5-4cd0-aea0-f13d433934f7
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.473Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:10.474Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-21-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:10.475Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-10 06-21-07
Description:catalog service description
Model UUID:47d65b9f-c636-4c04-800a-06c5a08987a7
Model Version:NULL
Model InvariantUuid:1200201f-f55e-42f5-bd37-9ddbb9fd5f4c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW bd0d5b3d-f4d0
Model UUID:a17b63f4-dbed-4d2d-8263-886ef98da659
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2d82056e-4bf7-43ca-a28a-38a656259d94
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b0564e6e-c0cc-4774-b20e-3fae3303c1b6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:196a47ec-fc58-4e14-be5a-0d9b29878c88
ModelName:VfwBd0d5b3dF4d0..base_vfw..module-0
ModelUuid:08c0e544-9e4d-4fff-a3d1-843a836b1bb5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d0044be6-f072-4e24-847d-fa52921feb87
ModelInvariantUuid:a24a61ae-e9e8-484c-bc60-3860c47a84aa
ModelName:vFW bd0d5b3d-f4d0-nodes.vfwCvfc
ModelUuid:0563c839-1b51-428f-96a3-a47e0be85659
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0113be57-1c0a-4550-934e-01a1f29f2d99
ModelInvariantUuid:8155c27b-f7c3-4619-a149-b0007dff26f2
ModelName:VfwBd0d5b3dF4d0.compute.nodes.heat.vfw
ModelUuid:8ba5b34d-308e-4223-9318-025beff8f91f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a4c0dca2-1d8f-4af7-b455-71d2b9d00e87
ModelInvariantUuid:8d291132-58f9-4057-a944-4247351547cf
ModelName:vFW bd0d5b3d-f4d0-nodes.vsnCvfc
ModelUuid:d4b47e22-3a14-45bb-82a8-a5f42f0d1d62
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2e2046ce-4fe9-4afc-807b-022cdd5bb7d0
ModelInvariantUuid:6eaaf0ae-403a-4f11-9a77-849a5f9fb020
ModelName:VfwBd0d5b3dF4d0.compute.nodes.heat.vsn
ModelUuid:53c671d6-8072-43ae-87dd-2c20f0caf63a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1bdbcf9d-03f5-4cd0-aea0-f13d433934f7
ModelInvariantUuid:1f8e0d36-1e4f-4767-9b22-39a7bb2e22f8
ModelName:vFW bd0d5b3d-f4d0-nodes.vpgCvfc
ModelUuid:41f71407-a2d7-4ffc-b137-94d08d01b312
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1420dc20-b343-406d-99a0-01d9b337c400
ModelInvariantUuid:44d11b0e-e271-4c74-9c6f-ad83ebdc8b3a
ModelName:VfwBd0d5b3dF4d0.compute.nodes.heat.vpg
ModelUuid:f9267b63-d59b-4690-afcf-b1d945b02835
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:25:10.484Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@9fc422e marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1847) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 76 common frames omitted
2022-04-10T06:25:10.492Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-10T06:25:10.493Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||ERROR|500||(conn=1847) WSREP has not yet prepared node for application use
2022-04-10T06:25:10.495Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1847) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 76 common frames omitted
2022-04-10T06:25:10.499Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1847) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 76 common frames omitted
2022-04-10T06:25:10.516Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy141.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 33 common frames omitted
2022-04-10T06:25:10.518Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:25:10.637Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and serviceModelVersionId: 47d65b9f-c636-4c04-800a-06c5a08987a7
2022-04-10T06:25:10.638Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1200201f-f55e-42f5-bd37-9ddbb9fd5f4c
2022-04-10T06:25:27.302Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0
2022-04-10T06:25:27.426Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:25:28.103Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|INFO|500||Invoke
2022-04-10T06:25:28.112Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29fe3f5e-54ae-41fe-8b69-97fdb715d0ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e719f81e-90cb-4006-9b1e-4b39032b64d0], X-ECOMP-RequestID=[29fe3f5e-54ae-41fe-8b69-97fdb715d0ed], X-TransactionId=[], X-ONAP-RequestID=[29fe3f5e-54ae-41fe-8b69-97fdb715d0ed], Content-Type=[application/merge-patch+json]}
2022-04-10T06:25:28.248Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-10T06:25:28.800Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?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/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:25:28:260-10524], vertex-id=[176200], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:25:28 GMT], Content-Type=[application/json]}
2022-04-10T06:25:28.802Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:25:28.803Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1200201f-f55e-42f5-bd37-9ddbb9fd5f4c/model-vers/model-ver/47d65b9f-c636-4c04-800a-06c5a08987a7?depth=0|INFO|500||InvokeReturn
2022-04-10T06:25:28.807Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:25:28.807Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-04-10T06:25:28.808Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29fe3f5e-54ae-41fe-8b69-97fdb715d0ed and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-10T06:25:28.810Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-10T06:25:28.810Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:28.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:28.814Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571928809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-10T06:25:28.914Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:28.915Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:28.915Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:28.932Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:28.933Z||pool-11-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-04-10T06:25:29.829Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:25:29.829Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8b7bf02-d3e1-4c50-8589-692878089bbb","serviceName":"basic_onboard_CqVDvp","serviceVersion":"1.0","serviceUUID":"4b2d042a-82a5-4e7c-902d-752cb7605c91","serviceDescription":"service","serviceInvariantUUID":"f0c72813-b1a0-4423-9e73-d82ec15ce834","resources":[{"resourceInstanceName":"basic_onboard_CqVDvp 0","resourceName":"basic_onboard_CqVDvp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b62b3d56-9041-4371-9f5b-8ca624ab6f7c","resourceInvariantUUID":"8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65","resourceCustomizationUUID":"70a5de36-3b32-4065-b9ce-184004525062","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml","artifactChecksum":"NmQ3Yjk3ZDkzYTNlZWFiZDkwYjJiNDRmMGU3Mzk0ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8d058e5-08c2-43ad-bfa6-4a62d4fe649f","artifactVersion":"1"},{"artifactName":"basic_onboard_cqvdvp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json","artifactChecksum":"ZjljNTA2MTM2NTJlMTk1M2IwMTRhNmYzOTViNzI5NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"73790061-3fe0-4214-a957-db2faddc98ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01fcfd08-2720-462a-bb0d-3ac39046ed80","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3cee71d-9505-4835-9366-7c2f4ab6d823","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0550a19d-6754-40e0-af3b-b99ba31b9a6b","artifactVersion":"2","generatedFromUUID":"01fcfd08-2720-462a-bb0d-3ac39046ed80"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCqvdvp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml","artifactChecksum":"ZDA4YmZiNDYxZDVkZGQ3ODkwYzM3MjI5ZDUyNjU2NDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"903b2607-d73f-4d36-bb8f-15e99f09fe1a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCqvdvp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar","artifactChecksum":"NjU0ZDUzODc5N2U1NTM5ZDQ1NGQ2NTAxZjUyMWM1YmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d34cb72-6988-4484-a939-1fadc9c24f08","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:25:29.831Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:29.831Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:29.834Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:29.834Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:25:29.934Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:29.936Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:29.936Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:29.951Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:29.952Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:30.835Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:30.837Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:30.841Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:30.841Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:25:30.941Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:30.943Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:30.943Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:30.955Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:30.956Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:31.842Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:31.843Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:31.846Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:31.846Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:25:31.946Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:31.948Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:31.948Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:31.968Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:31.969Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:32.847Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:32.848Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:32.851Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:32.851Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:25:32.951Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:32.952Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:32.953Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:32.965Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:32.966Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:33.852Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:33.853Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:33.855Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:33.855Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T06:25:33.956Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:33.957Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:33.957Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:33.970Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:33.971Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:34.856Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:34.857Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:34.860Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:34.860Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:25:34.960Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:34.961Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:34.962Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:34.973Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:34.974Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:25:35.861Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:25:35.862Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:35.864Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:35.864Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:25:35.964Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:35.966Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:35.966Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:35.992Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:35.993Z||pool-18-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:36.866Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "serviceName": "basic_onboard_CqVDvp",
  "serviceVersion": "1.0",
  "serviceUUID": "4b2d042a-82a5-4e7c-902d-752cb7605c91",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f0c72813-b1a0-4423-9e73-d82ec15ce834",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CqVDvp 0",
      "resourceCustomizationUUID": "70a5de36-3b32-4065-b9ce-184004525062",
      "resourceName": "basic_onboard_CqVDvp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b62b3d56-9041-4371-9f5b-8ca624ab6f7c",
      "resourceInvariantUUID": "8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cqvdvp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
          "artifactChecksum": "ZjljNTA2MTM2NTJlMTk1M2IwMTRhNmYzOTViNzI5NjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "73790061-3fe0-4214-a957-db2faddc98ee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01fcfd08-2720-462a-bb0d-3ac39046ed80",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0550a19d-6754-40e0-af3b-b99ba31b9a6b",
            "generatedFromUUID": "01fcfd08-2720-462a-bb0d-3ac39046ed80"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0550a19d-6754-40e0-af3b-b99ba31b9a6b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCqvdvp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
      "artifactChecksum": "NjU0ZDUzODc5N2U1NTM5ZDQ1NGQ2NTAxZjUyMWM1YmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d34cb72-6988-4484-a939-1fadc9c24f08"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:25:36.867Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:25:36.867Z|29fe3f5e-54ae-41fe-8b69-97fdb715d0ed|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4b2d042a-82a5-4e7c-902d-752cb7605c91 ASDC
2022-04-10T06:25:36.868Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f8b7bf02-d3e1-4c50-8589-692878089bbb
ServiceName:basic_onboard_CqVDvp
ServiceVersion:1.0
ServiceUUID:4b2d042a-82a5-4e7c-902d-752cb7605c91
ServiceInvariantUUID:f0c72813-b1a0-4423-9e73-d82ec15ce834
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCqvdvp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
ArtifactUUID:7d34cb72-6988-4484-a939-1fadc9c24f08
ArtifactChecksum:NjU0ZDUzODc5N2U1NTM5ZDQ1NGQ2NTAxZjUyMWM1YmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CqVDvp 0
ResourceCustomizationUUID:70a5de36-3b32-4065-b9ce-184004525062
ResourceInvariantUUID:8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65
ResourceName:basic_onboard_CqVDvp
ResourceType:VF
ResourceUUID:b62b3d56-9041-4371-9f5b-8ca624ab6f7c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cqvdvp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
ArtifactUUID:73790061-3fe0-4214-a957-db2faddc98ee
ArtifactChecksum:ZjljNTA2MTM2NTJlMTk1M2IwMTRhNmYzOTViNzI5NjE=
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/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01fcfd08-2720-462a-bb0d-3ac39046ed80
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/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
ArtifactUUID:0550a19d-6754-40e0-af3b-b99ba31b9a6b
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/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
ArtifactUUID:0550a19d-6754-40e0-af3b-b99ba31b9a6b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T06:25:36.869Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b2d042a-82a5-4e7c-902d-752cb7605c91 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:25:36.907Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:36.908Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:36.909Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:36.909Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7d34cb72-6988-4484-a939-1fadc9c24f08 from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:36.909Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:36.910Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:37.495Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:37.499Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar 7d34cb72-6988-4484-a939-1fadc9c24f08 71571
2022-04-10T06:25:37.500Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar ASDC sendASDCNotification
2022-04-10T06:25:37.500Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:37.500Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:37.501Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:37.503Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:37.503Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571937500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:25:37.604Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:37.605Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:37.605Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:37.617Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:37.618Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:38.504Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:25:38.507Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:25:38.508Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7d34cb72-6988-4484-a939-1fadc9c24f08, URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar to file: /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.508Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.509Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.509Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:38.711Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11101780102635772113/Definitions/service-BasicOnboardCqvdvp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-10T06:25:39.977Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:25:39.978Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:39.978Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.979Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CqVDvp 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-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:39.980Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:25:39.981Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.981Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.981Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.982Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:25:39.983Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.984Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.984Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.984Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-10T06:25:39.985Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:25:39.986Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.987Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.987Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:39.988Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.989Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:39.989Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:39.989Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is not matching search criteria
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T06:25:39.990Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5f90dbe-c24b-4834-8e74-d554d7c080ae
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.991Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.992Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:39.992Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:39.992Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_CqVDvp
Description:service
Model UUID:4b2d042a-82a5-4e7c-902d-752cb7605c91
Model Version:NULL
Model InvariantUuid:f0c72813-b1a0-4423-9e73-d82ec15ce834
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_CqVDvp
Model UUID:27d60eb0-3c51-4ab6-9792-bd0b9b935456
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e03b6dc-4cd6-4c7d-bdb8-38f3894ddc65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:70a5de36-3b32-4065-b9ce-184004525062
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8
ModelName:BasicOnboardCqvdvp..base_ubuntu18..module-0
ModelUuid:247a8a3b-da52-414d-ae95-e42ba3a16002
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a5f90dbe-c24b-4834-8e74-d554d7c080ae
ModelInvariantUuid:861e0280-7377-4098-8fd6-ac0e1675ca4a
ModelName:basic_onboard_CqVDvp-nodes.ubuntu18Cvfc
ModelUuid:3a0c5e46-a18c-46a9-83d7-6bc60ef17598
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bb2c8539-9aee-4285-9f0d-efa74f3c5b17
ModelInvariantUuid:41bad4c9-0346-4288-8104-38536a0b9ffc
ModelName:BasicOnboardCqvdvp.compute.nodes.heat.ubuntu18
ModelUuid:c2cb15bb-e11f-42d6-9d23-0d75fddb9da0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:25:40.002Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b62b3d56-9041-4371-9f5b-8ca624ab6f7c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:25:40.018Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||basic_onboard_CqVDvp 0
2022-04-10T06:25:40.026Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b62b3d56-9041-4371-9f5b-8ca624ab6f7c
2022-04-10T06:25:40.027Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 73790061-3fe0-4214-a957-db2faddc98ee from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:40.028Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:40.028Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:40.207Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:40.208Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json 73790061-3fe0-4214-a957-db2faddc98ee 798
2022-04-10T06:25:40.209Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json ASDC sendASDCNotification
2022-04-10T06:25:40.209Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:40.209Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:40.210Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:40.214Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:40.215Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571940209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:25:40.313Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-10T06:25:40.315Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:40.315Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:40.329Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:40.330Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:41.217Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCqvdvp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "247a8a3b-da52-414d-ae95-e42ba3a16002",
    "vfModuleModelCustomizationUUID": "b6c5b9c0-91a8-4c9a-9c66-46f20feb0197",
    "isBase": true,
    "artifacts": [
      "01fcfd08-2720-462a-bb0d-3ac39046ed80",
      "0550a19d-6754-40e0-af3b-b99ba31b9a6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:25:41.235Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqvdvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:247a8a3b-da52-414d-ae95-e42ba3a16002
VfModuleModelInvariantUUID:fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8
VfModuleModelDescription:NULL
Artifacts UUID List:{
01fcfd08-2720-462a-bb0d-3ac39046ed80
,
0550a19d-6754-40e0-af3b-b99ba31b9a6b

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

isBase:true


}

2022-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCqvdvp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "247a8a3b-da52-414d-ae95-e42ba3a16002",
    "vfModuleModelCustomizationUUID": "b6c5b9c0-91a8-4c9a-9c66-46f20feb0197",
    "isBase": true,
    "artifacts": [
      "01fcfd08-2720-462a-bb0d-3ac39046ed80",
      "0550a19d-6754-40e0-af3b-b99ba31b9a6b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCqvdvp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:247a8a3b-da52-414d-ae95-e42ba3a16002
VfModuleModelInvariantUUID:fcfb5dc7-817a-4a69-bc39-a6c50eaaeda8
VfModuleModelDescription:NULL
Artifacts UUID List:{
01fcfd08-2720-462a-bb0d-3ac39046ed80
,
0550a19d-6754-40e0-af3b-b99ba31b9a6b

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

isBase:true


}

2022-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 01fcfd08-2720-462a-bb0d-3ac39046ed80 from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:41.239Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:41.240Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:41.692Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml 01fcfd08-2720-462a-bb0d-3ac39046ed80 5033
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:41.693Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:41.694Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:41.696Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:41.696Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571941693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:25:41.797Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:41.798Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:41.798Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:41.812Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:41.813Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:42.698Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0550a19d-6754-40e0-af3b-b99ba31b9a6b from URL: /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:42.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:25:42.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:43.353Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:25:43.354Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env 0550a19d-6754-40e0-af3b-b99ba31b9a6b 909
2022-04-10T06:25:43.355Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T06:25:43.355Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:43.355Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:25:43.356Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:43.359Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:43.359Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571943355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:25:43.459Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:43.461Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:43.461Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:43.475Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:43.475Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:44.360Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 4b2d042a-82a5-4e7c-902d-752cb7605c91
2022-04-10T06:25:44.361Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CqVDvp 0 b62b3d56-9041-4371-9f5b-8ca624ab6f7c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:25:44.397Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f6f6095, org.onap.sdc.toscaparser.api.parameters.Input@c475718, org.onap.sdc.toscaparser.api.parameters.Input@6108bd08, org.onap.sdc.toscaparser.api.parameters.Input@1eacf13b, org.onap.sdc.toscaparser.api.parameters.Input@3a6351b3]
2022-04-10T06:25:44.401Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 70a5de36-3b32-4065-b9ce-184004525062
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 70a5de36-3b32-4065-b9ce-184004525062 matches Tosca VF Customization UUID: 70a5de36-3b32-4065-b9ce-184004525062
2022-04-10T06:25:44.402Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 70a5de36-3b32-4065-b9ce-184004525062  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-10T06:25:44.412Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.412Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.413Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 70a5de36-3b32-4065-b9ce-184004525062: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ca0b4eb
2022-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:25:44.414Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6c5b9c0-91a8-4c9a-9c66-46f20feb0197
2022-04-10T06:25:44.415Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6c5b9c0-91a8-4c9a-9c66-46f20feb0197
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-10T06:25:44.423Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.424Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.424Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:44.425Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.425Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is not matching search criteria
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-10T06:25:44.426Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-10T06:25:44.427Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a5f90dbe-c24b-4834-8e74-d554d7c080ae
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-10T06:25:44.434Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_CqVDvp 0 is matching search criteria
2022-04-10T06:25:44.435Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_CqVDvp 0] matching following query criteria: sdcType=VF, customizationUUID=70a5de36-3b32-4065-b9ce-184004525062
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:25:44.438Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.438Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.438Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 4b2d042a-82a5-4e7c-902d-752cb7605c91: basic_onboard_CqVDvp
2022-04-10T06:25:44.439Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.439Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.439Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.440Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.440Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.440Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.441Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.441Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.441Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:25:44.442Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_CqVDvp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:25:44.442Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_CqVDvp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:25:44.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CqVDvp b62b3d56-9041-4371-9f5b-8ca624ab6f7c 1 ASDC deployResourceStructure
2022-04-10T06:25:44.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json ASDC sendASDCNotification
2022-04-10T06:25:44.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json
2022-04-10T06:25:44.603Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:44.603Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:44.606Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:44.606Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571944602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:25:44.706Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:44.707Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:44.707Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:44.718Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:44.719Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:45.607Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-10T06:25:45.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml
2022-04-10T06:25:45.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:45.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:45.610Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:45.610Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571945607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:25:45.711Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:25:45.712Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:45.712Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:45.725Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:45.726Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:25:46.614Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-10T06:25:46.615Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env
2022-04-10T06:25:46.615Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:46.615Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:46.617Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:46.618Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571946614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:25:46.718Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:46.719Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:46.719Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:46.736Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:46.736Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:47.619Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar ASDC sendASDCNotification
2022-04-10T06:25:47.619Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar
2022-04-10T06:25:47.620Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:25:47.620Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:25:47.623Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:25:47.623Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571947619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:25:47.723Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:25:47.724Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:25:47.725Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:47.738Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:47.739Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:25:48.624Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:25:48.646Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:25:48.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:25:48.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:25:48.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:25:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:25:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:25:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:25:55.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:25:55.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:25:55.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:25:55.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:18.655Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:26:18.669Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:26:18.674Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:26:18.674Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:26:18.674Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:26:48.675Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:26:48.695Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:26:48.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:26:48.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:26:48.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:26:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:26:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:26:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:26:56.396Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:26:56.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vfwbd0d5b3df4d00_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/resourceInstances/vfwbd0d5b3df4d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571901494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.404Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.404Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.404Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.405Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.405Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.405Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571902513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:26:56.406Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "clamp",
  "timestamp": 1649571903518,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:26:56.414Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:26:56.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:26:56.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571904424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062107/1.0/artifacts/service-Vfw20220410062107-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571907426,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "aai-ml",
  "timestamp": 1649571908430,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:26:56.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8b7bf02-d3e1-4c50-8589-692878089bbb
2022-04-10T06:26:56.429Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8b7bf02-d3e1-4c50-8589-692878089bbb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:26:56.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29fe3f5e-54ae-41fe-8b69-97fdb715d0ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571928809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-10T06:26:56.440Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:26:56.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571895871,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571937500,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.444Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571940209,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571941693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571943355,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571944602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/basic_onboard_cqvdvp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571945607,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571946614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/resourceInstances/basic_onboard_cqvdvp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:26:56.446Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:26:56.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649571947619,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCqvdvp/1.0/artifacts/service-BasicOnboardCqvdvp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:26:56.447Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:18.699Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:27:18.717Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:27:18.721Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:27:18.721Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:27:18.721Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:27:18.722Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:27:18.722Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:27:18.723Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:27:18.732Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:27:48.733Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8b7bf02-d3e1-4c50-8589-692878089bbb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:27:48.741Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8b7bf02-d3e1-4c50-8589-692878089bbb and serviceModelVersionId: 4b2d042a-82a5-4e7c-902d-752cb7605c91
2022-04-10T06:27:48.741Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0c72813-b1a0-4423-9e73-d82ec15ce834
2022-04-10T06:27:48.742Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0
2022-04-10T06:27:48.747Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:27:48.821Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|INFO|500||Invoke
2022-04-10T06:27:48.822Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8b7bf02-d3e1-4c50-8589-692878089bbb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b40a675e-da38-454c-b001-98e4b9952e8b], X-ECOMP-RequestID=[f8b7bf02-d3e1-4c50-8589-692878089bbb], X-TransactionId=[], X-ONAP-RequestID=[f8b7bf02-d3e1-4c50-8589-692878089bbb], Content-Type=[application/merge-patch+json]}
2022-04-10T06:27:48.868Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:27:49.255Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?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/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:27:48:880-69621], vertex-id=[155704], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:27:48 GMT], Content-Type=[application/json]}
2022-04-10T06:27:49.255Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:27:49.256Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0c72813-b1a0-4423-9e73-d82ec15ce834/model-vers/model-ver/4b2d042a-82a5-4e7c-902d-752cb7605c91?depth=0|INFO|500||InvokeReturn
2022-04-10T06:27:49.257Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:27:49.257Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:27:49.262Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:27:49.262Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8b7bf02-d3e1-4c50-8589-692878089bbb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:27:49.263Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:27:49.263Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:49.265Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:49.265Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572069262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:27:49.365Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:49.367Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:27:49.367Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:49.380Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:49.380Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:27:50.280Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:27:50.281Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:27:50.282Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:54.576Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:54.577Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:27:54.577Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c","serviceName":"vFW 2022-04-10 06-24-05","serviceVersion":"1.0","serviceUUID":"0b54c6db-65e7-4ace-bc37-9fcd87a37852","serviceDescription":"catalog service description","serviceInvariantUUID":"332f154b-8f0d-4b3f-b748-f7651054904e","resources":[{"resourceInstanceName":"vFW c008bc11-a56c 0","resourceName":"vFW c008bc11-a56c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e214fc69-3202-4238-a69b-d64532c6389d","resourceInvariantUUID":"efe33ea0-df23-4d83-914d-17e2f2ee99ca","resourceCustomizationUUID":"665b8f48-01a9-40ae-bf1a-77d638739649","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml","artifactChecksum":"ZDE2YjI5MGQ3NWY5MzdkOTIyMDZkNzg5MTdlMzEyMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df93bb82-485a-46c4-9ff3-d8d97b125193","artifactVersion":"1"},{"artifactName":"vfwc008bc11a56c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json","artifactChecksum":"ODliMGYxY2E4ZmE5OGYxYmE2NGU0OGVjYjVjMzYzN2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"405334dc-d1fa-4a39-985c-1759a7524cab","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75e560ca-e0c8-44d5-b7aa-95c400fe25ed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml","artifactChecksum":"MzFiMjJhNWY1ZGYwY2Y1YTMzOGUwMjQxZmQyYjRkM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"042c580c-2983-42fb-bf55-43f96702bbfe","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e48ba472-d92c-45dd-915d-7c489ec7ef6d","artifactVersion":"2","generatedFromUUID":"75e560ca-e0c8-44d5-b7aa-95c400fe25ed"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220410062405-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml","artifactChecksum":"NzBhNTIxYWM1ZGNmZGVmN2RkNGNhMTEwZTFjMmNiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1163e687-04aa-44b0-b260-8420b02feb18","artifactVersion":"1"},{"artifactName":"service-Vfw20220410062405-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar","artifactChecksum":"N2U4MzUyMjlhZmZlNTY0MTYxYmM5MTRhOGEzYTUzNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9183a58-dba9-4256-9261-851fb6c53212","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:27:54.581Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:54.581Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:54.584Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:54.584Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:54.684Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:54.685Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:27:54.685Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:54.695Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:54.695Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:55.585Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:55.586Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:55.588Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:55.589Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:27:55.689Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:55.690Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:27:55.691Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:55.702Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:55.702Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:27:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:27:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:56.512Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:56.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572025252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572025388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572021463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572025037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572025388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572025037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572025252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572021463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572025388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572025037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572025252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572021463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572032330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572025388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572025252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572025037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572021463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572032330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572025388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572025037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572025252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572021463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572033830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572032330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572025388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572025252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572025037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572021463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572033830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572032330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572025388,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572025252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572025037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572021463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572033830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572032330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572033830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572032330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572038420,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572037848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572038306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572033830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572032330,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "cds",
  "timestamp": 1649572038856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:27:56.550Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.550Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:27:56.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572038564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572033830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572040190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.558Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572038564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572033830,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.559Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572041387,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572038564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.560Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572042297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572042530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572038564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.561Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572043303,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:27:56.567Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.567Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:27:56.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.576Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572043549,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:27:56.582Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.582Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:27:56.590Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:56.591Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:56.593Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:56.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.593Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572038564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572044551,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572038564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572038564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572046768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572047793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "policy-id",
  "timestamp": 1649572048801,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:27:56.602Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.602Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-10T06:27:56.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572050522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:27:56.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572052533,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "clamp",
  "timestamp": 1649572053537,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:27:56.617Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.618Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:27:56.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572054624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:27:56.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "aai-ml",
  "timestamp": 1649572055629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:27:56.633Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
2022-04-10T06:27:56.634Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:27:56.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f8b7bf02-d3e1-4c50-8589-692878089bbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572069262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:27:56.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:27:56.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:27:56.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:27:56.694Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:56.695Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:27:56.695Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:56.707Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:56.707Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:57.594Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:57.596Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:57.598Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:57.598Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:57.698Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:57.699Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:27:57.699Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:57.710Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:57.711Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:58.599Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:58.600Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:58.602Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:58.603Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T06:27:58.703Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:27:58.704Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:27:58.704Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:58.716Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:58.716Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:27:59.608Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:27:59.609Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:27:59.613Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:27:59.613Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:27:59.717Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-10T06:27:59.718Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:27:59.719Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:27:59.731Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:27:59.732Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:00.623Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:28:00.624Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:00.627Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:00.627Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:28:00.727Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:00.728Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:00.728Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:00.741Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:00.742Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:01.629Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "serviceName": "vFW 2022-04-10 06-24-05",
  "serviceVersion": "1.0",
  "serviceUUID": "0b54c6db-65e7-4ace-bc37-9fcd87a37852",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "332f154b-8f0d-4b3f-b748-f7651054904e",
  "resources": [
    {
      "resourceInstanceName": "vFW c008bc11-a56c 0",
      "resourceCustomizationUUID": "665b8f48-01a9-40ae-bf1a-77d638739649",
      "resourceName": "vFW c008bc11-a56c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e214fc69-3202-4238-a69b-d64532c6389d",
      "resourceInvariantUUID": "efe33ea0-df23-4d83-914d-17e2f2ee99ca",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc008bc11a56c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
          "artifactChecksum": "ODliMGYxY2E4ZmE5OGYxYmE2NGU0OGVjYjVjMzYzN2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "405334dc-d1fa-4a39-985c-1759a7524cab",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "75e560ca-e0c8-44d5-b7aa-95c400fe25ed",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e48ba472-d92c-45dd-915d-7c489ec7ef6d",
            "generatedFromUUID": "75e560ca-e0c8-44d5-b7aa-95c400fe25ed"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e48ba472-d92c-45dd-915d-7c489ec7ef6d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220410062405-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
      "artifactChecksum": "N2U4MzUyMjlhZmZlNTY0MTYxYmM5MTRhOGEzYTUzNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b9183a58-dba9-4256-9261-851fb6c53212"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:28:01.630Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:28:01.631Z|f8b7bf02-d3e1-4c50-8589-692878089bbb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0b54c6db-65e7-4ace-bc37-9fcd87a37852 ASDC
2022-04-10T06:28:01.632Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
ServiceName:vFW 2022-04-10 06-24-05
ServiceVersion:1.0
ServiceUUID:0b54c6db-65e7-4ace-bc37-9fcd87a37852
ServiceInvariantUUID:332f154b-8f0d-4b3f-b748-f7651054904e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220410062405-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
ArtifactUUID:b9183a58-dba9-4256-9261-851fb6c53212
ArtifactChecksum:N2U4MzUyMjlhZmZlNTY0MTYxYmM5MTRhOGEzYTUzNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c008bc11-a56c 0
ResourceCustomizationUUID:665b8f48-01a9-40ae-bf1a-77d638739649
ResourceInvariantUUID:efe33ea0-df23-4d83-914d-17e2f2ee99ca
ResourceName:vFW c008bc11-a56c
ResourceType:VF
ResourceUUID:e214fc69-3202-4238-a69b-d64532c6389d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc008bc11a56c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
ArtifactUUID:405334dc-d1fa-4a39-985c-1759a7524cab
ArtifactChecksum:ODliMGYxY2E4ZmE5OGYxYmE2NGU0OGVjYjVjMzYzN2E=
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/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
ArtifactUUID:75e560ca-e0c8-44d5-b7aa-95c400fe25ed
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/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
ArtifactUUID:e48ba472-d92c-45dd-915d-7c489ec7ef6d
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/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
ArtifactUUID:e48ba472-d92c-45dd-915d-7c489ec7ef6d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T06:28:01.632Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b54c6db-65e7-4ace-bc37-9fcd87a37852 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:28:01.662Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:28:01.663Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:28:01.663Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:28:01.663Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9183a58-dba9-4256-9261-851fb6c53212 from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:01.664Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:01.664Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:02.298Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:02.305Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar b9183a58-dba9-4256-9261-851fb6c53212 99011
2022-04-10T06:28:02.306Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar ASDC sendASDCNotification
2022-04-10T06:28:02.307Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:02.307Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:02.307Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:02.310Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:02.310Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572082306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:28:02.410Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:02.411Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:02.412Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:02.424Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:02.426Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:03.311Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:28:03.313Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:28:03.314Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b9183a58-dba9-4256-9261-851fb6c53212, URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar to file: /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.314Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.315Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.315Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:03.619Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9253021779752518960/Definitions/service-Vfw20220410062405-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-04-10T06:28:05.870Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c008bc11-a56c 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-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:05.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:28:05.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:28:05.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:05.876Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.877Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.878Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:05.879Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T06:28:05.880Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:05.881Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69beb5c9-7bf9-4e63-b90e-c6fa7f63584c
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.882Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.883Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48da0f70-7b83-457b-91e3-421e22f34398
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:05.884Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:05.885Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49b5f755-fb66-4bf2-aaa4-e71d0800a6f9
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.886Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:05.887Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-10 06-24-05
Description:catalog service description
Model UUID:0b54c6db-65e7-4ace-bc37-9fcd87a37852
Model Version:NULL
Model InvariantUuid:332f154b-8f0d-4b3f-b748-f7651054904e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c008bc11-a56c
Model UUID:758d4274-6d85-4fca-97f4-20243533d94f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:efe33ea0-df23-4d83-914d-17e2f2ee99ca
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:665b8f48-01a9-40ae-bf1a-77d638739649
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:207e485e-6078-4652-9fb4-261b6834c140
ModelName:VfwC008bc11A56c..base_vfw..module-0
ModelUuid:5e639ca9-b8c6-4829-aca4-9b83433c5a49
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69beb5c9-7bf9-4e63-b90e-c6fa7f63584c
ModelInvariantUuid:c8c5cf98-3310-438c-a64d-2186176887cd
ModelName:vFW c008bc11-a56c-nodes.vfwCvfc
ModelUuid:c3036cef-0b82-4b93-94bb-019b40027c07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4f013e51-d0fb-4ea9-9e7f-11bb345979ab
ModelInvariantUuid:e85e6c76-ba73-4c47-be51-dd2934e5758d
ModelName:VfwC008bc11A56c.compute.nodes.heat.vfw
ModelUuid:aebf945d-2a47-4830-9863-13d9042a9cd2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:48da0f70-7b83-457b-91e3-421e22f34398
ModelInvariantUuid:117f9122-4fef-4a93-b3e4-cfd93526ef60
ModelName:vFW c008bc11-a56c-nodes.vsnCvfc
ModelUuid:e7830221-45c2-4e43-9780-c0c71a2926b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3ac2520f-ba44-449b-8c62-e686b087f24c
ModelInvariantUuid:49cf7693-f38a-47d9-bc24-d49646bdc553
ModelName:VfwC008bc11A56c.compute.nodes.heat.vsn
ModelUuid:b2f4e907-c607-454f-9680-439effc2f7ec
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:49b5f755-fb66-4bf2-aaa4-e71d0800a6f9
ModelInvariantUuid:c25e49c9-35cc-47f7-9433-107ac8c5c8b6
ModelName:vFW c008bc11-a56c-nodes.vpgCvfc
ModelUuid:e32df220-bdb2-45e2-977c-72fe056ebebd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e83aef09-1a8d-487f-899a-d2d2eaaf4be0
ModelInvariantUuid:8f591977-5437-4007-ae77-0d75700e5033
ModelName:VfwC008bc11A56c.compute.nodes.heat.vpg
ModelUuid:6ced1e5a-8eaf-48f5-a347-26e8b2a0fa35
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:28:05.893Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e214fc69-3202-4238-a69b-d64532c6389d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:28:05.895Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||vFW c008bc11-a56c 0
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e214fc69-3202-4238-a69b-d64532c6389d
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 405334dc-d1fa-4a39-985c-1759a7524cab from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:05.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:06.193Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json 405334dc-d1fa-4a39-985c-1759a7524cab 785
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json ASDC sendASDCNotification
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:06.194Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:06.195Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:06.197Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:06.197Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572086194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:28:06.297Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:06.298Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:06.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:06.310Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:06.310Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:07.198Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC008bc11A56c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "207e485e-6078-4652-9fb4-261b6834c140",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e639ca9-b8c6-4829-aca4-9b83433c5a49",
    "vfModuleModelCustomizationUUID": "ba810f5a-7289-4e93-841f-a449b185426c",
    "isBase": true,
    "artifacts": [
      "75e560ca-e0c8-44d5-b7aa-95c400fe25ed",
      "e48ba472-d92c-45dd-915d-7c489ec7ef6d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:28:07.203Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC008bc11A56c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e639ca9-b8c6-4829-aca4-9b83433c5a49
VfModuleModelInvariantUUID:207e485e-6078-4652-9fb4-261b6834c140
VfModuleModelDescription:NULL
Artifacts UUID List:{
75e560ca-e0c8-44d5-b7aa-95c400fe25ed
,
e48ba472-d92c-45dd-915d-7c489ec7ef6d

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

isBase:true


}

2022-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC008bc11A56c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "207e485e-6078-4652-9fb4-261b6834c140",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e639ca9-b8c6-4829-aca4-9b83433c5a49",
    "vfModuleModelCustomizationUUID": "ba810f5a-7289-4e93-841f-a449b185426c",
    "isBase": true,
    "artifacts": [
      "75e560ca-e0c8-44d5-b7aa-95c400fe25ed",
      "e48ba472-d92c-45dd-915d-7c489ec7ef6d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC008bc11A56c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e639ca9-b8c6-4829-aca4-9b83433c5a49
VfModuleModelInvariantUUID:207e485e-6078-4652-9fb4-261b6834c140
VfModuleModelDescription:NULL
Artifacts UUID List:{
75e560ca-e0c8-44d5-b7aa-95c400fe25ed
,
e48ba472-d92c-45dd-915d-7c489ec7ef6d

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

isBase:true


}

2022-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 75e560ca-e0c8-44d5-b7aa-95c400fe25ed from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:07.205Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:07.206Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:07.593Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml 75e560ca-e0c8-44d5-b7aa-95c400fe25ed 20368
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:07.594Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:07.597Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:07.597Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572087594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:28:07.697Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:07.698Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:07.698Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:07.710Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:07.710Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:08.598Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e48ba472-d92c-45dd-915d-7c489ec7ef6d from URL: /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:08.598Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:28:08.598Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:08.895Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env e48ba472-d92c-45dd-915d-7c489ec7ef6d 2098
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:28:08.896Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:08.898Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:08.899Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572088896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:28:08.999Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:09.000Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:09.000Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:09.011Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:09.012Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:28:09.899Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0b54c6db-65e7-4ace-bc37-9fcd87a37852
2022-04-10T06:28:09.900Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c008bc11-a56c 0 e214fc69-3202-4238-a69b-d64532c6389d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:28:09.920Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5cb6e27d, org.onap.sdc.toscaparser.api.parameters.Input@4e6de964, org.onap.sdc.toscaparser.api.parameters.Input@3626c8d7, org.onap.sdc.toscaparser.api.parameters.Input@6abd5164, org.onap.sdc.toscaparser.api.parameters.Input@173f344]
2022-04-10T06:28:09.921Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.921Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 665b8f48-01a9-40ae-bf1a-77d638739649
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 665b8f48-01a9-40ae-bf1a-77d638739649 matches Tosca VF Customization UUID: 665b8f48-01a9-40ae-bf1a-77d638739649
2022-04-10T06:28:09.922Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 665b8f48-01a9-40ae-bf1a-77d638739649  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-10T06:28:09.925Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.925Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.926Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 665b8f48-01a9-40ae-bf1a-77d638739649: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-10T06:28:09.926Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@20a24b79
2022-04-10T06:28:09.926Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.927Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:28:09.927Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba810f5a-7289-4e93-841f-a449b185426c
2022-04-10T06:28:09.927Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba810f5a-7289-4e93-841f-a449b185426c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.929Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.930Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:09.931Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.932Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=69beb5c9-7bf9-4e63-b90e-c6fa7f63584c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-10T06:28:09.934Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:09.935Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:09.936Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.937Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48da0f70-7b83-457b-91e3-421e22f34398
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-10T06:28:09.940Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.940Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.940Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.945Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is not matching search criteria
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-10T06:28:09.946Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-10T06:28:09.947Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-10T06:28:09.948Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-10T06:28:09.949Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-10T06:28:09.949Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=49b5f755-fb66-4bf2-aaa4-e71d0800a6f9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-10T06:28:09.951Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Node template vFW c008bc11-a56c 0 is matching search criteria
2022-04-10T06:28:09.952Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c008bc11-a56c 0] matching following query criteria: sdcType=VF, customizationUUID=665b8f48-01a9-40ae-bf1a-77d638739649
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:28:09.954Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.954Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.954Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0b54c6db-65e7-4ace-bc37-9fcd87a37852: vFW c008bc11-a56c
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.955Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-10 06-24-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:28:09.956Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-10 06-24-05 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:28:10.156Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c008bc11-a56c e214fc69-3202-4238-a69b-d64532c6389d 1 ASDC deployResourceStructure
2022-04-10T06:28:10.156Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json ASDC sendASDCNotification
2022-04-10T06:28:10.157Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json
2022-04-10T06:28:10.157Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:10.157Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:10.159Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:10.159Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572090156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:28:10.260Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:10.261Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:10.261Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:10.272Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:10.273Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:11.161Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:11.163Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:11.163Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572091161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:28:11.264Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:11.266Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:11.266Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:11.278Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:11.279Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:12.165Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:12.168Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:12.168Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572092164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:28:12.268Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:12.269Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:12.270Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:12.288Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:12.290Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:13.169Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar ASDC sendASDCNotification
2022-04-10T06:28:13.169Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar
2022-04-10T06:28:13.169Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:28:13.170Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:13.172Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:13.173Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572093168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:28:13.272Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:28:13.274Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:13.274Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:13.286Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:13.286Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:28:14.173Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:28:14.187Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:28:14.190Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:28:14.191Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:28:14.192Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:28:14.192Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:28:14.192Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:28:14.196Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:28:44.197Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:28:44.208Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and serviceModelVersionId: 0b54c6db-65e7-4ace-bc37-9fcd87a37852
2022-04-10T06:28:44.209Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 332f154b-8f0d-4b3f-b748-f7651054904e
2022-04-10T06:28:44.211Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0
2022-04-10T06:28:44.216Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:28:44.277Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:28:44.279Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0|INFO|500||Invoke
2022-04-10T06:28:44.304Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:28:44.584Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0|INFO|500||InvokeReturn
2022-04-10T06:28:44.585Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332f154b-8f0d-4b3f-b748-f7651054904e/model-vers/model-ver/0b54c6db-65e7-4ace-bc37-9fcd87a37852?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:28:44:312-83047], vertex-id=[188496], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:28:44 GMT], Content-Type=[application/json]}
2022-04-10T06:28:44.585Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:28:44.586Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:28:44.586Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:28:44.591Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:28:44.592Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:28:44.592Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:28:44.593Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:28:44.595Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:28:44.595Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572124592,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:28:44.696Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:28:44.698Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:28:44.698Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:44.714Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:44.715Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:28:45.607Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:28:45.608Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:28:45.609Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:55.143Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:55.143Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:28:55.144Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:28:55.144Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:28:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:28:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:28:55.999Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:28:55.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:28:55.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:28:56.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:29:04.678Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:29:04.679Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:29:04.679Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:29:04.679Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:29:14.258Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:29:55.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:29:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:29:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:29:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:29:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:29:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:29:56.391Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:29:56.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:29:56.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:29:56.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572070280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572082306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572086194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572087594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572088896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572090156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/vfwc008bc11a56c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572091161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572092164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/resourceInstances/vfwc008bc11a56c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572093168,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220410062405/1.0/artifacts/service-Vfw20220410062405-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:29:56.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572124592,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:29:56.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:30:05.412Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:30:55.871Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:30:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:30:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:30:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:30:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:30:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:31:05.435Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:31:05.435Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:31:55.872Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:31:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:31:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:31:55.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:31:55.875Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:31:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:32:05.414Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:32:05.414Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:32:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:32:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:32:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:32:55.873Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:32:55.875Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:32:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:33:05.427Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:33:05.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:33:55.871Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:33:55.872Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:33:55.872Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:33:55.874Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:33:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:33:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:05.453Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:34:05.453Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:34:55.872Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:34:55.874Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:34:55.874Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:55.874Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:34:55.875Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:34:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:56.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:34:56.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:34:56.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a735c39-77f2-4907-a6b5-e5cdf9a7c318","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2e3fdc99-7071-458b-8afc-4770745ff5c5","serviceDescription":"service","serviceInvariantUUID":"5ce184ad-05da-4d53-8a4d-712c298a314f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"545f0c1f-43fa-4fa6-9553-2c9b891979fc","resourceInvariantUUID":"3c06bf3e-97b1-4731-8fca-c9397497776b","resourceCustomizationUUID":"1b7e7c54-5e03-4035-9589-cc2d5b2f0d2e","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":"ZGZhZjFmZjhhZmY2ZDQ0ZDg4YjFhN2E1NWQyMGNhODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad09ac80-f1a9-4d1d-a1fe-bf84a6c00363","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGVhNmQ2MDlkMTYxMjQ4OGQ4NTI3YWIzNDBkNTI0Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59848cb2-8693-48c4-9814-9c86e116e7b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:34:56.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572485252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "clamp",
  "timestamp": 1649572483830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "policy-id",
  "timestamp": 1649572478564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "cds",
  "timestamp": 1649572486463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "clamp",
  "timestamp": 1649572483830,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572485252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "policy-id",
  "timestamp": 1649572478564,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:34:56.506Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:34:56.506Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:34:56.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "cds",
  "timestamp": 1649572486463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "policy-id",
  "timestamp": 1649572489032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "cds",
  "timestamp": 1649572489343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "policy-id",
  "timestamp": 1649572490037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:34:56.514Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:34:56.515Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572495872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:34:56.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "cds",
  "timestamp": 1649572490350,
  "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-04-10T06:34:56.547Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a735c39-77f2-4907-a6b5-e5cdf9a7c318
2022-04-10T06:34:56.548Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:34:56.557Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "policy-id",
  "timestamp": 1649572491040,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:34:56.564Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8a735c39-77f2-4907-a6b5-e5cdf9a7c318
2022-04-10T06:34:56.564Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:34:56.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572492330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572492330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:34:56.574Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:34:56.615Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:34:56.616Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:34:56.616Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:56.630Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:34:56.631Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:34:57.515Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:34:57.516Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:34:57.518Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:34:57.518Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572495872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:34:57.626Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-10T06:34:57.628Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:34:57.628Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:57.643Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:34:57.644Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:34:58.519Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2e3fdc99-7071-458b-8afc-4770745ff5c5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5ce184ad-05da-4d53-8a4d-712c298a314f",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1b7e7c54-5e03-4035-9589-cc2d5b2f0d2e",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "545f0c1f-43fa-4fa6-9553-2c9b891979fc",
      "resourceInvariantUUID": "3c06bf3e-97b1-4731-8fca-c9397497776b",
      "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": "ZGVhNmQ2MDlkMTYxMjQ4OGQ4NTI3YWIzNDBkNTI0Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59848cb2-8693-48c4-9814-9c86e116e7b9"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:34:58.520Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:34:58.520Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2e3fdc99-7071-458b-8afc-4770745ff5c5 ASDC
2022-04-10T06:34:58.521Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8a735c39-77f2-4907-a6b5-e5cdf9a7c318
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2e3fdc99-7071-458b-8afc-4770745ff5c5
ServiceInvariantUUID:5ce184ad-05da-4d53-8a4d-712c298a314f
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:59848cb2-8693-48c4-9814-9c86e116e7b9
ArtifactChecksum:ZGVhNmQ2MDlkMTYxMjQ4OGQ4NTI3YWIzNDBkNTI0Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1b7e7c54-5e03-4035-9589-cc2d5b2f0d2e
ResourceInvariantUUID:3c06bf3e-97b1-4731-8fca-c9397497776b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:545f0c1f-43fa-4fa6-9553-2c9b891979fc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-10T06:34:58.521Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e3fdc99-7071-458b-8afc-4770745ff5c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:34:58.553Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 59848cb2-8693-48c4-9814-9c86e116e7b9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T06:34:58.555Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:34:58.556Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T06:34:58.808Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:34:58.811Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 59848cb2-8693-48c4-9814-9c86e116e7b9 52508
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:34:58.812Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:34:58.814Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:34:58.814Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572498811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:34:58.915Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:34:58.916Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:34:58.916Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:34:58.957Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:34:58.958Z||pool-46-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:34:59.815Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:34:59.816Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:34:59.817Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 59848cb2-8693-48c4-9814-9c86e116e7b9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:34:59.817Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-10T06:34:59.818Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:34:59.818Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.100Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP144909403631421578/Definitions/service-BasicNetwork-template.yml
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:35:00.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:35:00.642Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:35:00.643Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:35:00.645Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.645Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:35:00.645Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.645Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:35:00.645Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:35:00.645Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2e3fdc99-7071-458b-8afc-4770745ff5c5
Model Version:NULL
Model InvariantUuid:5ce184ad-05da-4d53-8a4d-712c298a314f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3c06bf3e-97b1-4731-8fca-c9397497776b
Model UUID:a7b774a3-5f29-40ed-93f5-e46e01624ec9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1b7e7c54-5e03-4035-9589-cc2d5b2f0d2e
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:35:00.650Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@33c663a8 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2471) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor184.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor180.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-04-10T06:35:00.652Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-10T06:35:00.653Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||ERROR|500||(conn=2471) WSREP has not yet prepared node for application use
2022-04-10T06:35:00.653Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor184.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor180.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2471) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-04-10T06:35:00.656Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor184.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor180.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2471) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-04-10T06:35:00.657Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy141.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 33 common frames omitted
2022-04-10T06:35:00.658Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:35:00.685Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and serviceModelVersionId: 2e3fdc99-7071-458b-8afc-4770745ff5c5
2022-04-10T06:35:00.685Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ce184ad-05da-4d53-8a4d-712c298a314f
2022-04-10T06:35:00.687Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5?depth=0
2022-04-10T06:35:00.693Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:35:00.760Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:35:00.761Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5?depth=0|INFO|500||Invoke
2022-04-10T06:35:00.785Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-10T06:35:00.932Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5?depth=0|INFO|404|Not Found|InvokeReturn
2022-04-10T06:35:00.933Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:35:00:796-88578], Content-Length=[495], Date=[Sun, 10 Apr 2022 06:35:00 GMT], Content-Type=[application/json]}
2022-04-10T06:35:00.935Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5","ERR.5.4.6114"]}}}

2022-04-10T06:35:00.973Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=8a735c39-77f2-4907-a6b5-e5cdf9a7c318 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5) (ec=ERR.5.4.6114)
2022-04-10T06:35:00.974Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8a735c39-77f2-4907-a6b5-e5cdf9a7c318 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:35:00.974Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8a735c39-77f2-4907-a6b5-e5cdf9a7c318 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5) (ec=ERR.5.4.6114)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	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)
Caused by: javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=8a735c39-77f2-4907-a6b5-e5cdf9a7c318 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	... 9 common frames omitted
2022-04-10T06:35:00.975Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=8a735c39-77f2-4907-a6b5-e5cdf9a7c318 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/5ce184ad-05da-4d53-8a4d-712c298a314f/model-vers/model-ver/2e3fdc99-7071-458b-8afc-4770745ff5c5) (ec=ERR.5.4.6114)
2022-04-10T06:35:00.975Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-10T06:35:00.975Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-10T06:35:00.976Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:35:00.978Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:35:00.978Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572500975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-10T06:35:01.078Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:35:01.079Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:35:01.079Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:35:01.094Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:35:01.095Z||pool-47-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-04-10T06:35:55.871Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:35:55.872Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:35:55.872Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:35:55.873Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:35:55.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:35:55.874Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:35:56.020Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:35:56.021Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:35:56.022Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572495872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:35:56.023Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:36:05.409Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:36:55.871Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:36:55.872Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:36:55.873Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:36:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:36:55.874Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:36:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:36:56.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:36:56.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572495872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:36:56.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:36:56.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "clamp",
  "timestamp": 1649572497609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:36:56.397Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572498811,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "clamp",
  "timestamp": 1649572499619,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572500975,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "clamp",
  "timestamp": 1649572500624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:36:56.406Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a735c39-77f2-4907-a6b5-e5cdf9a7c318
2022-04-10T06:36:56.407Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:36:56.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572505037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:36:56.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:36:56.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "aai-ml",
  "timestamp": 1649572505388,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572505037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "aai-ml",
  "timestamp": 1649572505388,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572508413,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:36:56.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "aai-ml",
  "timestamp": 1649572508520,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572510248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572511255,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:36:56.425Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a735c39-77f2-4907-a6b5-e5cdf9a7c318
2022-04-10T06:36:56.425Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:36:56.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "aai-ml",
  "timestamp": 1649572515957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:36:56.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:36:56.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-10T06:36:56.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8a735c39-77f2-4907-a6b5-e5cdf9a7c318",
  "consumerID": "aai-ml",
  "timestamp": 1649572516961,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:36:56.437Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a735c39-77f2-4907-a6b5-e5cdf9a7c318
2022-04-10T06:36:56.437Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a735c39-77f2-4907-a6b5-e5cdf9a7c318 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:37:05.431Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:37:55.872Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:37:55.874Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:37:55.875Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:37:55.875Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:37:55.875Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:37:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:37:56.074Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:37:56.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.096Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.097Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.097Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.098Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.099Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.100Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.101Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.102Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.103Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.104Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.104Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.105Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.105Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.106Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.110Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572655037,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572655388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572658564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572663829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572665252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:37:56.512Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:37:56.514Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:37:56.514Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"565a1571-8510-4780-981b-c7328d5f05b8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"86273b37-e9f9-47c8-96b5-c7cbd8f32783","serviceDescription":"service","serviceInvariantUUID":"2749e576-e0be-4178-94e0-62ef017d3677","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"66b90b26-f987-49bc-8862-4a2278c4a848","resourceInvariantUUID":"0f7e9114-f7e3-4215-9793-13617036cf28","resourceCustomizationUUID":"af53f258-d72c-4b53-ab47-b7681b6acd72","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NGY3NWE0ZTI3N2ZiNDhkNWJkM2RmYWVlNTVjZDUxNzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e43a508-ea06-497e-a106-e670d410228d","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZjkxYmM5ZDdlZTBlMDc5MDkxYjlkYWE1YzNmZDVjZTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5cbb8c03-b3d8-41c2-a8e6-739ad86af2ac","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ae0d42db-e894-4f18-a107-0a0e7f35e48a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d45b3f13-0585-455b-b674-f0ec4693734f","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49f08b84-c7bc-4438-8d41-2179dabd6739","artifactVersion":"2","generatedFromUUID":"26d4faaa-677b-41b1-b260-7e1eebeefdc3"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dc432041-b81f-4840-85ff-25a135674fd7","artifactVersion":"2","generatedFromUUID":"ae0d42db-e894-4f18-a107-0a0e7f35e48a"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"26d4faaa-677b-41b1-b260-7e1eebeefdc3","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d46cb859-acae-4f63-af84-0bf25ed6ea98","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MTU0NGIyMTJhMGU1MTljNjI2ZDI0NGYwMDIzMzFmMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f92a030-087a-4c96-94a6-71a02140ff62","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Mzk4NjkyMGVjOTJjZjE0NGMwYjU1NDU3MzIzMzVkZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"466b9980-c8fb-4a6c-832d-849cdee3ab49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:37:56.520Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:37:56.521Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:37:56.526Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:37:56.527Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:56.627Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:37:56.629Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:37:56.633Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:37:56.669Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:37:56.670Z||pool-48-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:37:57.528Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:37:57.530Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:37:57.546Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:37:57.547Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:37:57.635Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-04-10T06:37:57.636Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:37:57.636Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:37:57.646Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:37:57.647Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:37:58.547Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:37:58.548Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:37:58.551Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:37:58.552Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:37:58.654Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T06:37:58.655Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:37:58.655Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:37:58.670Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:37:58.672Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:37:59.562Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:37:59.563Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:37:59.567Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:37:59.567Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:37:59.690Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 123 ms
2022-04-10T06:37:59.710Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:37:59.713Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:37:59.726Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:37:59.727Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:00.569Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:38:00.570Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:00.573Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:00.573Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-10T06:38:00.673Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:38:00.675Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:00.676Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:00.695Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:00.696Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:01.574Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:38:01.576Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:01.577Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:01.578Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-10T06:38:01.678Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:01.679Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:01.679Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:01.691Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:01.692Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:02.578Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:38:02.580Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:02.583Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:02.584Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-10T06:38:02.685Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:38:02.686Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:02.687Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:02.714Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:02.715Z||pool-54-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:03.590Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:38:03.627Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:03.630Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:03.630Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:38:03.755Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 125 ms
2022-04-10T06:38:03.757Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:03.757Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:03.769Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:03.770Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:04.631Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:38:04.631Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:04.639Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:04.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:38:04.740Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:04.741Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:04.741Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:04.761Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:04.761Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:05.640Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:38:05.641Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:05.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:05.644Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:38:05.746Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T06:38:05.747Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:05.747Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:05.759Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:05.759Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:06.646Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "86273b37-e9f9-47c8-96b5-c7cbd8f32783",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2749e576-e0be-4178-94e0-62ef017d3677",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "af53f258-d72c-4b53-ab47-b7681b6acd72",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "66b90b26-f987-49bc-8862-4a2278c4a848",
      "resourceInvariantUUID": "0f7e9114-f7e3-4215-9793-13617036cf28",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZjkxYmM5ZDdlZTBlMDc5MDkxYjlkYWE1YzNmZDVjZTE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5cbb8c03-b3d8-41c2-a8e6-739ad86af2ac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ae0d42db-e894-4f18-a107-0a0e7f35e48a",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "dc432041-b81f-4840-85ff-25a135674fd7",
            "generatedFromUUID": "ae0d42db-e894-4f18-a107-0a0e7f35e48a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "49f08b84-c7bc-4438-8d41-2179dabd6739",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "dc432041-b81f-4840-85ff-25a135674fd7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "26d4faaa-677b-41b1-b260-7e1eebeefdc3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Mzk4NjkyMGVjOTJjZjE0NGMwYjU1NDU3MzIzMzVkZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "466b9980-c8fb-4a6c-832d-849cdee3ab49"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:38:06.646Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:38:06.646Z|8a735c39-77f2-4907-a6b5-e5cdf9a7c318|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 86273b37-e9f9-47c8-96b5-c7cbd8f32783 ASDC
2022-04-10T06:38:06.647Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:565a1571-8510-4780-981b-c7328d5f05b8
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:86273b37-e9f9-47c8-96b5-c7cbd8f32783
ServiceInvariantUUID:2749e576-e0be-4178-94e0-62ef017d3677
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:466b9980-c8fb-4a6c-832d-849cdee3ab49
ArtifactChecksum:Mzk4NjkyMGVjOTJjZjE0NGMwYjU1NDU3MzIzMzVkZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:af53f258-d72c-4b53-ab47-b7681b6acd72
ResourceInvariantUUID:0f7e9114-f7e3-4215-9793-13617036cf28
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:66b90b26-f987-49bc-8862-4a2278c4a848
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:5cbb8c03-b3d8-41c2-a8e6-739ad86af2ac
ArtifactChecksum:ZjkxYmM5ZDdlZTBlMDc5MDkxYjlkYWE1YzNmZDVjZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:ae0d42db-e894-4f18-a107-0a0e7f35e48a
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:dc432041-b81f-4840-85ff-25a135674fd7
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:49f08b84-c7bc-4438-8d41-2179dabd6739
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:dc432041-b81f-4840-85ff-25a135674fd7
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:26d4faaa-677b-41b1-b260-7e1eebeefdc3
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T06:38:06.648Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86273b37-e9f9-47c8-96b5-c7cbd8f32783 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:38:06.697Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:38:06.699Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:38:06.699Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:38:06.699Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 466b9980-c8fb-4a6c-832d-849cdee3ab49 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:06.699Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:38:06.700Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:07.411Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:38:07.419Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 466b9980-c8fb-4a6c-832d-849cdee3ab49 158206
2022-04-10T06:38:07.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-10T06:38:07.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:07.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:38:07.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:07.424Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:07.425Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572687420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:38:07.525Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:07.527Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:07.527Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:07.542Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:07.543Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:08.426Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:38:08.428Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:38:08.428Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 466b9980-c8fb-4a6c-832d-849cdee3ab49, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:08.430Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-10T06:38:08.430Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:08.431Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:08.647Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15958464497381059390/Definitions/service-BasicCnfMacro-template.yml
2022-04-10T06:38:10.415Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:38:10.416Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:38:10.416Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:10.416Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-10T06:38:10.417Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:10.417Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:10.417Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:10.417Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:10.417Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:38:10.418Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.418Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:10.418Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:10.419Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:38:10.419Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:38:10.419Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.419Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:10.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:10.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:38:10.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:38:10.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.420Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:10.421Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.421Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-10T06:38:10.421Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-10T06:38:10.421Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-10T06:38:10.422Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:38:10.422Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.422Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:38:10.422Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.422Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:10.423Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:38:10.423Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.423Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:10.423Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:38:10.424Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.424Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:10.424Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:38:10.424Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.425Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:10.425Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:38:10.425Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.425Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-10T06:38:10.425Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-10T06:38:10.426Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=01449b89-4328-4e50-98d1-58611cd20254
2022-04-10T06:38:10.426Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.426Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:10.426Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.426Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:10.427Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.427Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:10.427Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:10.427Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:10.427Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:86273b37-e9f9-47c8-96b5-c7cbd8f32783
Model Version:NULL
Model InvariantUuid:2749e576-e0be-4178-94e0-62ef017d3677
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:387887df-bd9e-4a54-bdd0-885814a1a27a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f7e9114-f7e3-4215-9793-13617036cf28
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:af53f258-d72c-4b53-ab47-b7681b6acd72
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee965c8c-2770-4a5e-9bc7-fd0e96a8b641
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3b3319b7-0645-46b8-820f-22c4635f4ba9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:484c6673-bb46-4df8-be97-237ca3a4797b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6f431a59-d72b-4445-afc2-e8f1fc2ab79c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:01449b89-4328-4e50-98d1-58611cd20254
ModelInvariantUuid:fd9ac769-b71a-4b1f-8a8e-f0155a9225c6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:876a1781-6a46-47f5-8d27-16c54a14e61b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e1ba9636-c7c3-4de2-a59d-4e0d938c5205
ModelInvariantUuid:137f4a4f-8e39-40f7-aad7-a6ecf9adfcd8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:93cd1a79-b27b-46a0-abb0-007aac1265ae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:38:10.436Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 66b90b26-f987-49bc-8862-4a2278c4a848
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:38:10.443Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-04-10T06:38:10.443Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 66b90b26-f987-49bc-8862-4a2278c4a848
2022-04-10T06:38:10.444Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5cbb8c03-b3d8-41c2-a8e6-739ad86af2ac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-10T06:38:10.444Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:38:10.444Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-10T06:38:10.699Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:38:10.700Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5cbb8c03-b3d8-41c2-a8e6-739ad86af2ac 1565
2022-04-10T06:38:10.700Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-10T06:38:10.701Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-10T06:38:10.701Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:38:10.701Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:10.704Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:10.705Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572690700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:38:10.804Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:38:10.806Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:10.806Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:10.821Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:10.822Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:11.705Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "484c6673-bb46-4df8-be97-237ca3a4797b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6f431a59-d72b-4445-afc2-e8f1fc2ab79c",
    "vfModuleModelCustomizationUUID": "8f6e7635-03c3-4d45-a89d-3e9aa551fb75",
    "isBase": true,
    "artifacts": [
      "ae0d42db-e894-4f18-a107-0a0e7f35e48a",
      "dc432041-b81f-4840-85ff-25a135674fd7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "ee965c8c-2770-4a5e-9bc7-fd0e96a8b641",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b3319b7-0645-46b8-820f-22c4635f4ba9",
    "vfModuleModelCustomizationUUID": "cbe6e761-3de6-4c62-90aa-ac2f8225eb48",
    "isBase": false,
    "artifacts": [
      "26d4faaa-677b-41b1-b260-7e1eebeefdc3"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:38:11.712Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f431a59-d72b-4445-afc2-e8f1fc2ab79c
VfModuleModelInvariantUUID:484c6673-bb46-4df8-be97-237ca3a4797b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae0d42db-e894-4f18-a107-0a0e7f35e48a
,
dc432041-b81f-4840-85ff-25a135674fd7

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:3b3319b7-0645-46b8-820f-22c4635f4ba9
VfModuleModelInvariantUUID:ee965c8c-2770-4a5e-9bc7-fd0e96a8b641
VfModuleModelDescription:NULL
Artifacts UUID List:{
26d4faaa-677b-41b1-b260-7e1eebeefdc3

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

isBase:false


}

2022-04-10T06:38:11.716Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "484c6673-bb46-4df8-be97-237ca3a4797b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6f431a59-d72b-4445-afc2-e8f1fc2ab79c",
    "vfModuleModelCustomizationUUID": "8f6e7635-03c3-4d45-a89d-3e9aa551fb75",
    "isBase": true,
    "artifacts": [
      "ae0d42db-e894-4f18-a107-0a0e7f35e48a",
      "dc432041-b81f-4840-85ff-25a135674fd7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "ee965c8c-2770-4a5e-9bc7-fd0e96a8b641",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3b3319b7-0645-46b8-820f-22c4635f4ba9",
    "vfModuleModelCustomizationUUID": "cbe6e761-3de6-4c62-90aa-ac2f8225eb48",
    "isBase": false,
    "artifacts": [
      "26d4faaa-677b-41b1-b260-7e1eebeefdc3"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:38:11.716Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f431a59-d72b-4445-afc2-e8f1fc2ab79c
VfModuleModelInvariantUUID:484c6673-bb46-4df8-be97-237ca3a4797b
VfModuleModelDescription:NULL
Artifacts UUID List:{
ae0d42db-e894-4f18-a107-0a0e7f35e48a
,
dc432041-b81f-4840-85ff-25a135674fd7

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:3b3319b7-0645-46b8-820f-22c4635f4ba9
VfModuleModelInvariantUUID:ee965c8c-2770-4a5e-9bc7-fd0e96a8b641
VfModuleModelDescription:NULL
Artifacts UUID List:{
26d4faaa-677b-41b1-b260-7e1eebeefdc3

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

isBase:false


}

2022-04-10T06:38:11.716Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ae0d42db-e894-4f18-a107-0a0e7f35e48a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-10T06:38:11.716Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:38:11.717Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-10T06:38:12.150Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:38:12.151Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ae0d42db-e894-4f18-a107-0a0e7f35e48a 914
2022-04-10T06:38:12.152Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-10T06:38:12.152Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-10T06:38:12.152Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:38:12.152Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:12.155Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:12.155Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572692151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:38:12.255Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:12.257Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:12.257Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:12.272Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:12.272Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:13.156Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49f08b84-c7bc-4438-8d41-2179dabd6739 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-10T06:38:13.156Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:38:13.157Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-10T06:38:13.799Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:38:13.800Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 49f08b84-c7bc-4438-8d41-2179dabd6739 12
2022-04-10T06:38:13.800Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-10T06:38:13.800Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-10T06:38:13.800Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:38:13.800Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:13.802Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:13.802Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572693800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:38:13.903Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:13.904Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:13.904Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:13.917Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:13.918Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:14.803Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dc432041-b81f-4840-85ff-25a135674fd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-10T06:38:14.806Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:38:14.807Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-10T06:38:15.404Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:38:15.405Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env dc432041-b81f-4840-85ff-25a135674fd7 96
2022-04-10T06:38:15.405Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-10T06:38:15.405Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-10T06:38:15.405Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:38:15.405Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:15.407Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:15.407Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572695405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:38:15.508Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:38:15.509Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:15.509Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:15.523Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:15.524Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:38:16.408Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 26d4faaa-677b-41b1-b260-7e1eebeefdc3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-10T06:38:16.408Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:38:16.408Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-10T06:38:16.903Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:38:16.904Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 26d4faaa-677b-41b1-b260-7e1eebeefdc3 20206
2022-04-10T06:38:16.905Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-10T06:38:16.905Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-10T06:38:16.905Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:38:16.905Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:16.907Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:16.908Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572696905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:38:17.008Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:17.009Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:17.009Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:17.027Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:17.027Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:17.914Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 86273b37-e9f9-47c8-96b5-c7cbd8f32783
2022-04-10T06:38:17.914Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 66b90b26-f987-49bc-8862-4a2278c4a848 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:38:17.925Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@479b9890, org.onap.sdc.toscaparser.api.parameters.Input@5fab7a60, org.onap.sdc.toscaparser.api.parameters.Input@5e15fa8a, org.onap.sdc.toscaparser.api.parameters.Input@79127cbb, org.onap.sdc.toscaparser.api.parameters.Input@62d63411]
2022-04-10T06:38:17.927Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.928Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.928Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-10T06:38:17.928Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= af53f258-d72c-4b53-ab47-b7681b6acd72
2022-04-10T06:38:17.929Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af53f258-d72c-4b53-ab47-b7681b6acd72 matches Tosca VF Customization UUID: af53f258-d72c-4b53-ab47-b7681b6acd72
2022-04-10T06:38:17.929Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: af53f258-d72c-4b53-ab47-b7681b6acd72  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-10T06:38:17.932Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.932Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.933Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id af53f258-d72c-4b53-ab47-b7681b6acd72: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-10T06:38:17.933Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d070c48
2022-04-10T06:38:17.933Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.934Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:38:17.934Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cbe6e761-3de6-4c62-90aa-ac2f8225eb48
2022-04-10T06:38:17.934Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cbe6e761-3de6-4c62-90aa-ac2f8225eb48
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-10T06:38:17.937Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.938Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:17.938Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:38:17.938Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.939Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:17.939Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:38:17.939Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.939Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-10T06:38:17.940Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=af53f258-d72c-4b53-ab47-b7681b6acd72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:38:17.942Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.942Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.942Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 86273b37-e9f9-47c8-96b5-c7cbd8f32783: basic_cnf_macro
2022-04-10T06:38:17.942Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.942Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.943Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.943Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.943Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.943Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.943Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.944Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.944Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:38:17.944Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:38:17.944Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:38:17.991Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 66b90b26-f987-49bc-8862-4a2278c4a848 2 ASDC deployResourceStructure
2022-04-10T06:38:17.992Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-10T06:38:17.992Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-10T06:38:17.992Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:38:17.992Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:17.994Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:17.994Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572697992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:38:18.095Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:18.096Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:18.096Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:18.109Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:18.109Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:18.996Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-10T06:38:18.997Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-10T06:38:18.997Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:38:18.998Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:19.001Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:19.001Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572698996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:38:19.101Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:38:19.102Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:19.102Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:19.124Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:19.125Z||pool-65-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:38:20.037Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-10T06:38:20.037Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-10T06:38:20.038Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-10T06:38:20.041Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:20.048Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:20.049Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572700014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:38:20.152Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T06:38:20.153Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:20.154Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:20.170Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:20.172Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:21.058Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-10T06:38:21.059Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-10T06:38:21.059Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:38:21.059Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:21.062Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:21.062Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572701058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:38:21.163Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:38:21.164Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:21.164Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:21.186Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:21.187Z||pool-67-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:22.065Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-10T06:38:22.066Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-10T06:38:22.067Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-10T06:38:22.067Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:22.069Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:22.069Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572702065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:38:22.170Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:22.171Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:22.171Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:22.188Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:22.189Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:23.070Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-10T06:38:23.071Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-10T06:38:23.071Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:38:23.071Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:38:23.074Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:38:23.074Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572703070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:38:23.174Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:38:23.175Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:38:23.175Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:23.201Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:23.202Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:38:24.075Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:38:24.089Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:38:24.093Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:38:24.093Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:38:24.093Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:38:54.094Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:38:54.104Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:38:54.106Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:38:54.106Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:38:54.106Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:38:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:38:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:38:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:38:55.893Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:38:55.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:38:55.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:38:55.895Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:39:24.106Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:39:24.120Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:39:24.125Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:39:24.125Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:39:24.126Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:39:54.126Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:39:54.143Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:39:54.159Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:39:54.159Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:39:54.159Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:39:55.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:39:55.891Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:39:55.891Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:39:55.963Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:39:55.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:39:55.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572675047,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:39:55.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:24.160Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:40:24.175Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:40:24.178Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:40:24.178Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:40:24.178Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:40:54.182Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:40:54.279Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:40:54.291Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:40:54.292Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:40:54.292Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:40:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:40:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:40:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:40:55.902Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:40:55.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572676065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572675659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572676052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572666463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "policy-id",
  "timestamp": 1649572677056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:55.928Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 565a1571-8510-4780-981b-c7328d5f05b8
2022-04-10T06:40:55.928Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 565a1571-8510-4780-981b-c7328d5f05b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:55.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572677492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572678913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:55.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572679924,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:55.952Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 565a1571-8510-4780-981b-c7328d5f05b8
2022-04-10T06:40:55.952Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 565a1571-8510-4780-981b-c7328d5f05b8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:55.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572679641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "cds",
  "timestamp": 1649572680372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:55.969Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 565a1571-8510-4780-981b-c7328d5f05b8
2022-04-10T06:40:55.969Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 565a1571-8510-4780-981b-c7328d5f05b8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:55.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572683584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572685388,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572685646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572686911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572687420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "clamp",
  "timestamp": 1649572686649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:55.990Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 565a1571-8510-4780-981b-c7328d5f05b8
2022-04-10T06:40:55.991Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 565a1571-8510-4780-981b-c7328d5f05b8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:55.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572687629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:55.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572688491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572688635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.001Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572689572,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.006Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 565a1571-8510-4780-981b-c7328d5f05b8
2022-04-10T06:40:56.006Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 565a1571-8510-4780-981b-c7328d5f05b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-10T06:40:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572689676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "policy-id",
  "timestamp": 1649572689642,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.034Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 915ab7a7-5c05-4159-99e6-171f581faffe
2022-04-10T06:40:56.034Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915ab7a7-5c05-4159-99e6-171f581faffe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572690700,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572690575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572690952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "cds",
  "timestamp": 1649572690681,
  "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-04-10T06:40:56.053Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 915ab7a7-5c05-4159-99e6-171f581faffe
2022-04-10T06:40:56.054Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915ab7a7-5c05-4159-99e6-171f581faffe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572692151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.065Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "aai-ml",
  "timestamp": 1649572691957,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.071Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 565a1571-8510-4780-981b-c7328d5f05b8
2022-04-10T06:40:56.071Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 565a1571-8510-4780-981b-c7328d5f05b8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572693307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572693800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572695405,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572695895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.094Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.094Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.095Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572696905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.096Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572696900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.102Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 915ab7a7-5c05-4159-99e6-171f581faffe
2022-04-10T06:40:56.103Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915ab7a7-5c05-4159-99e6-171f581faffe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.111Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.112Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.113Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.114Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572697992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.117Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572672331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.117Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.120Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572698996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572698860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572678564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.127Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572700014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:40:56.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572700045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572681463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572700106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572701058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572700796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.133Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572685252,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572701160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572700935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.135Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.136Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572701110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572702065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:40:56.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572702181,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.147Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 915ab7a7-5c05-4159-99e6-171f581faffe
2022-04-10T06:40:56.147Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915ab7a7-5c05-4159-99e6-171f581faffe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-10T06:40:56.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "cds",
  "timestamp": 1649572701940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
2022-04-10T06:40:56.178Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "policy-id",
  "timestamp": 1649572702114,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.192Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
2022-04-10T06:40:56.193Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572703070,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572703185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572685038,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.207Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.207Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572707207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.207Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.207Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.208Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.209Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.209Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.209Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.210Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.210Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.210Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.211Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.213Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.214Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572709733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.215Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.215Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.216Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.216Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.216Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.217Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.218Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572710739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.225Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
2022-04-10T06:40:56.225Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572711647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572712094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572704188,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "aai-ml",
  "timestamp": 1649572713102,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 915ab7a7-5c05-4159-99e6-171f581faffe
2022-04-10T06:40:56.245Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915ab7a7-5c05-4159-99e6-171f581faffe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572712669,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572712739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572713484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572713654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.254Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572713744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "cds",
  "timestamp": 1649572713942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.266Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
2022-04-10T06:40:56.267Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572714983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.274Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "clamp",
  "timestamp": 1649572714658,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.279Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 915ab7a7-5c05-4159-99e6-171f581faffe
2022-04-10T06:40:56.279Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 915ab7a7-5c05-4159-99e6-171f581faffe and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "policy-id",
  "timestamp": 1649572714747,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.295Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
2022-04-10T06:40:56.295Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.303Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572716292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.309Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572717507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572718537,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.323Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
2022-04-10T06:40:56.323Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-10T06:40:56.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572719540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572705252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572692961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572702945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572722462,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572703117,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572723482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572723969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572723650,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572723341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572723915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572724656,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.357Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
2022-04-10T06:40:56.357Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "cds",
  "timestamp": 1649572724347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.367Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
2022-04-10T06:40:56.367Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572724919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572726512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.375Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.375Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "policy-id",
  "timestamp": 1649572725923,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.379Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
2022-04-10T06:40:56.379Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572727517,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.394Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
2022-04-10T06:40:56.394Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572728666,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572729842,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572731049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572732069,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.415Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
2022-04-10T06:40:56.415Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-10T06:40:56.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572733072,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572733183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "aai-ml",
  "timestamp": 1649572734188,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:40:56.430Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
2022-04-10T06:40:56.430Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572725659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572725352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:40:56.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:24.292Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:41:24.305Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:41:24.308Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:41:24.308Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:41:24.309Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:41:24.309Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:41:24.309Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:41:24.309Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:41:24.309Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:41:24.309Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:41:24.309Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:41:24.310Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:41:24.310Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:24.314Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:41:54.314Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 565a1571-8510-4780-981b-c7328d5f05b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:41:54.320Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 565a1571-8510-4780-981b-c7328d5f05b8 and serviceModelVersionId: 86273b37-e9f9-47c8-96b5-c7cbd8f32783
2022-04-10T06:41:54.320Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2749e576-e0be-4178-94e0-62ef017d3677
2022-04-10T06:41:54.321Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0
2022-04-10T06:41:54.326Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:41:54.378Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0|INFO|500||Invoke
2022-04-10T06:41:54.378Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[565a1571-8510-4780-981b-c7328d5f05b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64397c2a-1b55-4cd7-ab93-a7bfd35e49ca], X-ECOMP-RequestID=[565a1571-8510-4780-981b-c7328d5f05b8], X-TransactionId=[], X-ONAP-RequestID=[565a1571-8510-4780-981b-c7328d5f05b8], Content-Type=[application/merge-patch+json]}
2022-04-10T06:41:54.403Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:41:55.001Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?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/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-06:41:54:410-40758], vertex-id=[200784], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:41:54 GMT], Content-Type=[application/json]}
2022-04-10T06:41:55.002Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:41:55.003Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2749e576-e0be-4178-94e0-62ef017d3677/model-vers/model-ver/86273b37-e9f9-47c8-96b5-c7cbd8f32783?depth=0|INFO|500||InvokeReturn
2022-04-10T06:41:55.003Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:41:55.003Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:41:55.009Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:41:55.010Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 565a1571-8510-4780-981b-c7328d5f05b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:41:55.010Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:41:55.011Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:41:55.014Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:41:55.014Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572915010,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:41:55.114Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:41:55.115Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:41:55.115Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:41:55.129Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:41:55.130Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:41:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:41:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:41:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:41:55.894Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:41:55.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572735488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572735975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.898Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572726927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572735651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572736816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572737004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:55.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "cds",
  "timestamp": 1649572736725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:55.914Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 039e2c60-cd84-475a-b888-88b0cd8632da
2022-04-10T06:41:55.914Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039e2c60-cd84-475a-b888-88b0cd8632da and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572737031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649572738007,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:55.926Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 039e2c60-cd84-475a-b888-88b0cd8632da
2022-04-10T06:41:55.926Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039e2c60-cd84-475a-b888-88b0cd8632da and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572737659,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572738824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572738036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "clamp",
  "timestamp": 1649572738663,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:55.939Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
2022-04-10T06:41:55.939Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:55.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572739829,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:55.951Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
2022-04-10T06:41:55.951Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:55.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "policy-id",
  "timestamp": 1649572739040,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:55.963Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 039e2c60-cd84-475a-b888-88b0cd8632da
2022-04-10T06:41:55.963Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039e2c60-cd84-475a-b888-88b0cd8632da and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:55.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572720544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572735191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572743785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572693829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572715037,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:55.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572750107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649572742107,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572752078,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:55.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649572753084,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:55.987Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 039e2c60-cd84-475a-b888-88b0cd8632da
2022-04-10T06:41:55.988Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039e2c60-cd84-475a-b888-88b0cd8632da and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:55.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572753654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:55.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572754854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:55.997Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:55.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:55.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "aai-ml",
  "timestamp": 1649572755858,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:56.001Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
2022-04-10T06:41:56.002Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:56.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572756660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:56.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:56.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "clamp",
  "timestamp": 1649572757664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:56.013Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
2022-04-10T06:41:56.013Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:56.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.021Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572765696,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.022Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572773088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "aai-ml",
  "timestamp": 1649572774091,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:56.025Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.025Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"915ab7a7-5c05-4159-99e6-171f581faffe","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"d0d8c606-84a2-4675-8c9a-a9a06c0a78bd","serviceDescription":"service","serviceInvariantUUID":"337bb2a1-4eeb-476e-8c89-3abf76f63e3f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"25b5f2ee-18a5-49d7-90f5-19a01c873661","resourceInvariantUUID":"7c033f58-78e2-4d27-8277-5b93ed82ea7f","resourceCustomizationUUID":"ef96f069-850c-4aa0-9733-a715ffa529d6","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":"MDgxNTljYjFiNTU2MjljYjQ4MGYzZTgyZWJjZGVmODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3d8c071-5cde-46d8-9b9a-6d72b4600254","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":"ZDU1MWY3ODUwOTY1MWVkNmIwODc5NGE1YmNiMDdiNTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76e8f5e7-7a00-4a4a-a02e-6d4a7cba6fa0","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":"f1024359-93ea-4033-9e16-1b1fe5af6e2a","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":"5e39beb8-7dbe-46b6-8aa9-05e50f42ec75","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":"400bd2db-8125-44b8-b15c-d01f20199579","artifactVersion":"2","generatedFromUUID":"f1024359-93ea-4033-9e16-1b1fe5af6e2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjJjN2IxZGQ4NWUzZmEwMmM2YjRjYTQzZTAxMTlhOGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a27fa4e-7144-446b-a2f6-f864b13f0bb2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTM0NjFmYzdkMDYwYTA2YTFlMjdmODgzMTZlNGI4MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a331713-162c-4869-9cf1-593efe025e14","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:41:56.026Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:41:56.026Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:41:56.028Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
2022-04-10T06:41:56.028Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and ComponentName AAI
2022-04-10T06:41:56.028Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:41:56.029Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:56.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.037Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.037Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572774666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572776673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:56.038Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:56.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.039Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.039Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.039Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "clamp",
  "timestamp": 1649572777677,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:56.044Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
2022-04-10T06:41:56.044Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:56.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572756861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572784246,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:56.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572758668,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:41:56.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:41:56.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572790451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:41:56.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:41:56.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:41:56.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "aai-ml",
  "timestamp": 1649572791454,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:41:56.065Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 039e2c60-cd84-475a-b888-88b0cd8632da
2022-04-10T06:41:56.066Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039e2c60-cd84-475a-b888-88b0cd8632da and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:41:56.129Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:41:56.130Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:41:56.130Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:41:56.142Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:41:56.142Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:41:57.029Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:41:57.030Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:41:57.032Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:41:57.033Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:41:57.140Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-10T06:41:57.141Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:41:57.141Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:41:57.153Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:41:57.154Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:41:58.033Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:41:58.035Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:41:58.038Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:41:58.038Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:41:58.138Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:41:58.139Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:41:58.139Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:41:58.151Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:41:58.151Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:41:59.039Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:41:59.040Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:41:59.042Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:41:59.042Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:41:59.143Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:41:59.144Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:41:59.144Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:41:59.155Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:41:59.157Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:00.043Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:00.044Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:00.046Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:00.047Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T06:42:00.147Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:00.148Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:00.148Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:00.160Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:00.161Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:01.047Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:01.048Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:01.050Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:01.051Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:42:01.151Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:01.152Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:01.152Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:01.166Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:01.167Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:02.051Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:02.053Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:02.056Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:02.056Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:42:02.156Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:02.157Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:02.157Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:02.177Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:02.177Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:03.058Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "d0d8c606-84a2-4675-8c9a-a9a06c0a78bd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "337bb2a1-4eeb-476e-8c89-3abf76f63e3f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "ef96f069-850c-4aa0-9733-a715ffa529d6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "25b5f2ee-18a5-49d7-90f5-19a01c873661",
      "resourceInvariantUUID": "7c033f58-78e2-4d27-8277-5b93ed82ea7f",
      "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": "ZDU1MWY3ODUwOTY1MWVkNmIwODc5NGE1YmNiMDdiNTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76e8f5e7-7a00-4a4a-a02e-6d4a7cba6fa0",
          "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": "f1024359-93ea-4033-9e16-1b1fe5af6e2a",
          "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": "400bd2db-8125-44b8-b15c-d01f20199579",
            "generatedFromUUID": "f1024359-93ea-4033-9e16-1b1fe5af6e2a"
          },
          "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": "400bd2db-8125-44b8-b15c-d01f20199579",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTM0NjFmYzdkMDYwYTA2YTFlMjdmODgzMTZlNGI4MjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a331713-162c-4869-9cf1-593efe025e14"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:42:03.058Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:42:03.058Z|565a1571-8510-4780-981b-c7328d5f05b8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0d8c606-84a2-4675-8c9a-a9a06c0a78bd ASDC
2022-04-10T06:42:03.059Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:915ab7a7-5c05-4159-99e6-171f581faffe
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:d0d8c606-84a2-4675-8c9a-a9a06c0a78bd
ServiceInvariantUUID:337bb2a1-4eeb-476e-8c89-3abf76f63e3f
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:3a331713-162c-4869-9cf1-593efe025e14
ArtifactChecksum:NTM0NjFmYzdkMDYwYTA2YTFlMjdmODgzMTZlNGI4MjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:ef96f069-850c-4aa0-9733-a715ffa529d6
ResourceInvariantUUID:7c033f58-78e2-4d27-8277-5b93ed82ea7f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:25b5f2ee-18a5-49d7-90f5-19a01c873661
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:76e8f5e7-7a00-4a4a-a02e-6d4a7cba6fa0
ArtifactChecksum:ZDU1MWY3ODUwOTY1MWVkNmIwODc5NGE1YmNiMDdiNTA=
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:f1024359-93ea-4033-9e16-1b1fe5af6e2a
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:400bd2db-8125-44b8-b15c-d01f20199579
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:400bd2db-8125-44b8-b15c-d01f20199579
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T06:42:03.059Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0d8c606-84a2-4675-8c9a-a9a06c0a78bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:42:03.093Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:42:03.094Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:42:03.094Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:42:03.094Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3a331713-162c-4869-9cf1-593efe025e14 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T06:42:03.095Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:42:03.095Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T06:42:04.409Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:42:04.413Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 3a331713-162c-4869-9cf1-593efe025e14 71064
2022-04-10T06:42:04.413Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-10T06:42:04.413Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T06:42:04.413Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:42:04.414Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:04.416Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:04.417Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572924413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:04.517Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:42:04.517Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:04.517Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:04.528Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:04.529Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:05.417Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:42:05.419Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:42:05.419Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3a331713-162c-4869-9cf1-593efe025e14, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:05.419Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-10T06:42:05.420Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:05.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:05.533Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18206178855966076817/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-10T06:42:06.791Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:42:06.792Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:42:06.792Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.792Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T06:42:06.793Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.793Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.793Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.793Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.793Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.793Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.793Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.794Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.794Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-10T06:42:06.794Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:42:06.795Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.795Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:06.795Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:06.795Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:42:06.796Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:42:06.796Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.796Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:06.797Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:06.797Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:42:06.797Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:42:06.797Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.797Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:06.798Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.798Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-10T06:42:06.798Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-10T06:42:06.799Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-10T06:42:06.799Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-10T06:42:06.799Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T06:42:06.800Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:42:06.800Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.800Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:42:06.801Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.801Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:06.801Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:06.802Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.802Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:06.803Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:06.803Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.803Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:06.804Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:06.804Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.804Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-10T06:42:06.805Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T06:42:06.805Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T06:42:06.805Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ec7e74ab-2912-4895-9d09-0a9d8b74f03d
2022-04-10T06:42:06.806Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.806Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:06.806Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.807Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:06.807Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.807Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:06.808Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:06.808Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:06.808Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:d0d8c606-84a2-4675-8c9a-a9a06c0a78bd
Model Version:NULL
Model InvariantUuid:337bb2a1-4eeb-476e-8c89-3abf76f63e3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:72a0df74-ad7c-4e8c-a3d7-5968bc5a1191
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7c033f58-78e2-4d27-8277-5b93ed82ea7f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ef96f069-850c-4aa0-9733-a715ffa529d6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22c3779d-b8fb-4097-aed9-f5bfb2d245ef
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6431bdeb-b8f4-450c-9d1e-5c886ce676cc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ec7e74ab-2912-4895-9d09-0a9d8b74f03d
ModelInvariantUuid:5fd01204-d608-4621-a7f1-7268f73f69e0
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e3e8eac1-4e1f-4662-a68b-a7a62c93de96
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4a6112ed-3e58-41b1-a88e-affa466a5f45
ModelInvariantUuid:3f846c4e-2005-410e-82b6-ecb70b2068d6
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:6c29bbd5-4c83-4846-8a69-6916366c1f42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:42:06.815Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 25b5f2ee-18a5-49d7-90f5-19a01c873661
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:42:06.818Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-04-10T06:42:06.818Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 25b5f2ee-18a5-49d7-90f5-19a01c873661
2022-04-10T06:42:06.818Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76e8f5e7-7a00-4a4a-a02e-6d4a7cba6fa0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-10T06:42:06.819Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:42:06.819Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-10T06:42:07.002Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:42:07.002Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 76e8f5e7-7a00-4a4a-a02e-6d4a7cba6fa0 787
2022-04-10T06:42:07.003Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-10T06:42:07.003Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-10T06:42:07.003Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:42:07.003Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:07.005Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:07.005Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572927002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:07.105Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:42:07.106Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:07.107Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:07.119Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:07.120Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:08.007Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22c3779d-b8fb-4097-aed9-f5bfb2d245ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6431bdeb-b8f4-450c-9d1e-5c886ce676cc",
    "vfModuleModelCustomizationUUID": "e695a1a6-5525-46c2-a5e7-ed6962bfe403",
    "isBase": true,
    "artifacts": [
      "f1024359-93ea-4033-9e16-1b1fe5af6e2a",
      "400bd2db-8125-44b8-b15c-d01f20199579"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:42:08.013Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6431bdeb-b8f4-450c-9d1e-5c886ce676cc
VfModuleModelInvariantUUID:22c3779d-b8fb-4097-aed9-f5bfb2d245ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1024359-93ea-4033-9e16-1b1fe5af6e2a
,
400bd2db-8125-44b8-b15c-d01f20199579

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

isBase:true


}

2022-04-10T06:42:08.016Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "22c3779d-b8fb-4097-aed9-f5bfb2d245ef",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6431bdeb-b8f4-450c-9d1e-5c886ce676cc",
    "vfModuleModelCustomizationUUID": "e695a1a6-5525-46c2-a5e7-ed6962bfe403",
    "isBase": true,
    "artifacts": [
      "f1024359-93ea-4033-9e16-1b1fe5af6e2a",
      "400bd2db-8125-44b8-b15c-d01f20199579"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:42:08.017Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6431bdeb-b8f4-450c-9d1e-5c886ce676cc
VfModuleModelInvariantUUID:22c3779d-b8fb-4097-aed9-f5bfb2d245ef
VfModuleModelDescription:NULL
Artifacts UUID List:{
f1024359-93ea-4033-9e16-1b1fe5af6e2a
,
400bd2db-8125-44b8-b15c-d01f20199579

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

isBase:true


}

2022-04-10T06:42:08.017Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1024359-93ea-4033-9e16-1b1fe5af6e2a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-10T06:42:08.017Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:42:08.017Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-10T06:42:08.206Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:42:08.206Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f1024359-93ea-4033-9e16-1b1fe5af6e2a 5033
2022-04-10T06:42:08.207Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-10T06:42:08.207Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-10T06:42:08.207Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:42:08.207Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:08.209Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:08.210Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572928207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:08.310Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:08.311Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:08.311Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:08.322Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:08.323Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:42:09.210Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 400bd2db-8125-44b8-b15c-d01f20199579 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-10T06:42:09.211Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:42:09.211Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-10T06:42:09.260Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:42:09.261Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 400bd2db-8125-44b8-b15c-d01f20199579 903
2022-04-10T06:42:09.261Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-10T06:42:09.262Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-10T06:42:09.262Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:42:09.262Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:09.265Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:09.265Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572929261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:09.365Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:09.366Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:09.366Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:09.377Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:09.377Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:10.265Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d0d8c606-84a2-4675-8c9a-a9a06c0a78bd
2022-04-10T06:42:10.266Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 25b5f2ee-18a5-49d7-90f5-19a01c873661 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:42:10.280Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@513e1839, org.onap.sdc.toscaparser.api.parameters.Input@35dc2bb, org.onap.sdc.toscaparser.api.parameters.Input@22bad43d, org.onap.sdc.toscaparser.api.parameters.Input@78ee8a5, org.onap.sdc.toscaparser.api.parameters.Input@2650c7bd]
2022-04-10T06:42:10.282Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.282Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.282Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-10T06:42:10.283Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ef96f069-850c-4aa0-9733-a715ffa529d6
2022-04-10T06:42:10.283Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ef96f069-850c-4aa0-9733-a715ffa529d6 matches Tosca VF Customization UUID: ef96f069-850c-4aa0-9733-a715ffa529d6
2022-04-10T06:42:10.283Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ef96f069-850c-4aa0-9733-a715ffa529d6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-10T06:42:10.287Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.287Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.289Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ef96f069-850c-4aa0-9733-a715ffa529d6: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-10T06:42:10.289Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fa1a32f
2022-04-10T06:42:10.289Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.290Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:42:10.290Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e695a1a6-5525-46c2-a5e7-ed6962bfe403
2022-04-10T06:42:10.290Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e695a1a6-5525-46c2-a5e7-ed6962bfe403
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-10T06:42:10.293Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.293Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:10.294Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:10.294Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.294Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:10.295Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:10.295Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.296Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-10T06:42:10.296Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T06:42:10.296Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T06:42:10.297Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ec7e74ab-2912-4895-9d09-0a9d8b74f03d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-10T06:42:10.300Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.300Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:10.301Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:10.301Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.301Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-10T06:42:10.302Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ef96f069-850c-4aa0-9733-a715ffa529d6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:42:10.304Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.305Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.305Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d0d8c606-84a2-4675-8c9a-a9a06c0a78bd: basic_vm
2022-04-10T06:42:10.305Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.306Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.306Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.307Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.307Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.307Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.308Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.308Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.308Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:10.309Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:10.309Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:42:10.390Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 25b5f2ee-18a5-49d7-90f5-19a01c873661 1 ASDC deployResourceStructure
2022-04-10T06:42:10.390Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-10T06:42:10.391Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-10T06:42:10.391Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:42:10.391Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:10.393Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:10.394Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572930390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:42:10.494Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:10.495Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:10.495Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:10.507Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:10.507Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:11.395Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-10T06:42:11.395Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-10T06:42:11.396Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:42:11.396Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:11.398Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:11.398Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572931395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:42:11.499Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:42:11.500Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:11.500Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:11.512Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:11.512Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:12.400Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-10T06:42:12.400Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-10T06:42:12.400Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:42:12.401Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:12.403Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:12.404Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572932399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:42:12.505Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:42:12.507Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:12.507Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:12.527Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:12.527Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:42:13.405Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-10T06:42:13.406Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-10T06:42:13.406Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:42:13.407Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:13.409Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:13.409Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572933404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:42:13.509Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:13.510Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:13.510Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:13.530Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:13.531Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:14.410Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 915ab7a7-5c05-4159-99e6-171f581faffe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:42:14.420Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 915ab7a7-5c05-4159-99e6-171f581faffe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:42:14.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:42:14.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:42:14.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:42:14.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:42:14.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:42:14.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:42:14.423Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:42:14.424Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:42:14.424Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:42:14.424Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:42:14.424Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:42:14.429Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:42:44.429Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 915ab7a7-5c05-4159-99e6-171f581faffe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:42:44.438Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 915ab7a7-5c05-4159-99e6-171f581faffe and serviceModelVersionId: d0d8c606-84a2-4675-8c9a-a9a06c0a78bd
2022-04-10T06:42:44.438Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 337bb2a1-4eeb-476e-8c89-3abf76f63e3f
2022-04-10T06:42:44.439Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/337bb2a1-4eeb-476e-8c89-3abf76f63e3f/model-vers/model-ver/d0d8c606-84a2-4675-8c9a-a9a06c0a78bd?depth=0
2022-04-10T06:42:44.444Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:42:44.496Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337bb2a1-4eeb-476e-8c89-3abf76f63e3f/model-vers/model-ver/d0d8c606-84a2-4675-8c9a-a9a06c0a78bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:42:44.498Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337bb2a1-4eeb-476e-8c89-3abf76f63e3f/model-vers/model-ver/d0d8c606-84a2-4675-8c9a-a9a06c0a78bd?depth=0|INFO|500||Invoke
2022-04-10T06:42:44.518Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337bb2a1-4eeb-476e-8c89-3abf76f63e3f/model-vers/model-ver/d0d8c606-84a2-4675-8c9a-a9a06c0a78bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:42:44.889Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337bb2a1-4eeb-476e-8c89-3abf76f63e3f/model-vers/model-ver/d0d8c606-84a2-4675-8c9a-a9a06c0a78bd?depth=0|INFO|500||InvokeReturn
2022-04-10T06:42:44.889Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/337bb2a1-4eeb-476e-8c89-3abf76f63e3f/model-vers/model-ver/d0d8c606-84a2-4675-8c9a-a9a06c0a78bd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-06:42:44:526-98123], vertex-id=[241736], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:42:44 GMT], Content-Type=[application/json]}
2022-04-10T06:42:44.890Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:42:44.891Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:42:44.891Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:42:44.897Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:42:44.897Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 915ab7a7-5c05-4159-99e6-171f581faffe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:42:44.898Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:42:44.898Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:44.900Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:44.901Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572964898,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:42:45.001Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:45.002Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:45.002Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:45.017Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:45.018Z||pool-86-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-04-10T06:42:45.914Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:42:45.914Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c25b9d9f-6e36-4b1e-a982-b9d8783a66fe","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"aade064d-bb87-4b5b-9044-e3e1987615db","serviceDescription":"service","serviceInvariantUUID":"c0ef22fb-a026-4e1f-b970-6cd500935136","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2868ee8-640b-45ef-ab0b-dc75ce7846bf","resourceInvariantUUID":"2a586680-799c-46a6-8bcf-e0449047caf5","resourceCustomizationUUID":"2961cbcb-1fd7-4a5d-8fd7-6952227edd54","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":"MDZmZTNjNGViYWVlZTk3OTJiNzQ0ZWY5NTZhNWQwOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29e0730b-4ada-4f2f-ac5c-05c6ae462c94","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":"fdd27cf9-32f8-44e4-b4f4-1d82b8ba1aa0","artifactVersion":"2","generatedFromUUID":"c26b25fd-f578-4c96-b709-298d468e4214"},{"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":"c26b25fd-f578-4c96-b709-298d468e4214","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":"NTQwZDk2OWQ0MDM3MDgwZTU2ZWViNTA1NDk1NmE0ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d46d584-86eb-4816-b90b-9f62f0b1c968","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":"73f25375-143a-4bdd-adf6-fb52d75411db","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":"64bf1432-56c4-43b3-a20c-5b26831f1d4f","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":"5673c33e-06b0-4479-8be9-c46d549226b7","artifactVersion":"2","generatedFromUUID":"73f25375-143a-4bdd-adf6-fb52d75411db"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWQ3ZWFkNzNmMDg2NGE1NDJiNjgzOTg1YzRlMmMwMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0763e24a-4d28-4f09-8933-8b70c9219d83","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Nzc1OGM3YTgzM2ZkMWJlYjJiYjJiMzk5NWExZjYyYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c14b790d-198d-473e-a6b6-4bc082a440b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:42:45.915Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:45.915Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:45.917Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:45.917Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:42:46.018Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:42:46.019Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:46.019Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:46.043Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:46.044Z||pool-87-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:46.918Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:46.919Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:46.922Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:46.922Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-10T06:42:47.022Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:47.023Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:47.024Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:47.035Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:47.035Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:47.923Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:47.923Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:47.925Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:47.925Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-10T06:42:48.027Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T06:42:48.028Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:48.028Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:48.043Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:48.044Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:48.926Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:48.927Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:48.929Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:48.930Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:42:49.030Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:49.031Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:49.031Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:49.042Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:49.043Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:49.930Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:49.931Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:49.933Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:49.933Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:42:50.033Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:50.034Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:50.035Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:50.046Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:50.047Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:50.934Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:50.935Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:50.936Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:50.936Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:42:51.037Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:42:51.038Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:51.038Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:51.074Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:51.075Z||pool-92-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:51.937Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:51.939Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:51.943Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:51.943Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-10T06:42:52.043Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:42:52.044Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:52.044Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:52.055Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:52.055Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:52.944Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:52.945Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:52.948Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:52.948Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:42:53.048Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:53.050Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:53.050Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:53.063Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:53.063Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:53.949Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:42:53.950Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:53.952Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:53.952Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:42:54.052Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:54.053Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:54.053Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:54.066Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:54.067Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:54.953Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "aade064d-bb87-4b5b-9044-e3e1987615db",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0ef22fb-a026-4e1f-b970-6cd500935136",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2961cbcb-1fd7-4a5d-8fd7-6952227edd54",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e2868ee8-640b-45ef-ab0b-dc75ce7846bf",
      "resourceInvariantUUID": "2a586680-799c-46a6-8bcf-e0449047caf5",
      "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": "fdd27cf9-32f8-44e4-b4f4-1d82b8ba1aa0",
          "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": "c26b25fd-f578-4c96-b709-298d468e4214",
          "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": "NTQwZDk2OWQ0MDM3MDgwZTU2ZWViNTA1NDk1NmE0ZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4d46d584-86eb-4816-b90b-9f62f0b1c968",
          "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": "73f25375-143a-4bdd-adf6-fb52d75411db",
          "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": "5673c33e-06b0-4479-8be9-c46d549226b7",
            "generatedFromUUID": "73f25375-143a-4bdd-adf6-fb52d75411db"
          },
          "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": "5673c33e-06b0-4479-8be9-c46d549226b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Nzc1OGM3YTgzM2ZkMWJlYjJiYjJiMzk5NWExZjYyYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c14b790d-198d-473e-a6b6-4bc082a440b1"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:42:54.954Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:42:54.954Z|915ab7a7-5c05-4159-99e6-171f581faffe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 aade064d-bb87-4b5b-9044-e3e1987615db ASDC
2022-04-10T06:42:54.955Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:aade064d-bb87-4b5b-9044-e3e1987615db
ServiceInvariantUUID:c0ef22fb-a026-4e1f-b970-6cd500935136
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:c14b790d-198d-473e-a6b6-4bc082a440b1
ArtifactChecksum:Nzc1OGM3YTgzM2ZkMWJlYjJiYjJiMzk5NWExZjYyYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2961cbcb-1fd7-4a5d-8fd7-6952227edd54
ResourceInvariantUUID:2a586680-799c-46a6-8bcf-e0449047caf5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e2868ee8-640b-45ef-ab0b-dc75ce7846bf
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:fdd27cf9-32f8-44e4-b4f4-1d82b8ba1aa0
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:c26b25fd-f578-4c96-b709-298d468e4214
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:4d46d584-86eb-4816-b90b-9f62f0b1c968
ArtifactChecksum:NTQwZDk2OWQ0MDM3MDgwZTU2ZWViNTA1NDk1NmE0ZGE=
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:73f25375-143a-4bdd-adf6-fb52d75411db
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:5673c33e-06b0-4479-8be9-c46d549226b7
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:5673c33e-06b0-4479-8be9-c46d549226b7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T06:42:54.955Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aade064d-bb87-4b5b-9044-e3e1987615db ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:42:54.984Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:42:54.984Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:42:54.985Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:42:54.985Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c14b790d-198d-473e-a6b6-4bc082a440b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T06:42:54.985Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:42:54.985Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T06:42:55.514Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:42:55.518Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c14b790d-198d-473e-a6b6-4bc082a440b1 68964
2022-04-10T06:42:55.519Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-10T06:42:55.519Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T06:42:55.519Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:42:55.519Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:55.522Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:55.522Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572975518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:55.622Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:55.623Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:55.624Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:55.636Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:55.637Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:42:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:42:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:42:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:55.888Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:55.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:42:55.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572795669,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:55.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:42:55.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:42:55.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572797675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:42:55.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:42:55.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-10T06:42:55.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "clamp",
  "timestamp": 1649572798680,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:42:55.897Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 039e2c60-cd84-475a-b888-88b0cd8632da
2022-04-10T06:42:55.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 039e2c60-cd84-475a-b888-88b0cd8632da and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:42:56.523Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:42:56.524Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:42:56.524Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c14b790d-198d-473e-a6b6-4bc082a440b1, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:56.524Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-10T06:42:56.525Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:56.525Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:56.695Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5305656302817085004/Definitions/service-BasicCnf-template.yml
2022-04-10T06:42:57.901Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:42:57.902Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:42:57.902Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:57.902Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-10T06:42:57.902Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:57.903Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:57.903Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:57.903Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-10T06:42:57.903Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:42:57.904Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.904Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:57.904Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:42:57.905Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:42:57.905Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:42:57.905Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.906Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:57.906Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:42:57.906Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:42:57.906Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:42:57.907Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.907Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:57.907Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-10T06:42:57.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-10T06:42:57.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-10T06:42:57.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:42:57.909Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.909Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:42:57.909Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.910Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:42:57.910Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:57.910Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.911Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:42:57.911Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:57.911Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.911Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:42:57.912Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:42:57.912Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.912Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-10T06:42:57.912Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-10T06:42:57.912Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1117091a-ee5a-48c7-b558-453166c6460e
2022-04-10T06:42:57.913Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.913Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:57.913Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.913Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:57.913Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.914Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:57.914Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:42:57.914Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:42:57.914Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:aade064d-bb87-4b5b-9044-e3e1987615db
Model Version:NULL
Model InvariantUuid:c0ef22fb-a026-4e1f-b970-6cd500935136
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:50677e79-5bd1-4014-aa74-9519df0adaaa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2a586680-799c-46a6-8bcf-e0449047caf5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2961cbcb-1fd7-4a5d-8fd7-6952227edd54
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9302510a-839a-43b7-9a15-e8ba12258b66
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4060932e-88b1-4904-9606-ea920bf2f263
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1117091a-ee5a-48c7-b558-453166c6460e
ModelInvariantUuid:c3dccc02-f88d-473b-be75-c003c834ad42
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:dac874c8-fbe4-4cf5-b518-5321fea659da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8087e095-bad9-4938-8d6c-c1cd808897a5
ModelInvariantUuid:969e1d91-a85a-4475-87c7-47bc7d46200c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:736debbc-830b-4764-88e9-23ad8a051734
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:42:57.922Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e2868ee8-640b-45ef-ab0b-dc75ce7846bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:42:57.925Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-04-10T06:42:57.926Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2868ee8-640b-45ef-ab0b-dc75ce7846bf
2022-04-10T06:42:57.926Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fdd27cf9-32f8-44e4-b4f4-1d82b8ba1aa0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-10T06:42:57.926Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:42:57.927Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-10T06:42:58.311Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:42:58.311Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fdd27cf9-32f8-44e4-b4f4-1d82b8ba1aa0 12
2022-04-10T06:42:58.312Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-10T06:42:58.312Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-10T06:42:58.312Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:42:58.313Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:58.316Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:58.316Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572978312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:58.416Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:42:58.417Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:58.417Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:58.429Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:58.430Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:42:59.317Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c26b25fd-f578-4c96-b709-298d468e4214 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-10T06:42:59.318Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:42:59.318Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-10T06:42:59.599Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:42:59.600Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c26b25fd-f578-4c96-b709-298d468e4214 2688
2022-04-10T06:42:59.600Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-10T06:42:59.600Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-10T06:42:59.600Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:42:59.601Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:42:59.603Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:42:59.603Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572979600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:42:59.703Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:42:59.704Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:42:59.704Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:42:59.721Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:42:59.722Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:43:00.605Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4d46d584-86eb-4816-b90b-9f62f0b1c968 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-10T06:43:00.608Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:43:00.608Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-10T06:43:00.994Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:43:00.995Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4d46d584-86eb-4816-b90b-9f62f0b1c968 828
2022-04-10T06:43:00.995Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-10T06:43:00.996Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-10T06:43:00.996Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:43:00.996Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:01.000Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:01.000Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572980995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:43:01.100Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:43:01.101Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:01.102Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:01.115Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:01.116Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:02.001Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9302510a-839a-43b7-9a15-e8ba12258b66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4060932e-88b1-4904-9606-ea920bf2f263",
    "vfModuleModelCustomizationUUID": "3c9367e5-7458-4797-9551-4f652d27f331",
    "isBase": true,
    "artifacts": [
      "73f25375-143a-4bdd-adf6-fb52d75411db",
      "c26b25fd-f578-4c96-b709-298d468e4214",
      "5673c33e-06b0-4479-8be9-c46d549226b7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:43:02.007Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4060932e-88b1-4904-9606-ea920bf2f263
VfModuleModelInvariantUUID:9302510a-839a-43b7-9a15-e8ba12258b66
VfModuleModelDescription:NULL
Artifacts UUID List:{
73f25375-143a-4bdd-adf6-fb52d75411db
,
c26b25fd-f578-4c96-b709-298d468e4214
,
5673c33e-06b0-4479-8be9-c46d549226b7

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

isBase:true


}

2022-04-10T06:43:02.010Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9302510a-839a-43b7-9a15-e8ba12258b66",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4060932e-88b1-4904-9606-ea920bf2f263",
    "vfModuleModelCustomizationUUID": "3c9367e5-7458-4797-9551-4f652d27f331",
    "isBase": true,
    "artifacts": [
      "73f25375-143a-4bdd-adf6-fb52d75411db",
      "c26b25fd-f578-4c96-b709-298d468e4214",
      "5673c33e-06b0-4479-8be9-c46d549226b7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:43:02.011Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4060932e-88b1-4904-9606-ea920bf2f263
VfModuleModelInvariantUUID:9302510a-839a-43b7-9a15-e8ba12258b66
VfModuleModelDescription:NULL
Artifacts UUID List:{
73f25375-143a-4bdd-adf6-fb52d75411db
,
c26b25fd-f578-4c96-b709-298d468e4214
,
5673c33e-06b0-4479-8be9-c46d549226b7

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

isBase:true


}

2022-04-10T06:43:02.011Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 73f25375-143a-4bdd-adf6-fb52d75411db from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-10T06:43:02.012Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:43:02.012Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-10T06:43:02.292Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:43:02.292Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 73f25375-143a-4bdd-adf6-fb52d75411db 1164
2022-04-10T06:43:02.293Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-10T06:43:02.293Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-10T06:43:02.293Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:43:02.294Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:02.297Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:02.297Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572982293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:43:02.397Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:02.398Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:02.399Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:02.417Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:02.417Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:03.298Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5673c33e-06b0-4479-8be9-c46d549226b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-10T06:43:03.299Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:43:03.299Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-10T06:43:03.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:43:03.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5673c33e-06b0-4479-8be9-c46d549226b7 200
2022-04-10T06:43:03.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-10T06:43:03.908Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-10T06:43:03.909Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:43:03.909Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:03.911Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:03.911Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572983908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:43:04.011Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:04.012Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:04.012Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:04.025Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:04.026Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:04.912Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: aade064d-bb87-4b5b-9044-e3e1987615db
2022-04-10T06:43:04.913Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e2868ee8-640b-45ef-ab0b-dc75ce7846bf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-04-10T06:43:04.932Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:43:04.937Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6faacb89, org.onap.sdc.toscaparser.api.parameters.Input@7b6ccf18, org.onap.sdc.toscaparser.api.parameters.Input@381b06f4, org.onap.sdc.toscaparser.api.parameters.Input@207f7250, org.onap.sdc.toscaparser.api.parameters.Input@19300355]
2022-04-10T06:43:04.939Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.939Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.939Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-10T06:43:04.939Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2961cbcb-1fd7-4a5d-8fd7-6952227edd54
2022-04-10T06:43:04.940Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2961cbcb-1fd7-4a5d-8fd7-6952227edd54 matches Tosca VF Customization UUID: 2961cbcb-1fd7-4a5d-8fd7-6952227edd54
2022-04-10T06:43:04.940Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2961cbcb-1fd7-4a5d-8fd7-6952227edd54  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-10T06:43:04.942Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.942Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.943Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2961cbcb-1fd7-4a5d-8fd7-6952227edd54: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-10T06:43:04.943Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fc3929d
2022-04-10T06:43:04.943Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.943Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:43:04.944Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3c9367e5-7458-4797-9551-4f652d27f331
2022-04-10T06:43:04.944Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3c9367e5-7458-4797-9551-4f652d27f331
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-10T06:43:04.946Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.947Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:43:04.947Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:43:04.947Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.948Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:43:04.948Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:43:04.948Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.948Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-10T06:43:04.949Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-10T06:43:04.949Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1117091a-ee5a-48c7-b558-453166c6460e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-10T06:43:04.952Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.952Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:43:04.952Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:43:04.953Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.953Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-10T06:43:04.953Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2961cbcb-1fd7-4a5d-8fd7-6952227edd54
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:43:04.955Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.955Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.956Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid aade064d-bb87-4b5b-9044-e3e1987615db: basic_cnf
2022-04-10T06:43:04.956Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.956Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.956Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.957Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.957Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.957Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.957Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.958Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.958Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:04.958Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:04.958Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:43:05.026Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e2868ee8-640b-45ef-ab0b-dc75ce7846bf 1 ASDC deployResourceStructure
2022-04-10T06:43:05.027Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-10T06:43:05.027Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-10T06:43:05.027Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-10T06:43:05.028Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:05.030Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:05.030Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572985027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:43:05.130Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:05.131Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:05.131Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:05.148Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:05.149Z||pool-102-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:43:06.031Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-10T06:43:06.032Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-10T06:43:06.032Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-10T06:43:06.032Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:06.034Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:06.035Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572986031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:43:06.135Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:06.136Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:06.136Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:06.148Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:06.149Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:07.036Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-10T06:43:07.037Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-10T06:43:07.037Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:43:07.037Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:07.040Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:07.040Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572987036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:43:07.140Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:07.141Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:07.141Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:07.155Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:07.155Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:43:08.041Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-10T06:43:08.041Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-10T06:43:08.042Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:43:08.042Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:08.044Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:08.044Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572988040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:43:08.145Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:43:08.145Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:08.146Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:08.158Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:08.158Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:09.046Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-10T06:43:09.047Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-10T06:43:09.047Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:43:09.047Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:09.050Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:09.050Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:43:09.150Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:09.151Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:09.151Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:09.170Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:09.170Z||pool-106-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:10.051Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-10T06:43:10.052Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-10T06:43:10.052Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:43:10.052Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:10.054Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:10.054Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572990051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:43:10.154Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:10.155Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:10.155Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:10.167Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:10.168Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:11.056Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:43:11.072Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c25b9d9f-6e36-4b1e-a982-b9d8783a66fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:43:11.077Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:43:11.078Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:43:11.078Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:43:11.079Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:43:11.079Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:43:11.079Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:43:11.080Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:43:11.080Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:43:11.080Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:43:11.081Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:43:11.081Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:43:11.088Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:43:41.088Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:43:41.101Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and serviceModelVersionId: aade064d-bb87-4b5b-9044-e3e1987615db
2022-04-10T06:43:41.101Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0ef22fb-a026-4e1f-b970-6cd500935136
2022-04-10T06:43:41.103Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0ef22fb-a026-4e1f-b970-6cd500935136/model-vers/model-ver/aade064d-bb87-4b5b-9044-e3e1987615db?depth=0
2022-04-10T06:43:41.113Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:43:41.178Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ef22fb-a026-4e1f-b970-6cd500935136/model-vers/model-ver/aade064d-bb87-4b5b-9044-e3e1987615db?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:43:41.185Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ef22fb-a026-4e1f-b970-6cd500935136/model-vers/model-ver/aade064d-bb87-4b5b-9044-e3e1987615db?depth=0|INFO|500||Invoke
2022-04-10T06:43:41.208Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ef22fb-a026-4e1f-b970-6cd500935136/model-vers/model-ver/aade064d-bb87-4b5b-9044-e3e1987615db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:43:41.458Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ef22fb-a026-4e1f-b970-6cd500935136/model-vers/model-ver/aade064d-bb87-4b5b-9044-e3e1987615db?depth=0|INFO|500||InvokeReturn
2022-04-10T06:43:41.461Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0ef22fb-a026-4e1f-b970-6cd500935136/model-vers/model-ver/aade064d-bb87-4b5b-9044-e3e1987615db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220410-06:43:41:218-90131], vertex-id=[254024], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:43:41 GMT], Content-Type=[application/json]}
2022-04-10T06:43:41.462Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:43:41.462Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:43:41.462Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:43:41.468Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:43:41.468Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c25b9d9f-6e36-4b1e-a982-b9d8783a66fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:43:41.469Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:43:41.469Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:41.472Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:41.472Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573021469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:43:41.572Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:41.573Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:41.574Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:41.589Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:41.590Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:43:42.507Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:43:42.508Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:43:42.508Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:46.850Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:46.852Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:43:46.852Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ed6dda3-6ecb-4115-ad9a-79fb251577a1","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f1062161-ceb6-4178-8a8f-43b2420b45a3","serviceDescription":"service","serviceInvariantUUID":"45cd108b-25cb-4e2b-8c96-3edd9209a7d4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37b27c2d-5797-48e8-8517-a9f85517f9cc","resourceInvariantUUID":"294e9259-a027-4a36-b859-a88b8d937bec","resourceCustomizationUUID":"ba0e4653-0349-4666-a9b4-f46f816f048f","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":"YzdmMjNmMjAzYTE4N2E2Yzk3YmRhYjk0MzRlNDhiNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cc14af4-3766-4dea-b373-50b7daef04e4","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":"ODJjMjZmMGJiYjUxNmQxZjdjY2E4NGM0MjRmNGU1Y2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4736ddd9-f121-4b9c-8fd9-55d825c0e1aa","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":"6c46c46a-0b75-48c6-b2dd-b120ef4bbef3","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":"580cd75e-c030-45c8-9faf-f01436c24e01","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":"ab9bd1b5-f34f-437d-9b2f-63713b9804c7","artifactVersion":"2","generatedFromUUID":"6c46c46a-0b75-48c6-b2dd-b120ef4bbef3"},{"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":"MTA3NDUwMTJiNDYxNjIyYjY2OWRlOTgwNGMyMWU4MDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"12ff5d2d-3ae4-4927-a823-e1779327bc70","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":"YTMyNjI0ZWMwMmY0MTVkYzA1NjQ3NmY3MDRkZWJhNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14abd667-2d2d-4797-be25-547a328e978f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTEyOWNlMGE0M2YwNWUyOWEwNWNjYzRlNWJhMGU0YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c04a864-687f-41c5-916c-f33e42b841dd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:43:46.855Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:46.856Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:46.858Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:46.858Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:43:46.958Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:46.959Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:46.960Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:46.986Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:46.987Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:47.859Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:47.860Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:47.862Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:47.863Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:43:47.963Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:47.964Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:47.964Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:47.982Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:47.983Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:48.864Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:48.865Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:48.867Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:48.868Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:43:48.968Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:48.969Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:48.969Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:48.980Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:48.980Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:49.868Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:49.869Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:49.872Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:49.872Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:43:49.972Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:49.973Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:49.973Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:49.986Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:49.987Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:43:50.873Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:50.874Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:50.876Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:50.876Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T06:43:50.977Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:43:50.978Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:50.978Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:50.990Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:50.991Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":2,"count":1}
2022-04-10T06:43:51.877Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:51.878Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:51.882Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:51.882Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:43:51.982Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:51.983Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:51.983Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:51.994Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:51.995Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:52.883Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:52.883Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:52.885Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:52.885Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:43:52.985Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:52.987Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:52.987Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:52.998Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:52.999Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:53.886Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:43:53.886Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:53.888Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:53.888Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:43:53.989Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:43:53.990Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:53.990Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:54.001Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:54.001Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:54.890Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f1062161-ceb6-4178-8a8f-43b2420b45a3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "45cd108b-25cb-4e2b-8c96-3edd9209a7d4",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ba0e4653-0349-4666-a9b4-f46f816f048f",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "37b27c2d-5797-48e8-8517-a9f85517f9cc",
      "resourceInvariantUUID": "294e9259-a027-4a36-b859-a88b8d937bec",
      "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": "ODJjMjZmMGJiYjUxNmQxZjdjY2E4NGM0MjRmNGU1Y2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4736ddd9-f121-4b9c-8fd9-55d825c0e1aa",
          "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": "6c46c46a-0b75-48c6-b2dd-b120ef4bbef3",
          "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": "ab9bd1b5-f34f-437d-9b2f-63713b9804c7",
            "generatedFromUUID": "6c46c46a-0b75-48c6-b2dd-b120ef4bbef3"
          },
          "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": "ab9bd1b5-f34f-437d-9b2f-63713b9804c7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTEyOWNlMGE0M2YwNWUyOWEwNWNjYzRlNWJhMGU0YWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0c04a864-687f-41c5-916c-f33e42b841dd"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:43:54.890Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:43:54.891Z|c25b9d9f-6e36-4b1e-a982-b9d8783a66fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f1062161-ceb6-4178-8a8f-43b2420b45a3 ASDC
2022-04-10T06:43:54.892Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2ed6dda3-6ecb-4115-ad9a-79fb251577a1
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f1062161-ceb6-4178-8a8f-43b2420b45a3
ServiceInvariantUUID:45cd108b-25cb-4e2b-8c96-3edd9209a7d4
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:0c04a864-687f-41c5-916c-f33e42b841dd
ArtifactChecksum:OTEyOWNlMGE0M2YwNWUyOWEwNWNjYzRlNWJhMGU0YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ba0e4653-0349-4666-a9b4-f46f816f048f
ResourceInvariantUUID:294e9259-a027-4a36-b859-a88b8d937bec
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:37b27c2d-5797-48e8-8517-a9f85517f9cc
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:4736ddd9-f121-4b9c-8fd9-55d825c0e1aa
ArtifactChecksum:ODJjMjZmMGJiYjUxNmQxZjdjY2E4NGM0MjRmNGU1Y2Y=
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:6c46c46a-0b75-48c6-b2dd-b120ef4bbef3
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:ab9bd1b5-f34f-437d-9b2f-63713b9804c7
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:ab9bd1b5-f34f-437d-9b2f-63713b9804c7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-10T06:43:54.894Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1062161-ceb6-4178-8a8f-43b2420b45a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:43:54.937Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:43:54.938Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:43:54.938Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:43:54.938Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c04a864-687f-41c5-916c-f33e42b841dd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T06:43:54.938Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:43:54.938Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T06:43:55.874Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:43:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:43:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:55.888Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:55.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:43:55.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "565a1571-8510-4780-981b-c7328d5f05b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572915010,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:43:55.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:43:56.010Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:43:56.014Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0c04a864-687f-41c5-916c-f33e42b841dd 78801
2022-04-10T06:43:56.014Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-10T06:43:56.014Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T06:43:56.014Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:43:56.015Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:56.017Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:56.017Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573036014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:43:56.117Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:43:56.118Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:56.118Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:56.134Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:56.134Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:57.017Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:43:57.018Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:43:57.019Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0c04a864-687f-41c5-916c-f33e42b841dd, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:57.020Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-10T06:43:57.020Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:57.020Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:57.187Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17112274961652075756/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-10T06:43:58.464Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-10T06:43:58.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:43:58.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:58.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:43:58.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:43:58.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:43:58.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:58.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:43:58.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:43:58.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:43:58.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T06:43:58.468Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-10T06:43:58.469Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.469Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:43:58.469Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.469Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:43:58.469Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:43:58.469Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.469Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:43:58.470Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:43:58.470Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.470Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:43:58.470Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:43:58.470Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.470Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-10T06:43:58.470Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cfc24401-0eaa-4804-8e78-51ea1a311c5d
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.471Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:58.472Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:43:58.472Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:43:58.472Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f1062161-ceb6-4178-8a8f-43b2420b45a3
Model Version:NULL
Model InvariantUuid:45cd108b-25cb-4e2b-8c96-3edd9209a7d4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:27ca74d0-de0a-4c12-93de-3606d56e5e67
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:294e9259-a027-4a36-b859-a88b8d937bec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ba0e4653-0349-4666-a9b4-f46f816f048f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9923fb4f-b82e-423e-b484-ca36e2230d53
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0c2f2f1e-d899-4d10-bfad-81f3e6b1f49a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cfc24401-0eaa-4804-8e78-51ea1a311c5d
ModelInvariantUuid:eb5f50e5-ac29-4c7a-b50c-4325ceb7d982
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4d5fcd18-20f3-46d7-babc-15fabebc3808
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88cab794-dba6-42a4-886c-89d7e51e7c6f
ModelInvariantUuid:7bd40ab8-0aba-4a43-8156-7c078af477d1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:5e8e0add-7c18-4d9f-b0ef-3c7343c116c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:43:58.480Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 37b27c2d-5797-48e8-8517-a9f85517f9cc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:43:58.483Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-04-10T06:43:58.484Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37b27c2d-5797-48e8-8517-a9f85517f9cc
2022-04-10T06:43:58.484Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4736ddd9-f121-4b9c-8fd9-55d825c0e1aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-10T06:43:58.484Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:43:58.484Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-10T06:43:58.689Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:43:58.689Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 4736ddd9-f121-4b9c-8fd9-55d825c0e1aa 792
2022-04-10T06:43:58.689Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-10T06:43:58.690Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-10T06:43:58.690Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:43:58.691Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:58.693Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:58.694Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573038689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:43:58.793Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-10T06:43:58.794Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:43:58.794Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:43:58.807Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:43:58.807Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:43:59.697Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9923fb4f-b82e-423e-b484-ca36e2230d53",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c2f2f1e-d899-4d10-bfad-81f3e6b1f49a",
    "vfModuleModelCustomizationUUID": "2759f1a0-7a86-443b-b62d-b622a63ec1a5",
    "isBase": true,
    "artifacts": [
      "6c46c46a-0b75-48c6-b2dd-b120ef4bbef3",
      "ab9bd1b5-f34f-437d-9b2f-63713b9804c7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:43:59.702Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c2f2f1e-d899-4d10-bfad-81f3e6b1f49a
VfModuleModelInvariantUUID:9923fb4f-b82e-423e-b484-ca36e2230d53
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c46c46a-0b75-48c6-b2dd-b120ef4bbef3
,
ab9bd1b5-f34f-437d-9b2f-63713b9804c7

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

isBase:true


}

2022-04-10T06:43:59.705Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9923fb4f-b82e-423e-b484-ca36e2230d53",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c2f2f1e-d899-4d10-bfad-81f3e6b1f49a",
    "vfModuleModelCustomizationUUID": "2759f1a0-7a86-443b-b62d-b622a63ec1a5",
    "isBase": true,
    "artifacts": [
      "6c46c46a-0b75-48c6-b2dd-b120ef4bbef3",
      "ab9bd1b5-f34f-437d-9b2f-63713b9804c7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-10T06:43:59.705Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0c2f2f1e-d899-4d10-bfad-81f3e6b1f49a
VfModuleModelInvariantUUID:9923fb4f-b82e-423e-b484-ca36e2230d53
VfModuleModelDescription:NULL
Artifacts UUID List:{
6c46c46a-0b75-48c6-b2dd-b120ef4bbef3
,
ab9bd1b5-f34f-437d-9b2f-63713b9804c7

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

isBase:true


}

2022-04-10T06:43:59.706Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6c46c46a-0b75-48c6-b2dd-b120ef4bbef3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-10T06:43:59.706Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:43:59.706Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-10T06:43:59.901Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:43:59.902Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6c46c46a-0b75-48c6-b2dd-b120ef4bbef3 5033
2022-04-10T06:43:59.902Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-10T06:43:59.903Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-10T06:43:59.903Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:43:59.903Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:43:59.905Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:43:59.905Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573039902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:00.006Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:44:00.007Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:00.007Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:00.018Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:00.018Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:00.908Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ab9bd1b5-f34f-437d-9b2f-63713b9804c7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-10T06:44:00.908Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:44:00.908Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-10T06:44:01.287Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:44:01.288Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ab9bd1b5-f34f-437d-9b2f-63713b9804c7 903
2022-04-10T06:44:01.288Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-10T06:44:01.288Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-10T06:44:01.288Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:44:01.289Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:01.291Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:01.291Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573041288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:01.391Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:01.392Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:01.392Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:01.405Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:01.405Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:44:02.293Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f1062161-ceb6-4178-8a8f-43b2420b45a3
2022-04-10T06:44:02.293Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 37b27c2d-5797-48e8-8517-a9f85517f9cc ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:44:02.317Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f4cd803, org.onap.sdc.toscaparser.api.parameters.Input@3671c752, org.onap.sdc.toscaparser.api.parameters.Input@557a5318, org.onap.sdc.toscaparser.api.parameters.Input@753c599f, org.onap.sdc.toscaparser.api.parameters.Input@6ca91bfb]
2022-04-10T06:44:02.319Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.320Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.320Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-10T06:44:02.320Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ba0e4653-0349-4666-a9b4-f46f816f048f
2022-04-10T06:44:02.320Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba0e4653-0349-4666-a9b4-f46f816f048f matches Tosca VF Customization UUID: ba0e4653-0349-4666-a9b4-f46f816f048f
2022-04-10T06:44:02.321Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ba0e4653-0349-4666-a9b4-f46f816f048f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-10T06:44:02.324Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.324Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.325Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ba0e4653-0349-4666-a9b4-f46f816f048f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-10T06:44:02.325Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@44583a32
2022-04-10T06:44:02.325Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.326Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-10T06:44:02.326Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2759f1a0-7a86-443b-b62d-b622a63ec1a5
2022-04-10T06:44:02.326Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2759f1a0-7a86-443b-b62d-b622a63ec1a5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-10T06:44:02.329Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.329Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:44:02.329Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:44:02.329Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.330Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:44:02.330Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:44:02.330Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.330Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-10T06:44:02.331Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-10T06:44:02.331Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-10T06:44:02.331Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=cfc24401-0eaa-4804-8e78-51ea1a311c5d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-10T06:44:02.333Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.335Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:44:02.336Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-10T06:44:02.336Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.337Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-10T06:44:02.337Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ba0e4653-0349-4666-a9b4-f46f816f048f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:44:02.340Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.340Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.340Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f1062161-ceb6-4178-8a8f-43b2420b45a3: basic_vm_macro
2022-04-10T06:44:02.340Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.341Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.341Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.341Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.341Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.342Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.342Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.342Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.342Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:02.342Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:02.343Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:44:02.428Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 37b27c2d-5797-48e8-8517-a9f85517f9cc 1 ASDC deployResourceStructure
2022-04-10T06:44:02.429Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-10T06:44:02.429Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-10T06:44:02.429Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:44:02.430Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:02.432Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:02.432Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573042429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:02.532Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:02.533Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:02.533Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:02.546Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:02.547Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:03.433Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-10T06:44:03.433Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-10T06:44:03.433Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:44:03.434Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:03.436Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:03.436Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573043433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:03.536Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:03.537Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:03.537Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:03.549Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:03.550Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:04.437Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-10T06:44:04.439Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-10T06:44:04.439Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:44:04.440Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:04.444Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:04.444Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573044437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:04.544Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:04.546Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:04.546Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:04.558Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:04.559Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:05.445Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-10T06:44:05.445Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-10T06:44:05.445Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:44:05.446Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:05.448Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:05.448Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573045445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:05.548Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:05.549Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:05.549Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:05.562Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:05.563Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:44:06.449Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:44:06.461Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ed6dda3-6ecb-4115-ad9a-79fb251577a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:44:06.464Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:44:06.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:44:06.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:44:06.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:44:06.465Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:06.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:06.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:06.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:06.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:06.466Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:06.467Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:44:06.473Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:44:36.474Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:44:36.483Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and serviceModelVersionId: f1062161-ceb6-4178-8a8f-43b2420b45a3
2022-04-10T06:44:36.483Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45cd108b-25cb-4e2b-8c96-3edd9209a7d4
2022-04-10T06:44:36.484Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45cd108b-25cb-4e2b-8c96-3edd9209a7d4/model-vers/model-ver/f1062161-ceb6-4178-8a8f-43b2420b45a3?depth=0
2022-04-10T06:44:36.490Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:44:36.536Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cd108b-25cb-4e2b-8c96-3edd9209a7d4/model-vers/model-ver/f1062161-ceb6-4178-8a8f-43b2420b45a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:44:36.537Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cd108b-25cb-4e2b-8c96-3edd9209a7d4/model-vers/model-ver/f1062161-ceb6-4178-8a8f-43b2420b45a3?depth=0|INFO|500||Invoke
2022-04-10T06:44:36.562Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cd108b-25cb-4e2b-8c96-3edd9209a7d4/model-vers/model-ver/f1062161-ceb6-4178-8a8f-43b2420b45a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:44:36.995Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cd108b-25cb-4e2b-8c96-3edd9209a7d4/model-vers/model-ver/f1062161-ceb6-4178-8a8f-43b2420b45a3?depth=0|INFO|500||InvokeReturn
2022-04-10T06:44:36.997Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/45cd108b-25cb-4e2b-8c96-3edd9209a7d4/model-vers/model-ver/f1062161-ceb6-4178-8a8f-43b2420b45a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-06:44:36:569-90089], vertex-id=[286880], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:44:36 GMT], Content-Type=[application/json]}
2022-04-10T06:44:36.998Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:44:36.998Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:44:36.998Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:44:37.003Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:44:37.003Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ed6dda3-6ecb-4115-ad9a-79fb251577a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:44:37.003Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:44:37.004Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:37.006Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:37.006Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573077003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:44:37.106Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:37.107Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:37.108Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:37.128Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:37.132Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:44:38.021Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:44:38.022Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"38de9cd6-1a8d-4c41-8ddd-ee11f149b841","serviceName":"Demo_pNF_R4eRM7ACifQVms5q96wS","serviceVersion":"1.0","serviceUUID":"6540d032-694c-47bb-b43c-fc299d2d08d5","serviceDescription":"catalog service description","serviceInvariantUUID":"27b57f38-3559-433e-827c-ef1b83ed0763","resources":[{"resourceInstanceName":"pNF c02f79ba-8ed9 0","resourceName":"pNF c02f79ba-8ed9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ced81896-d1fb-4a16-bb79-417a7449e358","resourceInvariantUUID":"d3750dd7-8870-4158-95ee-e5fb477063f1","resourceCustomizationUUID":"cbbb2840-4610-4ee5-ad84-094d6beed6ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml","artifactChecksum":"MGQzYjZiMWEyNDI5OTc0YWE4ZWNlZGM1YzA3ZTMxMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cfa24f58-b535-41f1-8485-9fab4cde2ae6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar","artifactChecksum":"MWZmOGMxOTJmYzdjNzViZWU1N2FkZWFhNTA3YzA3NDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1a7872da-3f9f-4dd4-8cc8-f0a0c3b2a705","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ce82ab3-fcdc-475d-9a8f-47eaf6ef7030","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml","artifactChecksum":"ODMyNDgxMmIyN2U5YjRhZDQ1YThmZjVlNzg4YTQzYzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad94cf0c-3ec1-41c9-b91a-1b5356e9a63d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bee3fc9e-2fa9-442c-9c49-38afabe0acd8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43028892-4275-4ee3-a3fb-eea04b8edbc9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR4erm7acifqvms5q96ws-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml","artifactChecksum":"MmJlMDJjMGRhODBjN2IxNmJlNGY2OGVlNjliMzI5N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"378bbc42-6ab0-42d4-ba9f-14fced33208b","artifactVersion":"1"},{"artifactName":"service-DemoPnfR4erm7acifqvms5q96ws-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar","artifactChecksum":"ZWE5ZjBlOTZhMjJhODYxZWFhNTMxMWE3MTc1OGI4NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24050352-e604-4afc-9142-81617eab3754","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:44:38.022Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:38.022Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:38.025Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:38.025Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:38.125Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:38.126Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:38.126Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:38.139Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:38.140Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:39.026Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:39.026Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:39.028Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:39.029Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:39.129Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:39.130Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:39.131Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:39.156Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:39.157Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:40.029Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:40.030Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:40.036Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:40.036Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:40.136Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:40.137Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:40.138Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:40.152Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:40.153Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:41.037Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:41.037Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:41.040Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:41.040Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:41.140Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:41.141Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:41.141Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:41.157Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:41.157Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:42.040Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:42.041Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:42.045Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:42.045Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:42.144Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:44:42.145Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:42.146Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:42.172Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:42.173Z||pool-130-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:43.046Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:43.046Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:43.051Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:43.051Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:43.151Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:43.152Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:43.152Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:43.171Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:43.171Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:44:44.052Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:44.052Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:44.054Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:44.055Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:44.155Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:44.156Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:44.156Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:44.168Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:44.168Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:45.056Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:44:45.056Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:45.059Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:45.060Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:44:45.162Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T06:44:45.164Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:45.164Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:45.177Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:45.178Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:44:46.061Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "serviceName": "Demo_pNF_R4eRM7ACifQVms5q96wS",
  "serviceVersion": "1.0",
  "serviceUUID": "6540d032-694c-47bb-b43c-fc299d2d08d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "27b57f38-3559-433e-827c-ef1b83ed0763",
  "resources": [
    {
      "resourceInstanceName": "pNF c02f79ba-8ed9 0",
      "resourceCustomizationUUID": "cbbb2840-4610-4ee5-ad84-094d6beed6ab",
      "resourceName": "pNF c02f79ba-8ed9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ced81896-d1fb-4a16-bb79-417a7449e358",
      "resourceInvariantUUID": "d3750dd7-8870-4158-95ee-e5fb477063f1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
      "artifactChecksum": "ZWE5ZjBlOTZhMjJhODYxZWFhNTMxMWE3MTc1OGI4NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24050352-e604-4afc-9142-81617eab3754"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:44:46.061Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:44:46.062Z|2ed6dda3-6ecb-4115-ad9a-79fb251577a1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6540d032-694c-47bb-b43c-fc299d2d08d5 ASDC
2022-04-10T06:44:46.062Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:38de9cd6-1a8d-4c41-8ddd-ee11f149b841
ServiceName:Demo_pNF_R4eRM7ACifQVms5q96wS
ServiceVersion:1.0
ServiceUUID:6540d032-694c-47bb-b43c-fc299d2d08d5
ServiceInvariantUUID:27b57f38-3559-433e-827c-ef1b83ed0763
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
ArtifactUUID:24050352-e604-4afc-9142-81617eab3754
ArtifactChecksum:ZWE5ZjBlOTZhMjJhODYxZWFhNTMxMWE3MTc1OGI4NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c02f79ba-8ed9 0
ResourceCustomizationUUID:cbbb2840-4610-4ee5-ad84-094d6beed6ab
ResourceInvariantUUID:d3750dd7-8870-4158-95ee-e5fb477063f1
ResourceName:pNF c02f79ba-8ed9
ResourceType:PNF
ResourceUUID:ced81896-d1fb-4a16-bb79-417a7449e358
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T06:44:46.062Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6540d032-694c-47bb-b43c-fc299d2d08d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:44:46.089Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:44:46.089Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:44:46.090Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:44:46.090Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 24050352-e604-4afc-9142-81617eab3754 from URL: /sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:46.090Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:44:46.090Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:46.471Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:44:46.475Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar 24050352-e604-4afc-9142-81617eab3754 82648
2022-04-10T06:44:46.475Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar ASDC sendASDCNotification
2022-04-10T06:44:46.476Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:46.476Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:44:46.476Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:46.478Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:46.478Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573086475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:46.578Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:46.579Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:46.579Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:46.595Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:46.595Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:47.479Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:44:47.480Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:44:47.480Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 24050352-e604-4afc-9142-81617eab3754, URL: /sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar to file: /app/ASDC/1/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:47.480Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:47.481Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:47.481Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:47.582Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17391353737294677795/Definitions/service-DemoPnfR4erm7acifqvms5q96ws-template.yml
2022-04-10T06:44:48.395Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:44:48.395Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:44:48.395Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.396Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T06:44:48.396Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c02f79ba-8ed9 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-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.396Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||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-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.396Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.396Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||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-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.396Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||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-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.397Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||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-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.397Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||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-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.397Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:44:48.397Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.397Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.398Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Node template pNF c02f79ba-8ed9 0 is matching search criteria
2022-04-10T06:44:48.398Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:44:48.398Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c02f79ba-8ed9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:44:48.398Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.399Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.399Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Node template pNF c02f79ba-8ed9 0 is matching search criteria
2022-04-10T06:44:48.399Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:44:48.399Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c02f79ba-8ed9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:44:48.400Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.400Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.400Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.400Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.400Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.401Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.401Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.401Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.401Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.401Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.402Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_R4eRM7ACifQVms5q96wS
Description:catalog service description
Model UUID:6540d032-694c-47bb-b43c-fc299d2d08d5
Model Version:NULL
Model InvariantUuid:27b57f38-3559-433e-827c-ef1b83ed0763
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:44:48.409Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ced81896-d1fb-4a16-bb79-417a7449e358
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:44:48.412Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||pNF c02f79ba-8ed9 0
2022-04-10T06:44:48.412Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ced81896-d1fb-4a16-bb79-417a7449e358
2022-04-10T06:44:48.413Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 6540d032-694c-47bb-b43c-fc299d2d08d5
2022-04-10T06:44:48.413Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 6540d032-694c-47bb-b43c-fc299d2d08d5
2022-04-10T06:44:48.414Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c02f79ba-8ed9 0 ced81896-d1fb-4a16-bb79-417a7449e358 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:44:48.418Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d1714e7, org.onap.sdc.toscaparser.api.parameters.Input@7740f7b8, org.onap.sdc.toscaparser.api.parameters.Input@2083842a, org.onap.sdc.toscaparser.api.parameters.Input@1f7ea689, org.onap.sdc.toscaparser.api.parameters.Input@5a8b39ad]
2022-04-10T06:44:48.418Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.419Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.419Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 6540d032-694c-47bb-b43c-fc299d2d08d5: pNF c02f79ba-8ed9
2022-04-10T06:44:48.419Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||Processing PNF resource: ced81896-d1fb-4a16-bb79-417a7449e358
2022-04-10T06:44:48.420Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:44:48.420Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_R4eRM7ACifQVms5q96wS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:44:48.420Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||Resource customization UUID: cbbb2840-4610-4ee5-ad84-094d6beed6ab is the same as notified resource customizationUUID: cbbb2840-4610-4ee5-ad84-094d6beed6ab
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-10T06:44:48.468Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c02f79ba-8ed9 ced81896-d1fb-4a16-bb79-417a7449e358 0 ASDC deployResourceStructure
2022-04-10T06:44:48.469Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar ASDC sendASDCNotification
2022-04-10T06:44:48.469Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar
2022-04-10T06:44:48.469Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:44:48.469Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:44:48.471Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:44:48.471Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573088469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:48.572Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:44:48.573Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:44:48.573Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:48.591Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:48.591Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:44:49.472Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:44:49.483Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 38de9cd6-1a8d-4c41-8ddd-ee11f149b841
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:44:49.485Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:44:49.485Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:49.486Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:49.487Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:44:49.487Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:44:49.491Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:44:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:44:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:44:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:44:55.893Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:44:55.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:55.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.896Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.896Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.896Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.897Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.897Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.897Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.898Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:55.898Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.898Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.899Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.899Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.899Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:55.900Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.901Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572924413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:55.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572927002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:55.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572928207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:55.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572929261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:55.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572930390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:55.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572931395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:55.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572932399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:55.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572933404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:44:55.905Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "915ab7a7-5c05-4159-99e6-171f581faffe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572964898,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:44:55.906Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:44:55.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:55.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:55.909Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572675871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:44:55.910Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:44:55.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:44:55.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572975518,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:44:55.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:19.491Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:45:19.496Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and serviceModelVersionId: 6540d032-694c-47bb-b43c-fc299d2d08d5
2022-04-10T06:45:19.497Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27b57f38-3559-433e-827c-ef1b83ed0763
2022-04-10T06:45:19.497Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0
2022-04-10T06:45:19.501Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:45:19.538Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0|INFO|500||Invoke
2022-04-10T06:45:19.538Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[38de9cd6-1a8d-4c41-8ddd-ee11f149b841], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[310a0665-4c1b-48c6-96c2-193af1ede1a4], X-ECOMP-RequestID=[38de9cd6-1a8d-4c41-8ddd-ee11f149b841], X-TransactionId=[], X-ONAP-RequestID=[38de9cd6-1a8d-4c41-8ddd-ee11f149b841], Content-Type=[application/merge-patch+json]}
2022-04-10T06:45:19.565Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:45:19.886Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?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/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220410-06:45:19:573-94477], vertex-id=[204856], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:45:19 GMT], Content-Type=[application/json]}
2022-04-10T06:45:19.887Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:45:19.888Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27b57f38-3559-433e-827c-ef1b83ed0763/model-vers/model-ver/6540d032-694c-47bb-b43c-fc299d2d08d5?depth=0|INFO|500||InvokeReturn
2022-04-10T06:45:19.888Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:45:19.888Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:45:19.897Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:45:19.897Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 38de9cd6-1a8d-4c41-8ddd-ee11f149b841 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:45:19.897Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:45:19.898Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:19.901Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:19.901Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573119897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:45:20.003Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T06:45:20.004Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:20.004Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:20.019Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:20.020Z||pool-136-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-04-10T06:45:20.914Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:45:20.914Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"039e2c60-cd84-475a-b888-88b0cd8632da","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"48c3513e-0aba-4611-a173-e3b8abb03078","serviceDescription":"service","serviceInvariantUUID":"2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"00870cde-c1a4-4137-b851-da90d57cae4d","resourceInvariantUUID":"404fb92e-bd91-4920-9ea7-117025a338cd","resourceCustomizationUUID":"47abc583-2913-4bf3-b11a-18c6bf7eb1f6","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":"MjQ0NjlkNGMwOTcxY2ZiMDg1ODVmMmFlYjdkYzYwYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c55ce58e-e84f-453d-8c6e-4dacb238dd60","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":"ef7f2237-4432-4041-a4db-85e33befd24a","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":"c70dda5f-8975-4b0d-9870-5966d8d4149e","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":"OTVkYzNhZTZhYjk1OWVmYzNiODJmYmFhOWYwNzhjOGQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c460e439-bfa5-49a4-b839-7a403036f52a","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":"c7d42801-fe5b-4af6-bc4d-8772d86548d9","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":"66d57504-6bff-44b7-af6e-4e4aa9591eef","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":"13d73e09-d54f-4b99-92fe-a91e7bd23d9e","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":"ZmFjNDU1NGE1ODJkOTZmODUzODgxYWI2ZmVjNmI2Yjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7347594e-8b11-4be8-a369-230d87f38d24","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"M2ZkOTliODkzODU4ZTdmZjgyMDI4NzkzZDU0MDc3Njk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6aeae908-37ee-461e-b8f3-b445a982ac78","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:45:20.915Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:20.915Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:20.918Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:20.918Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:21.018Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:21.025Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:21.026Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:21.037Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:21.037Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:21.918Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:21.919Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:21.922Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:21.922Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:22.022Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:22.023Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:22.023Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:22.034Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:22.035Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:22.923Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:22.923Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:22.925Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:22.925Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:23.025Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:23.027Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:23.027Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:23.038Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:23.039Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:45:23.926Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:23.927Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:23.930Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:23.930Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:24.030Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:24.031Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:24.032Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:24.046Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:24.047Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:24.931Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:24.931Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:24.933Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:24.933Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:25.034Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:25.035Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:25.035Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:25.051Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:25.051Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:25.934Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:25.935Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:25.937Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:25.937Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:26.037Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:26.038Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:26.039Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:26.057Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:26.058Z||pool-142-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:45:26.938Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:26.938Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:26.940Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:26.940Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:27.042Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:45:27.043Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:27.043Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:27.056Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:27.057Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:27.941Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:27.941Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:27.945Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:27.945Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:28.044Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:45:28.046Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:28.046Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:28.057Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:28.057Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:28.946Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:45:28.946Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:28.948Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:28.949Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:45:29.049Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:29.050Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:45:29.050Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:29.063Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:29.064Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:29.950Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "48c3513e-0aba-4611-a173-e3b8abb03078",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "47abc583-2913-4bf3-b11a-18c6bf7eb1f6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "00870cde-c1a4-4137-b851-da90d57cae4d",
      "resourceInvariantUUID": "404fb92e-bd91-4920-9ea7-117025a338cd",
      "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": "M2ZkOTliODkzODU4ZTdmZjgyMDI4NzkzZDU0MDc3Njk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6aeae908-37ee-461e-b8f3-b445a982ac78"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:45:29.950Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:45:29.950Z|38de9cd6-1a8d-4c41-8ddd-ee11f149b841|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 48c3513e-0aba-4611-a173-e3b8abb03078 ASDC
2022-04-10T06:45:29.951Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:039e2c60-cd84-475a-b888-88b0cd8632da
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:48c3513e-0aba-4611-a173-e3b8abb03078
ServiceInvariantUUID:2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23
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:6aeae908-37ee-461e-b8f3-b445a982ac78
ArtifactChecksum:M2ZkOTliODkzODU4ZTdmZjgyMDI4NzkzZDU0MDc3Njk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:47abc583-2913-4bf3-b11a-18c6bf7eb1f6
ResourceInvariantUUID:404fb92e-bd91-4920-9ea7-117025a338cd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:00870cde-c1a4-4137-b851-da90d57cae4d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T06:45:29.951Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48c3513e-0aba-4611-a173-e3b8abb03078 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:45:29.977Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:45:29.978Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:45:29.978Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:45:29.979Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6aeae908-37ee-461e-b8f3-b445a982ac78 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T06:45:29.979Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:45:29.979Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T06:45:31.096Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:45:31.100Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6aeae908-37ee-461e-b8f3-b445a982ac78 105662
2022-04-10T06:45:31.101Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-10T06:45:31.101Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T06:45:31.101Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:45:31.101Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:31.103Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:31.103Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573131101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:45:31.203Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:45:31.205Z||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-04-10T06:45:31.205Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:31.227Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:31.228Z||pool-146-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:32.104Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:45:32.105Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:45:32.105Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6aeae908-37ee-461e-b8f3-b445a982ac78, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:32.106Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-10T06:45:32.106Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:32.106Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:32.223Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4121785745244890758/Definitions/service-TestPnfMacro-template.yml
2022-04-10T06:45:33.154Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.155Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:45:33.156Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.156Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.156Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-10T06:45:33.157Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:45:33.157Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.158Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.159Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:48c3513e-0aba-4611-a173-e3b8abb03078
Model Version:NULL
Model InvariantUuid:2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:45:33.166Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 00870cde-c1a4-4137-b851-da90d57cae4d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:45:33.168Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-04-10T06:45:33.169Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 00870cde-c1a4-4137-b851-da90d57cae4d
2022-04-10T06:45:33.169Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 48c3513e-0aba-4611-a173-e3b8abb03078
2022-04-10T06:45:33.169Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 48c3513e-0aba-4611-a173-e3b8abb03078
2022-04-10T06:45:33.169Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 00870cde-c1a4-4137-b851-da90d57cae4d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:45:33.174Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a03e440, org.onap.sdc.toscaparser.api.parameters.Input@7ff868df, org.onap.sdc.toscaparser.api.parameters.Input@7c89fe6, org.onap.sdc.toscaparser.api.parameters.Input@68c97966, org.onap.sdc.toscaparser.api.parameters.Input@5ddda1db]
2022-04-10T06:45:33.174Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.175Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.175Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 48c3513e-0aba-4611-a173-e3b8abb03078: test-pnf
2022-04-10T06:45:33.175Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||Processing PNF resource: 00870cde-c1a4-4137-b851-da90d57cae4d
2022-04-10T06:45:33.175Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:45:33.175Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:45:33.176Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||Resource customization UUID: 47abc583-2913-4bf3-b11a-18c6bf7eb1f6 is the same as notified resource customizationUUID: 47abc583-2913-4bf3-b11a-18c6bf7eb1f6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-10T06:45:33.220Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 00870cde-c1a4-4137-b851-da90d57cae4d 0 ASDC deployResourceStructure
2022-04-10T06:45:33.221Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-10T06:45:33.221Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-10T06:45:33.221Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:45:33.221Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:45:33.223Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:45:33.223Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573133221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:45:33.323Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:45:33.324Z||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-04-10T06:45:33.324Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:33.339Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:33.340Z||pool-147-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:45:34.224Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 039e2c60-cd84-475a-b888-88b0cd8632da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:45:34.236Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 039e2c60-cd84-475a-b888-88b0cd8632da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:45:34.239Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:45:34.239Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:45:34.240Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:45:34.240Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:45:34.240Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:45:34.240Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:45:34.240Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:45:34.240Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:45:34.241Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:45:34.241Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:45:34.241Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:45:34.241Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:45:34.245Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:45:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:45:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:45:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:45:55.899Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:45:55.900Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.900Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572978312,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:45:55.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572979600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:45:55.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.901Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.901Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572980995,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:45:55.901Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572982293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572983908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572985027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572986031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-10T06:45:55.902Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572987036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572988040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572989046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:45:55.903Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649572990051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c25b9d9f-6e36-4b1e-a982-b9d8783a66fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573021469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.904Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-10T06:45:55.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:45:55.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:45:55.905Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:45:55.905Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.905Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:55.906Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:45:55.906Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.906Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-10T06:45:55.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:45:55.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:55.907Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:45:55.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:45:55.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:45:55.908Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-10T06:45:55.908Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:45:55.908Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:04.246Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 039e2c60-cd84-475a-b888-88b0cd8632da and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:46:04.252Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 039e2c60-cd84-475a-b888-88b0cd8632da and serviceModelVersionId: 48c3513e-0aba-4611-a173-e3b8abb03078
2022-04-10T06:46:04.252Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23
2022-04-10T06:46:04.253Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23/model-vers/model-ver/48c3513e-0aba-4611-a173-e3b8abb03078?depth=0
2022-04-10T06:46:04.258Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:46:04.296Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23/model-vers/model-ver/48c3513e-0aba-4611-a173-e3b8abb03078?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:46:04.299Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23/model-vers/model-ver/48c3513e-0aba-4611-a173-e3b8abb03078?depth=0|INFO|500||Invoke
2022-04-10T06:46:04.325Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23/model-vers/model-ver/48c3513e-0aba-4611-a173-e3b8abb03078?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:46:04.787Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23/model-vers/model-ver/48c3513e-0aba-4611-a173-e3b8abb03078?depth=0|INFO|500||InvokeReturn
2022-04-10T06:46:04.788Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a9fe2c3-76ec-4893-9a9e-d9b3c1a0fa23/model-vers/model-ver/48c3513e-0aba-4611-a173-e3b8abb03078?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:46:04:333-12982], vertex-id=[504024], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:46:04 GMT], Content-Type=[application/json]}
2022-04-10T06:46:04.788Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:46:04.789Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:46:04.789Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:46:04.795Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:46:04.795Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 039e2c60-cd84-475a-b888-88b0cd8632da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:46:04.796Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:46:04.796Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:46:04.798Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:46:04.798Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573164796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:46:04.898Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:46:04.899Z||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-04-10T06:46:04.899Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:04.911Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:46:04.911Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:46:05.808Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:46:05.809Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:46:05.809Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:16.051Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:46:16.052Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:46:16.053Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:46:16.053Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:25.634Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:46:25.634Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:46:25.635Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:46:25.635Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:35.168Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:46:35.169Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:46:35.170Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:46:35.170Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:44.707Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:46:44.708Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:46:44.708Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:46:44.709Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:54.261Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:46:54.262Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:46:54.263Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:46:54.263Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:46:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:46:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:46:55.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:46:55.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573036014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:46:55.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573038689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:46:55.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573039902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:46:55.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573041288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:46:55.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573042429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-10T06:46:55.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573043433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:46:55.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573044437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-10T06:46:55.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573045445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:46:55.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2ed6dda3-6ecb-4115-ad9a-79fb251577a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573077003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:46:55.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:46:55.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:46:55.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:46:55.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:46:55.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:46:55.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/resourceInstances/pnfc02f79ba8ed90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:46:55.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573086475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:46:55.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:46:55.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573088469,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfR4erm7acifqvms5q96ws/1.0/artifacts/service-DemoPnfR4erm7acifqvms5q96ws-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:46:55.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:47:03.813Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:03.814Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:47:03.815Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:47:03.815Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:13.349Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:13.351Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:47:13.352Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:47:13.352Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:22.890Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:55.871Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:47:55.872Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:47:55.873Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:47:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:47:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:55.894Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:55.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "38de9cd6-1a8d-4c41-8ddd-ee11f149b841",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573119897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:47:55.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:47:55.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.896Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.896Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.897Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:55.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573022507,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:47:55.899Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:47:55.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.899Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573131101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:47:55.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:47:55.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:47:55.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573133221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:47:55.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:47:56.493Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:56.494Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:47:56.495Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"aa29768d-c26b-44c7-b539-4d97175ab3da","serviceName":"Demo_pNF_9SotKcG7lUkQfcM1WuuZ","serviceVersion":"1.0","serviceUUID":"fef750f2-80e2-479c-a515-1b3304254c6d","serviceDescription":"catalog service description","serviceInvariantUUID":"3df9e8a5-da2b-4b09-986d-f2607c6de7b5","resources":[{"resourceInstanceName":"pNF 88528e13-6dd9 0","resourceName":"pNF 88528e13-6dd9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2","resourceInvariantUUID":"22600463-6725-441a-8e12-7aa0f6d05792","resourceCustomizationUUID":"10f49510-b4df-4f7e-b9f9-9d1de8e95bfa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml","artifactChecksum":"ZTY0MDMwZDcxNGUyNWMxODhlODc0YmQ1ZDkwZWNkZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4bdcc82-ab44-4b3e-99b0-52d6b57f2512","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar","artifactChecksum":"MWZmOGMxOTJmYzdjNzViZWU1N2FkZWFhNTA3YzA3NDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d567735-6833-41fa-9a5c-624c1d3e217e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8912d77e-1252-4bbb-8b3c-09bf0676a3da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml","artifactChecksum":"MGMyZmEzMmE3MDhiNjUwODJjNzg2ZTkyMzRmNjZlM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb16e42d-0c45-44c7-b574-d4d9b56641b7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6f04542d-c94d-420b-8760-6dce9196a00d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70aabd3a-f162-4194-b581-0586f8cc6b90","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml","artifactChecksum":"MWQyMTI4YjNiZDM2MjE4YWZlOTA1NWZjYzZkN2RlYjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68849e15-433e-4daa-8f57-b39a0163d316","artifactVersion":"1"},{"artifactName":"service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar","artifactChecksum":"M2IyNzk3NjFhYTZhMjgzOGJmNTNmOWZjN2Y2YTM3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05de2efc-6339-47e5-8664-c7fac54d4e61","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:47:56.496Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:47:56.497Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:47:56.499Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:47:56.499Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:56.599Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:47:56.600Z||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-04-10T06:47:56.600Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:56.612Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:56.613Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:47:57.500Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:47:57.501Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:47:57.503Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:47:57.503Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:57.603Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:47:57.604Z||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-04-10T06:47:57.604Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:57.622Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:57.623Z||pool-150-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:47:58.504Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:47:58.505Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:47:58.508Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:47:58.508Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:58.608Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:47:58.609Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:47:58.609Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:58.622Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:58.622Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:47:59.509Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:47:59.510Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:47:59.513Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:47:59.513Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:47:59.612Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:47:59.613Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:47:59.613Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:47:59.627Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:47:59.628Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:48:00.514Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:48:00.514Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:48:00.516Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:48:00.517Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:48:00.617Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:48:00.618Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:48:00.618Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:48:00.631Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:48:00.632Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:48:01.517Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:48:01.518Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:48:01.521Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:48:01.521Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:48:01.621Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:48:01.622Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:48:01.623Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:48:01.635Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:48:01.636Z||pool-154-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:48:02.522Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:48:02.523Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:48:02.525Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:48:02.525Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:48:02.626Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:48:02.627Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:48:02.627Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:48:02.640Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:48:02.641Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:48:03.527Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:48:03.527Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:48:03.530Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:48:03.530Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:48:03.630Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:48:03.631Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:48:03.631Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:48:03.659Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:48:03.660Z||pool-156-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:48:04.531Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "serviceName": "Demo_pNF_9SotKcG7lUkQfcM1WuuZ",
  "serviceVersion": "1.0",
  "serviceUUID": "fef750f2-80e2-479c-a515-1b3304254c6d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3df9e8a5-da2b-4b09-986d-f2607c6de7b5",
  "resources": [
    {
      "resourceInstanceName": "pNF 88528e13-6dd9 0",
      "resourceCustomizationUUID": "10f49510-b4df-4f7e-b9f9-9d1de8e95bfa",
      "resourceName": "pNF 88528e13-6dd9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2",
      "resourceInvariantUUID": "22600463-6725-441a-8e12-7aa0f6d05792",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
      "artifactChecksum": "M2IyNzk3NjFhYTZhMjgzOGJmNTNmOWZjN2Y2YTM3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "05de2efc-6339-47e5-8664-c7fac54d4e61"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:48:04.532Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:48:04.533Z|039e2c60-cd84-475a-b888-88b0cd8632da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fef750f2-80e2-479c-a515-1b3304254c6d ASDC
2022-04-10T06:48:04.534Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:aa29768d-c26b-44c7-b539-4d97175ab3da
ServiceName:Demo_pNF_9SotKcG7lUkQfcM1WuuZ
ServiceVersion:1.0
ServiceUUID:fef750f2-80e2-479c-a515-1b3304254c6d
ServiceInvariantUUID:3df9e8a5-da2b-4b09-986d-f2607c6de7b5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
ArtifactUUID:05de2efc-6339-47e5-8664-c7fac54d4e61
ArtifactChecksum:M2IyNzk3NjFhYTZhMjgzOGJmNTNmOWZjN2Y2YTM3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 88528e13-6dd9 0
ResourceCustomizationUUID:10f49510-b4df-4f7e-b9f9-9d1de8e95bfa
ResourceInvariantUUID:22600463-6725-441a-8e12-7aa0f6d05792
ResourceName:pNF 88528e13-6dd9
ResourceType:PNF
ResourceUUID:2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T06:48:04.535Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fef750f2-80e2-479c-a515-1b3304254c6d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:48:04.562Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:48:04.562Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:48:04.563Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:48:04.563Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 05de2efc-6339-47e5-8664-c7fac54d4e61 from URL: /sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:04.563Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-10T06:48:04.563Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:05.201Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-10T06:48:05.205Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar 05de2efc-6339-47e5-8664-c7fac54d4e61 82655
2022-04-10T06:48:05.206Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar ASDC sendASDCNotification
2022-04-10T06:48:05.206Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:05.206Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:48:05.206Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:48:05.208Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:48:05.208Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573285206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:48:05.310Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-10T06:48:05.311Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:48:05.311Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:48:05.324Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:48:05.325Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:48:06.208Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:48:06.209Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-10T06:48:06.210Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 05de2efc-6339-47e5-8664-c7fac54d4e61, URL: /sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar to file: /app/ASDC/1/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:06.210Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:06.210Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:06.211Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:06.301Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12954021361353817026/Definitions/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml
2022-04-10T06:48:07.198Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:48:07.198Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:48:07.199Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.199Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T06:48:07.199Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||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-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.199Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.200Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||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-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.200Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||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-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.200Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||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-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.201Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||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-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.201Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 88528e13-6dd9 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-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.201Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-10T06:48:07.202Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.204Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.205Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Node template pNF 88528e13-6dd9 0 is matching search criteria
2022-04-10T06:48:07.205Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:48:07.205Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 88528e13-6dd9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:48:07.205Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.206Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.206Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Node template pNF 88528e13-6dd9 0 is matching search criteria
2022-04-10T06:48:07.207Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-10T06:48:07.207Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 88528e13-6dd9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:48:07.207Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.207Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.208Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.208Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.208Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.208Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.209Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.209Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.209Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.210Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.210Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9SotKcG7lUkQfcM1WuuZ
Description:catalog service description
Model UUID:fef750f2-80e2-479c-a515-1b3304254c6d
Model Version:NULL
Model InvariantUuid:3df9e8a5-da2b-4b09-986d-f2607c6de7b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:48:07.216Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:48:07.218Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||pNF 88528e13-6dd9 0
2022-04-10T06:48:07.218Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2
2022-04-10T06:48:07.218Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||No resources found for Service: fef750f2-80e2-479c-a515-1b3304254c6d
2022-04-10T06:48:07.218Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fef750f2-80e2-479c-a515-1b3304254c6d
2022-04-10T06:48:07.219Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 88528e13-6dd9 0 2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:48:07.222Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c677bbf, org.onap.sdc.toscaparser.api.parameters.Input@272a5553, org.onap.sdc.toscaparser.api.parameters.Input@7c33f54b, org.onap.sdc.toscaparser.api.parameters.Input@6d743dc7, org.onap.sdc.toscaparser.api.parameters.Input@1a391955]
2022-04-10T06:48:07.222Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.223Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.223Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fef750f2-80e2-479c-a515-1b3304254c6d: pNF 88528e13-6dd9
2022-04-10T06:48:07.223Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2
2022-04-10T06:48:07.223Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:48:07.223Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_9SotKcG7lUkQfcM1WuuZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:48:07.223Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Resource customization UUID: 10f49510-b4df-4f7e-b9f9-9d1de8e95bfa is the same as notified resource customizationUUID: 10f49510-b4df-4f7e-b9f9-9d1de8e95bfa
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-10T06:48:07.580Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 88528e13-6dd9 2eb28b6a-a7cf-401f-9848-65ffd9a4fdb2 0 ASDC deployResourceStructure
2022-04-10T06:48:07.581Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar ASDC sendASDCNotification
2022-04-10T06:48:07.581Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar
2022-04-10T06:48:07.581Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:48:07.581Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:48:07.583Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:48:07.583Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573287581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:48:07.686Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-10T06:48:07.687Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:48:07.687Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:48:07.702Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:48:07.703Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:48:08.584Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:48:08.599Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:48:08.603Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:48:08.603Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:48:08.604Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:48:38.604Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:48:38.614Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:48:38.616Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:48:38.616Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:48:38.616Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:48:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:48:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:48:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:48:55.895Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:48:55.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:48:55.895Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "039e2c60-cd84-475a-b888-88b0cd8632da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573164796,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:48:55.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:49:08.616Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:49:08.626Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:49:08.628Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:49:08.628Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:49:08.628Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:49:38.629Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:49:38.639Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:49:38.641Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:49:38.642Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:49:38.642Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:49:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:49:55.875Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:49:55.875Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:49:55.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:49:55.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.898Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.900Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.901Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.902Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.903Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.904Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.905Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573255388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:49:55.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573258564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:49:55.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573263830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573265252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573274022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:49:55.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:49:55.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573273747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:49:55.918Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:49:55.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573266464,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:49:55.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573274721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:49:55.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:49:55.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:49:55.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:49:55.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:49:55.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573274751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:49:55.919Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:08.642Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:50:08.656Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:50:08.659Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:50:08.659Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:50:08.659Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:50:38.660Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:50:38.677Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:50:38.679Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:50:38.679Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:50:38.679Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:50:55.875Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:50:55.879Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:50:55.879Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:50:56.400Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:50:56.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573275743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:50:56.404Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.405Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573275573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:50:56.405Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.405Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.405Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.406Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.406Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.406Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "policy-id",
  "timestamp": 1649573275757,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:50:56.414Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aa29768d-c26b-44c7-b539-4d97175ab3da
2022-04-10T06:50:56.414Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa29768d-c26b-44c7-b539-4d97175ab3da and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:50:56.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573276746,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:50:56.430Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of aa29768d-c26b-44c7-b539-4d97175ab3da
2022-04-10T06:50:56.431Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa29768d-c26b-44c7-b539-4d97175ab3da and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:50:56.439Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.439Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "cds",
  "timestamp": 1649573276580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:50:56.444Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aa29768d-c26b-44c7-b539-4d97175ab3da
2022-04-10T06:50:56.444Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa29768d-c26b-44c7-b539-4d97175ab3da and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:50:56.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573272330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:50:56.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573280862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:50:56.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "aai-ml",
  "timestamp": 1649573281866,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:50:56.462Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aa29768d-c26b-44c7-b539-4d97175ab3da
2022-04-10T06:50:56.462Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa29768d-c26b-44c7-b539-4d97175ab3da and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:50:56.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573275871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:50:56.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573285206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:50:56.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573285769,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:50:56.471Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.472Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.472Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573287581,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:50:56.473Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.473Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.473Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.473Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573287779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:50:56.474Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.474Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "clamp",
  "timestamp": 1649573288785,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:50:56.479Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aa29768d-c26b-44c7-b539-4d97175ab3da
2022-04-10T06:50:56.479Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa29768d-c26b-44c7-b539-4d97175ab3da and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:50:56.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.486Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/resourceInstances/pnf88528e136dd90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:50:56.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573285039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:50:56.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:50:56.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573293972,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:50:56.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573296105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9sotkcg7lukqfcm1wuuz/1.0/artifacts/service-DemoPnf9sotkcg7lukqfcm1wuuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:50:56.489Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:50:56.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:50:56.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573297108,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:50:56.495Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aa29768d-c26b-44c7-b539-4d97175ab3da
2022-04-10T06:50:56.495Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId aa29768d-c26b-44c7-b539-4d97175ab3da and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:08.680Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:51:08.693Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:51:08.696Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:51:08.697Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:51:08.697Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:51:08.697Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:51:08.697Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:51:08.697Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:51:08.698Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:51:08.698Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:51:08.698Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:51:08.698Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:51:08.699Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:51:08.699Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:51:08.711Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:51:38.711Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aa29768d-c26b-44c7-b539-4d97175ab3da and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:51:38.718Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aa29768d-c26b-44c7-b539-4d97175ab3da and serviceModelVersionId: fef750f2-80e2-479c-a515-1b3304254c6d
2022-04-10T06:51:38.718Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3df9e8a5-da2b-4b09-986d-f2607c6de7b5
2022-04-10T06:51:38.720Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3df9e8a5-da2b-4b09-986d-f2607c6de7b5/model-vers/model-ver/fef750f2-80e2-479c-a515-1b3304254c6d?depth=0
2022-04-10T06:51:38.731Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:51:38.783Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df9e8a5-da2b-4b09-986d-f2607c6de7b5/model-vers/model-ver/fef750f2-80e2-479c-a515-1b3304254c6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:51:38.785Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df9e8a5-da2b-4b09-986d-f2607c6de7b5/model-vers/model-ver/fef750f2-80e2-479c-a515-1b3304254c6d?depth=0|INFO|500||Invoke
2022-04-10T06:51:38.810Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df9e8a5-da2b-4b09-986d-f2607c6de7b5/model-vers/model-ver/fef750f2-80e2-479c-a515-1b3304254c6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:51:39.232Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df9e8a5-da2b-4b09-986d-f2607c6de7b5/model-vers/model-ver/fef750f2-80e2-479c-a515-1b3304254c6d?depth=0|INFO|500||InvokeReturn
2022-04-10T06:51:39.233Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3df9e8a5-da2b-4b09-986d-f2607c6de7b5/model-vers/model-ver/fef750f2-80e2-479c-a515-1b3304254c6d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220410-06:51:38:816-83654], vertex-id=[278760], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:51:38 GMT], Content-Type=[application/json]}
2022-04-10T06:51:39.233Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:51:39.233Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:51:39.233Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:51:39.243Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:51:39.244Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aa29768d-c26b-44c7-b539-4d97175ab3da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:51:39.244Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:51:39.245Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:39.248Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:39.249Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573499244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:51:39.349Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:39.350Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:39.350Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:39.372Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:39.372Z||pool-159-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T06:51:40.259Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:51:40.260Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:51:40.260Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:44.555Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:44.556Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T06:51:44.556Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8b90d06-f450-4bdf-919d-50d28c726615","serviceName":"Demo_pNF_uIcktsPBVz7683GMK36X","serviceVersion":"1.0","serviceUUID":"86dbf127-ed33-4d64-abfe-a5fc360a63c8","serviceDescription":"catalog service description","serviceInvariantUUID":"56d828bb-c74a-476f-9fb0-de4c4ca55e99","resources":[{"resourceInstanceName":"pNF 18d1c198-539c 0","resourceName":"pNF 18d1c198-539c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"05c6f885-c07c-4482-985d-3d785096feb0","resourceInvariantUUID":"467a3438-a754-40a6-820a-71f6f32c7dd1","resourceCustomizationUUID":"43a15530-039b-4154-a6cf-032234bb3d52","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml","artifactChecksum":"YWU2NGEwNDIyNTVlNDNjNzUwNTIxMWNjNmE1YTBiNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab64b59b-9b37-4e28-bfc3-ae38e1ddfcb8","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar","artifactChecksum":"MWZmOGMxOTJmYzdjNzViZWU1N2FkZWFhNTA3YzA3NDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9205ad8f-2a66-42fd-90ff-e50bb9a9bf8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5c460c8-5986-486f-a497-87f4eac29046","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml","artifactChecksum":"MDMxNGQzM2IwYTllYWY1YTE4Yzc3NDgyZjhkYThkODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8fec746d-abdb-4031-8d20-41eaf38569ef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38534995-32ba-4b47-93f2-33581b862554","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"61381587-bfaa-46b1-9084-2ebc2f6836ae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUicktspbvz7683gmk36x-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml","artifactChecksum":"MDEzYmNhYjVhZGE3ZDE2YTZlYjlhODBjOTIzYWMzZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c32c4965-5810-4359-92cf-256fd2956a94","artifactVersion":"1"},{"artifactName":"service-DemoPnfUicktspbvz7683gmk36x-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar","artifactChecksum":"Y2FiNzE0ZjVhOTg3M2QxZjViZjU4NzZlNGFlMmNjOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0f68d10-0c53-47df-8400-b1aa0ae9e9ab","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:51:44.560Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:44.560Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:44.563Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:44.564Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:44.664Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:51:44.665Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:44.665Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:44.688Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:44.688Z||pool-160-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:45.565Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:45.565Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:45.567Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:45.567Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:45.667Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:45.668Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:45.668Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:45.681Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:45.681Z||pool-161-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:46.568Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:46.568Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:46.570Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:46.570Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:46.670Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:46.671Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:46.672Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:46.690Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:46.691Z||pool-162-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:47.571Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:47.571Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:47.576Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:47.576Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:47.676Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:47.677Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:47.677Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:47.687Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:47.687Z||pool-163-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:48.577Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:48.577Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:48.579Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:48.579Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:48.680Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:48.681Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:48.681Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:48.693Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:48.694Z||pool-164-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:49.580Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:49.581Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:49.584Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:49.584Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:49.684Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T06:51:49.685Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:49.685Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:49.698Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:49.699Z||pool-165-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:50.585Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:50.586Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:50.588Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:50.588Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:50.688Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:50.689Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:50.690Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:50.703Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:50.703Z||pool-166-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:51.589Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:51:51.589Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:51.592Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:51.592Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:51.692Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:51.693Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:51.693Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:51.704Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:51.705Z||pool-167-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T06:51:52.593Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "serviceName": "Demo_pNF_uIcktsPBVz7683GMK36X",
  "serviceVersion": "1.0",
  "serviceUUID": "86dbf127-ed33-4d64-abfe-a5fc360a63c8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "56d828bb-c74a-476f-9fb0-de4c4ca55e99",
  "resources": [
    {
      "resourceInstanceName": "pNF 18d1c198-539c 0",
      "resourceCustomizationUUID": "43a15530-039b-4154-a6cf-032234bb3d52",
      "resourceName": "pNF 18d1c198-539c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "05c6f885-c07c-4482-985d-3d785096feb0",
      "resourceInvariantUUID": "467a3438-a754-40a6-820a-71f6f32c7dd1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
      "artifactChecksum": "Y2FiNzE0ZjVhOTg3M2QxZjViZjU4NzZlNGFlMmNjOWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f0f68d10-0c53-47df-8400-b1aa0ae9e9ab"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T06:51:52.593Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T06:51:52.593Z|d14b8fc5-89f3-41eb-8ade-c4c2a5aa2f7c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 86dbf127-ed33-4d64-abfe-a5fc360a63c8 ASDC
2022-04-10T06:51:52.595Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a8b90d06-f450-4bdf-919d-50d28c726615
ServiceName:Demo_pNF_uIcktsPBVz7683GMK36X
ServiceVersion:1.0
ServiceUUID:86dbf127-ed33-4d64-abfe-a5fc360a63c8
ServiceInvariantUUID:56d828bb-c74a-476f-9fb0-de4c4ca55e99
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUicktspbvz7683gmk36x-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
ArtifactUUID:f0f68d10-0c53-47df-8400-b1aa0ae9e9ab
ArtifactChecksum:Y2FiNzE0ZjVhOTg3M2QxZjViZjU4NzZlNGFlMmNjOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 18d1c198-539c 0
ResourceCustomizationUUID:43a15530-039b-4154-a6cf-032234bb3d52
ResourceInvariantUUID:467a3438-a754-40a6-820a-71f6f32c7dd1
ResourceName:pNF 18d1c198-539c
ResourceType:PNF
ResourceUUID:05c6f885-c07c-4482-985d-3d785096feb0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T06:51:52.595Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 86dbf127-ed33-4d64-abfe-a5fc360a63c8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:52.629Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:51:52.630Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:51:52.630Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:51:52.630Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f0f68d10-0c53-47df-8400-b1aa0ae9e9ab from URL: /sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:52.630Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T06:51:52.631Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:52.705Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T06:51:52.709Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar f0f68d10-0c53-47df-8400-b1aa0ae9e9ab 82659
2022-04-10T06:51:52.709Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar ASDC sendASDCNotification
2022-04-10T06:51:52.709Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:52.709Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T06:51:52.710Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:52.711Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:52.712Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573512709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:52.812Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:51:52.813Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:52.813Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:52.824Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:52.824Z||pool-168-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:53.712Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T06:51:53.713Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T06:51:53.713Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f0f68d10-0c53-47df-8400-b1aa0ae9e9ab, URL: /sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar to file: /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:53.714Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:53.714Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:53.714Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:53.864Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17219526323020864704/Definitions/service-DemoPnfUicktspbvz7683gmk36x-template.yml
2022-04-10T06:51:54.768Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 18d1c198-539c 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-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.769Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.770Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T06:51:54.770Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.770Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.770Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Node template pNF 18d1c198-539c 0 is matching search criteria
2022-04-10T06:51:54.770Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:51:54.771Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 18d1c198-539c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:51:54.771Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.771Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.771Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Node template pNF 18d1c198-539c 0 is matching search criteria
2022-04-10T06:51:54.771Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T06:51:54.771Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 18d1c198-539c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T06:51:54.771Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.772Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.773Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_uIcktsPBVz7683GMK36X
Description:catalog service description
Model UUID:86dbf127-ed33-4d64-abfe-a5fc360a63c8
Model Version:NULL
Model InvariantUuid:56d828bb-c74a-476f-9fb0-de4c4ca55e99
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T06:51:54.778Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 05c6f885-c07c-4482-985d-3d785096feb0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:51:54.781Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||pNF 18d1c198-539c 0
2022-04-10T06:51:54.781Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 05c6f885-c07c-4482-985d-3d785096feb0
2022-04-10T06:51:54.781Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 86dbf127-ed33-4d64-abfe-a5fc360a63c8
2022-04-10T06:51:54.781Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 86dbf127-ed33-4d64-abfe-a5fc360a63c8
2022-04-10T06:51:54.781Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 18d1c198-539c 0 05c6f885-c07c-4482-985d-3d785096feb0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:51:54.785Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c9e7372, org.onap.sdc.toscaparser.api.parameters.Input@155d0b3a, org.onap.sdc.toscaparser.api.parameters.Input@379a15a8, org.onap.sdc.toscaparser.api.parameters.Input@624abe26, org.onap.sdc.toscaparser.api.parameters.Input@3d9054fe]
2022-04-10T06:51:54.785Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.786Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.786Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 86dbf127-ed33-4d64-abfe-a5fc360a63c8: pNF 18d1c198-539c
2022-04-10T06:51:54.786Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||Processing PNF resource: 05c6f885-c07c-4482-985d-3d785096feb0
2022-04-10T06:51:54.786Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T06:51:54.786Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_uIcktsPBVz7683GMK36X is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T06:51:54.787Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||Resource customization UUID: 43a15530-039b-4154-a6cf-032234bb3d52 is the same as notified resource customizationUUID: 43a15530-039b-4154-a6cf-032234bb3d52
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-10T06:51:54.818Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 18d1c198-539c 05c6f885-c07c-4482-985d-3d785096feb0 0 ASDC deployResourceStructure
2022-04-10T06:51:54.818Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar ASDC sendASDCNotification
2022-04-10T06:51:54.818Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar
2022-04-10T06:51:54.818Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T06:51:54.819Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:51:54.821Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:51:54.821Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573514818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:51:54.922Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T06:51:54.923Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:51:54.923Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:54.933Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:54.934Z||pool-169-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:51:55.822Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8b90d06-f450-4bdf-919d-50d28c726615
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:51:55.833Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8b90d06-f450-4bdf-919d-50d28c726615
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:51:55.835Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:51:55.835Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T06:51:55.835Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T06:51:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:51:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:51:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:51:56.494Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:51:56.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573465389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573465037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573465252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573461463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573478571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573478141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573477842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573478308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "cds",
  "timestamp": 1649573478851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:51:56.512Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8b90d06-f450-4bdf-919d-50d28c726615
2022-04-10T06:51:56.512Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b90d06-f450-4bdf-919d-50d28c726615 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:56.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573479342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T06:51:56.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573472330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573480530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573480344,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:51:56.525Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a8b90d06-f450-4bdf-919d-50d28c726615
2022-04-10T06:51:56.526Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b90d06-f450-4bdf-919d-50d28c726615 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573481535,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:51:56.537Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8b90d06-f450-4bdf-919d-50d28c726615
2022-04-10T06:51:56.537Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b90d06-f450-4bdf-919d-50d28c726615 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:56.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573473830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573484547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "aai-ml",
  "timestamp": 1649573485552,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:51:56.549Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8b90d06-f450-4bdf-919d-50d28c726615
2022-04-10T06:51:56.549Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b90d06-f450-4bdf-919d-50d28c726615 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573478564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573487428,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573488433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "policy-id",
  "timestamp": 1649573489436,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:51:56.562Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8b90d06-f450-4bdf-919d-50d28c726615
2022-04-10T06:51:56.562Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b90d06-f450-4bdf-919d-50d28c726615 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:56.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573489808,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:56.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573491816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:51:56.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "clamp",
  "timestamp": 1649573492819,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:51:56.576Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8b90d06-f450-4bdf-919d-50d28c726615
2022-04-10T06:51:56.577Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8b90d06-f450-4bdf-919d-50d28c726615 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:51:56.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aa29768d-c26b-44c7-b539-4d97175ab3da",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573499244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:51:56.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/resourceInstances/pnf18d1c198539c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:51:56.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573500259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:51:56.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:51:56.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573512709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:51:56.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:51:56.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:51:56.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573514818,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUicktspbvz7683gmk36x/1.0/artifacts/service-DemoPnfUicktspbvz7683gmk36x-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:51:56.599Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:52:25.835Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8b90d06-f450-4bdf-919d-50d28c726615
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:52:25.852Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8b90d06-f450-4bdf-919d-50d28c726615
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T06:52:25.857Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T06:52:25.857Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T06:52:25.857Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T06:52:25.858Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T06:52:25.858Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:52:25.858Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:52:25.858Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:52:25.858Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:52:25.858Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:52:25.859Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:52:25.859Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T06:52:25.859Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:52:25.864Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T06:52:55.865Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8b90d06-f450-4bdf-919d-50d28c726615 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T06:52:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8b90d06-f450-4bdf-919d-50d28c726615 and serviceModelVersionId: 86dbf127-ed33-4d64-abfe-a5fc360a63c8
2022-04-10T06:52:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56d828bb-c74a-476f-9fb0-de4c4ca55e99
2022-04-10T06:52:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56d828bb-c74a-476f-9fb0-de4c4ca55e99/model-vers/model-ver/86dbf127-ed33-4d64-abfe-a5fc360a63c8?depth=0
2022-04-10T06:52:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:52:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:52:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:52:55.878Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T06:52:55.915Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d828bb-c74a-476f-9fb0-de4c4ca55e99/model-vers/model-ver/86dbf127-ed33-4d64-abfe-a5fc360a63c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T06:52:55.917Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d828bb-c74a-476f-9fb0-de4c4ca55e99/model-vers/model-ver/86dbf127-ed33-4d64-abfe-a5fc360a63c8?depth=0|INFO|500||Invoke
2022-04-10T06:52:55.943Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d828bb-c74a-476f-9fb0-de4c4ca55e99/model-vers/model-ver/86dbf127-ed33-4d64-abfe-a5fc360a63c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T06:52:56.124Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d828bb-c74a-476f-9fb0-de4c4ca55e99/model-vers/model-ver/86dbf127-ed33-4d64-abfe-a5fc360a63c8?depth=0|INFO|500||InvokeReturn
2022-04-10T06:52:56.124Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/56d828bb-c74a-476f-9fb0-de4c4ca55e99/model-vers/model-ver/86dbf127-ed33-4d64-abfe-a5fc360a63c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-06:52:55:950-44763], vertex-id=[241808], Content-Length=[0], Date=[Sun, 10 Apr 2022 06:52:55 GMT], Content-Type=[application/json]}
2022-04-10T06:52:56.126Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T06:52:56.127Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T06:52:56.127Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T06:52:56.130Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T06:52:56.131Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8b90d06-f450-4bdf-919d-50d28c726615 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T06:52:56.131Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T06:52:56.131Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:52:56.133Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:52:56.133Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573576131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:52:56.233Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:52:56.234Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:52:56.234Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:52:56.246Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:52:56.246Z||pool-170-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:52:56.851Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:52:56.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T06:52:56.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8b90d06-f450-4bdf-919d-50d28c726615",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573576131,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T06:52:56.852Z||pool-2-thread-3|||||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-04-10T06:52:57.147Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:52:57.147Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:52:57.147Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:53:06.683Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:53:06.684Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:53:06.685Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:53:06.686Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:53:16.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:53:16.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:53:16.220Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:53:16.220Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:53:25.788Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:53:25.789Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:53:25.790Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:53:25.790Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:53:35.331Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:53:55.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:53:55.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:53:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:53:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:53:55.874Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:53:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:54:05.408Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:54:05.409Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:54:55.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:54:55.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:54:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:54:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:54:55.874Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:54:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:55:05.414Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:55:05.414Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:55:55.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:55:55.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:55:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:55:55.873Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:55:55.874Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:55:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:56:05.407Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:56:05.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:56:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:56:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:56:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:56:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:56:55.874Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:56:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:57:05.410Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:57:05.410Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:57:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:57:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:57:55.873Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:57:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:57:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:57:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:58:05.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:58:05.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:58:55.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:58:55.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:58:55.872Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:58:55.873Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:58:55.874Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:58:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:59:05.409Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:05.409Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:55.872Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:59:55.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:59:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T06:59:55.874Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:59:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T06:59:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T06:59:56.008Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:56.010Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.010Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.011Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.012Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.012Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.012Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.012Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.012Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.012Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.013Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.013Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.013Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.013Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.013Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.013Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.014Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.014Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.014Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.014Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.014Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.014Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.015Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.015Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.015Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.015Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.015Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.015Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.015Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.016Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.016Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.016Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.016Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.016Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.016Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.016Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.017Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.017Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.017Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.017Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.017Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.017Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.017Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.018Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.018Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.018Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.018Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.019Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.019Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.019Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.019Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.020Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.020Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.020Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.021Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.021Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.021Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.021Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.022Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.022Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.022Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.022Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.023Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.023Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.023Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.024Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.024Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.024Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.024Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.025Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.025Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.025Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.026Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.026Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.026Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.026Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.027Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.027Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.027Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.028Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.028Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.028Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.028Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.029Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.029Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.029Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.029Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.030Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.030Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.031Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.031Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.031Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.031Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.032Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.032Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.032Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.032Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.032Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.033Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.033Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.033Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.033Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.034Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.034Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.034Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.034Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.035Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.035Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.035Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.035Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.035Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.036Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.036Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.036Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.036Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.037Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.037Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.037Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.037Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.037Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.038Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.038Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.038Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.038Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.039Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.039Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.039Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.039Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.039Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573971465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:59:56.040Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.040Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.040Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573975388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:59:56.040Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.041Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.041Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649573972332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:59:56.041Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.041Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.041Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573978564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:59:56.042Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.042Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.042Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573975037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:59:56.042Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.043Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.043Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.043Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.043Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.043Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.044Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.044Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.044Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.045Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.045Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.045Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.046Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.046Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.046Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573989652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:59:56.046Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:59:56.047Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.047Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573989606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:59:56.047Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:59:56.047Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.047Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573990097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:59:56.048Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:59:56.048Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.048Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573990584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:59:56.049Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:59:56.049Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.049Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.049Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.050Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.050Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T06:59:56.050Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.051Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.051Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "cds",
  "timestamp": 1649573990659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:59:56.079Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69fbfade-f9ab-47e4-aab3-e004b6563b80
2022-04-10T06:59:56.079Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fbfade-f9ab-47e4-aab3-e004b6563b80 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:59:56.093Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.093Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573990611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:59:56.093Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:59:56.094Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.094Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573983829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T06:59:56.094Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.094Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.094Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.094Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.094Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.095Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "policy-id",
  "timestamp": 1649573991615,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:59:56.100Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69fbfade-f9ab-47e4-aab3-e004b6563b80
2022-04-10T06:59:56.101Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fbfade-f9ab-47e4-aab3-e004b6563b80 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:59:56.109Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.109Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573992624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T06:59:56.109Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:59:56.109Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.110Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573985252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.110Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T06:59:56.110Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.110Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649573993628,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T06:59:56.115Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69fbfade-f9ab-47e4-aab3-e004b6563b80
2022-04-10T06:59:56.115Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fbfade-f9ab-47e4-aab3-e004b6563b80 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T06:59:56.123Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.123Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573994334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T06:59:56.123Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T06:59:56.497Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:56.498Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-10T06:59:56.498Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"69fbfade-f9ab-47e4-aab3-e004b6563b80","serviceName":"Demo_pNF_VJ1tEu0SrL4vZJoXYIjk","serviceVersion":"1.0","serviceUUID":"8e27f817-dd3a-4878-ad9b-cf02ee007351","serviceDescription":"catalog service description","serviceInvariantUUID":"bb9c777e-dd91-4bb8-9027-2cfd3d4d749e","resources":[{"resourceInstanceName":"pNF 069bf220-8fbf 0","resourceName":"pNF 069bf220-8fbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8758777d-81f1-492c-8025-8cbe4107400b","resourceInvariantUUID":"07d84fa1-cc1b-4214-a52d-d467325dbca6","resourceCustomizationUUID":"97558e4c-b27e-4347-8ce4-56cdb1bfce70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml","artifactChecksum":"YmJjNWNkYjFiODhlODcwNjI3MTY4NTRhYTBkOGQzYzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"668ecda3-9f8d-4b08-bbf3-69d56bccc674","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar","artifactChecksum":"MWZmOGMxOTJmYzdjNzViZWU1N2FkZWFhNTA3YzA3NDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4bd55f79-804f-45c4-a197-0bc980457204","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6defd505-94bb-49f3-a989-b274aa7487bf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml","artifactChecksum":"NTQwYWZkNDgzZTI5Nzg1NTAyMzM5ZGU5NDdkNDAxODE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d0c7aa0-7a3d-4fa1-ab76-ff89c49e9b17","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"026ebbac-712f-4abe-b72f-8c3b6c1c5a1e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"39d50624-d822-4b08-a98f-d9235771ea0b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml","artifactChecksum":"Yzg3N2RlYzkxZTY5YTBmYTYyYjQ2YWIwOWRiNTYxNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7016c0e9-d144-4c8a-aec7-a64c9459cb89","artifactVersion":"1"},{"artifactName":"service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar","artifactChecksum":"MDlkMzk0NmQzODI1ZTdkNjY4MDI0MTg5M2IxZjE1M2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7d8c54d2-9092-4a21-b811-ebf575d7d6d0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T06:59:56.501Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:59:56.502Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:59:56.506Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:59:56.506Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:56.606Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:59:56.607Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:59:56.607Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:59:56.617Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:56.618Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:59:57.506Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:59:57.507Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:59:57.509Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:59:57.509Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:57.609Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:59:57.611Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:59:57.611Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:59:57.623Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:57.623Z||pool-172-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:59:58.510Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:59:58.511Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:59:58.513Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:59:58.513Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:58.613Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:59:58.614Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:59:58.614Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:59:58.627Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:58.628Z||pool-173-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T06:59:59.514Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T06:59:59.515Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T06:59:59.518Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T06:59:59.518Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T06:59:59.618Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T06:59:59.619Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T06:59:59.619Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T06:59:59.630Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T06:59:59.630Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:00:00.522Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:00:00.523Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:00:00.537Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:00:00.538Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:00:00.628Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-04-10T07:00:00.630Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:00:00.630Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:00:00.644Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:00:00.645Z||pool-175-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:00:01.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:00:01.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:00:01.542Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:00:01.542Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:00:01.642Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:00:01.644Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:00:01.644Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:00:01.655Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:00:01.655Z||pool-176-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:00:02.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:00:02.544Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:00:02.547Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:00:02.547Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:00:02.647Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:00:02.648Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:00:02.648Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:00:02.659Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:00:02.660Z||pool-177-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:00:03.548Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:00:03.549Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:00:03.553Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:00:03.553Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:00:03.654Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T07:00:03.655Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:00:03.655Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:00:03.668Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:00:03.669Z||pool-178-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:00:04.555Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "serviceName": "Demo_pNF_VJ1tEu0SrL4vZJoXYIjk",
  "serviceVersion": "1.0",
  "serviceUUID": "8e27f817-dd3a-4878-ad9b-cf02ee007351",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bb9c777e-dd91-4bb8-9027-2cfd3d4d749e",
  "resources": [
    {
      "resourceInstanceName": "pNF 069bf220-8fbf 0",
      "resourceCustomizationUUID": "97558e4c-b27e-4347-8ce4-56cdb1bfce70",
      "resourceName": "pNF 069bf220-8fbf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8758777d-81f1-492c-8025-8cbe4107400b",
      "resourceInvariantUUID": "07d84fa1-cc1b-4214-a52d-d467325dbca6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
      "artifactChecksum": "MDlkMzk0NmQzODI1ZTdkNjY4MDI0MTg5M2IxZjE1M2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7d8c54d2-9092-4a21-b811-ebf575d7d6d0"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T07:00:04.555Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T07:00:04.556Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8e27f817-dd3a-4878-ad9b-cf02ee007351 ASDC
2022-04-10T07:00:04.557Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:69fbfade-f9ab-47e4-aab3-e004b6563b80
ServiceName:Demo_pNF_VJ1tEu0SrL4vZJoXYIjk
ServiceVersion:1.0
ServiceUUID:8e27f817-dd3a-4878-ad9b-cf02ee007351
ServiceInvariantUUID:bb9c777e-dd91-4bb8-9027-2cfd3d4d749e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
ArtifactUUID:7d8c54d2-9092-4a21-b811-ebf575d7d6d0
ArtifactChecksum:MDlkMzk0NmQzODI1ZTdkNjY4MDI0MTg5M2IxZjE1M2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 069bf220-8fbf 0
ResourceCustomizationUUID:97558e4c-b27e-4347-8ce4-56cdb1bfce70
ResourceInvariantUUID:07d84fa1-cc1b-4214-a52d-d467325dbca6
ResourceName:pNF 069bf220-8fbf
ResourceType:PNF
ResourceUUID:8758777d-81f1-492c-8025-8cbe4107400b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T07:00:04.561Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8e27f817-dd3a-4878-ad9b-cf02ee007351 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T07:00:04.588Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T07:00:04.589Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T07:00:04.589Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T07:00:04.590Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7d8c54d2-9092-4a21-b811-ebf575d7d6d0 from URL: /sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:04.590Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-10T07:00:04.590Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:05.110Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-10T07:00:05.114Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar 7d8c54d2-9092-4a21-b811-ebf575d7d6d0 82656
2022-04-10T07:00:05.115Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar ASDC sendASDCNotification
2022-04-10T07:00:05.115Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:05.115Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T07:00:05.115Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:00:05.118Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:00:05.118Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574005115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:00:05.219Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T07:00:05.220Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:00:05.220Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:00:05.233Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:00:05.233Z||pool-179-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:00:06.119Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T07:00:06.120Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-10T07:00:06.120Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7d8c54d2-9092-4a21-b811-ebf575d7d6d0, URL: /sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar to file: /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:06.120Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:06.121Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:06.121Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:06.328Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16606194939558379118/Definitions/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml
2022-04-10T07:00:07.413Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T07:00:07.414Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T07:00:07.414Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.415Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T07:00:07.415Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 069bf220-8fbf 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-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.415Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||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-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.415Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.415Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||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-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.416Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.416Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.416Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.416Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-10T07:00:07.417Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.417Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.418Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Node template pNF 069bf220-8fbf 0 is matching search criteria
2022-04-10T07:00:07.418Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T07:00:07.418Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 069bf220-8fbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T07:00:07.419Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.419Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.419Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Node template pNF 069bf220-8fbf 0 is matching search criteria
2022-04-10T07:00:07.419Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-10T07:00:07.419Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 069bf220-8fbf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T07:00:07.420Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.420Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.420Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.421Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.421Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.421Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.422Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.422Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.422Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.423Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.423Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_VJ1tEu0SrL4vZJoXYIjk
Description:catalog service description
Model UUID:8e27f817-dd3a-4878-ad9b-cf02ee007351
Model Version:NULL
Model InvariantUuid:bb9c777e-dd91-4bb8-9027-2cfd3d4d749e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T07:00:07.429Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8758777d-81f1-492c-8025-8cbe4107400b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T07:00:07.433Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||pNF 069bf220-8fbf 0
2022-04-10T07:00:07.434Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8758777d-81f1-492c-8025-8cbe4107400b
2022-04-10T07:00:07.434Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8e27f817-dd3a-4878-ad9b-cf02ee007351
2022-04-10T07:00:07.434Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8e27f817-dd3a-4878-ad9b-cf02ee007351
2022-04-10T07:00:07.434Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 069bf220-8fbf 0 8758777d-81f1-492c-8025-8cbe4107400b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T07:00:07.439Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52b8e5df, org.onap.sdc.toscaparser.api.parameters.Input@3769faf9, org.onap.sdc.toscaparser.api.parameters.Input@3cc7d81e, org.onap.sdc.toscaparser.api.parameters.Input@4ac0ad1f, org.onap.sdc.toscaparser.api.parameters.Input@5f432f85]
2022-04-10T07:00:07.439Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.439Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.440Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8e27f817-dd3a-4878-ad9b-cf02ee007351: pNF 069bf220-8fbf
2022-04-10T07:00:07.440Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||Processing PNF resource: 8758777d-81f1-492c-8025-8cbe4107400b
2022-04-10T07:00:07.440Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:00:07.441Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_VJ1tEu0SrL4vZJoXYIjk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:00:07.441Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||Resource customization UUID: 97558e4c-b27e-4347-8ce4-56cdb1bfce70 is the same as notified resource customizationUUID: 97558e4c-b27e-4347-8ce4-56cdb1bfce70
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-10T07:00:07.475Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 069bf220-8fbf 8758777d-81f1-492c-8025-8cbe4107400b 0 ASDC deployResourceStructure
2022-04-10T07:00:07.475Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar ASDC sendASDCNotification
2022-04-10T07:00:07.476Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar
2022-04-10T07:00:07.476Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T07:00:07.476Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:00:07.479Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:00:07.479Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574007475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:00:07.579Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:00:07.580Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:00:07.580Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:00:07.593Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:00:07.593Z||pool-180-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:00:08.480Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:00:08.489Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:00:08.491Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:00:08.491Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T07:00:08.491Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T07:00:38.491Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:00:38.503Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:00:38.507Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:00:38.507Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T07:00:38.507Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T07:00:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:00:55.875Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:00:55.875Z|aa29768d-c26b-44c7-b539-4d97175ab3da|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:00:55.895Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:00:55.896Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:00:55.896Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573994913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:00:55.898Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:01:08.507Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:01:08.517Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:01:08.520Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:01:08.520Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T07:01:08.520Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T07:01:38.520Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:01:38.529Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:01:38.531Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:01:38.531Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T07:01:38.532Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T07:01:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:01:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:01:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:01:55.893Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:01:55.894Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:01:55.894Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573995353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T07:01:55.895Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:02:08.532Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:02:08.541Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:02:08.543Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:02:08.543Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T07:02:08.543Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T07:02:38.544Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:02:38.552Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:02:38.554Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:02:38.554Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-10T07:02:38.554Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-10T07:02:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:02:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:02:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:02:56.393Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:02:56.394Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.394Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:02:56.395Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.395Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.395Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573996226,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:02:56.395Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:02:56.395Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.395Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649573996355,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:02:56.403Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 69fbfade-f9ab-47e4-aab3-e004b6563b80
2022-04-10T07:02:56.403Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fbfade-f9ab-47e4-aab3-e004b6563b80 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:02:56.412Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.412Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:02:56.412Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.412Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.412Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "aai-ml",
  "timestamp": 1649573997231,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:02:56.417Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69fbfade-f9ab-47e4-aab3-e004b6563b80
2022-04-10T07:02:56.417Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fbfade-f9ab-47e4-aab3-e004b6563b80 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:02:56.425Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.425Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:02:56.425Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.425Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.425Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573997916,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:02:56.426Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:02:56.426Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.426Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:02:56.426Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.426Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.426Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "clamp",
  "timestamp": 1649573998922,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:02:56.431Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69fbfade-f9ab-47e4-aab3-e004b6563b80
2022-04-10T07:02:56.431Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69fbfade-f9ab-47e4-aab3-e004b6563b80 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:02:56.439Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.440Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:02:56.440Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.440Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.440Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/resourceInstances/pnf069bf2208fbf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:02:56.440Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.440Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.440Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:02:56.441Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.441Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.441Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649573995871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:02:56.442Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:02:56.442Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.442Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574005115,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:02:56.442Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:02:56.443Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:02:56.443Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574007475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVj1teu0srl4vzjoxyijk/1.0/artifacts/service-DemoPnfVj1teu0srl4vzjoxyijk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:02:56.443Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:03:08.554Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:03:08.568Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:03:08.572Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:03:08.572Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T07:03:08.572Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T07:03:08.573Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T07:03:08.573Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:03:08.573Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:03:08.574Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:03:08.574Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:03:08.574Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:03:08.574Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:03:08.575Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:03:08.575Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:03:08.582Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T07:03:38.582Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T07:03:38.588Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69fbfade-f9ab-47e4-aab3-e004b6563b80 and serviceModelVersionId: 8e27f817-dd3a-4878-ad9b-cf02ee007351
2022-04-10T07:03:38.588Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb9c777e-dd91-4bb8-9027-2cfd3d4d749e
2022-04-10T07:03:38.589Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb9c777e-dd91-4bb8-9027-2cfd3d4d749e/model-vers/model-ver/8e27f817-dd3a-4878-ad9b-cf02ee007351?depth=0
2022-04-10T07:03:38.594Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T07:03:38.633Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9c777e-dd91-4bb8-9027-2cfd3d4d749e/model-vers/model-ver/8e27f817-dd3a-4878-ad9b-cf02ee007351?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-10T07:03:38.636Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9c777e-dd91-4bb8-9027-2cfd3d4d749e/model-vers/model-ver/8e27f817-dd3a-4878-ad9b-cf02ee007351?depth=0|INFO|500||Invoke
2022-04-10T07:03:38.657Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9c777e-dd91-4bb8-9027-2cfd3d4d749e/model-vers/model-ver/8e27f817-dd3a-4878-ad9b-cf02ee007351?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T07:03:38.822Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9c777e-dd91-4bb8-9027-2cfd3d4d749e/model-vers/model-ver/8e27f817-dd3a-4878-ad9b-cf02ee007351?depth=0|INFO|500||InvokeReturn
2022-04-10T07:03:38.824Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb9c777e-dd91-4bb8-9027-2cfd3d4d749e/model-vers/model-ver/8e27f817-dd3a-4878-ad9b-cf02ee007351?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-07:03:38:665-37841], vertex-id=[270560], Content-Length=[0], Date=[Sun, 10 Apr 2022 07:03:38 GMT], Content-Type=[application/json]}
2022-04-10T07:03:38.824Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-04-10T07:03:38.825Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T07:03:38.825Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T07:03:38.830Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T07:03:38.831Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69fbfade-f9ab-47e4-aab3-e004b6563b80 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T07:03:38.831Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T07:03:38.831Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:03:38.834Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:03:38.834Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574218831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T07:03:38.934Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:03:38.935Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:03:38.935Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:03:38.948Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:03:38.948Z||pool-181-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T07:03:39.846Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:03:39.846Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:03:39.846Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:03:50.096Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:03:50.097Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:03:50.097Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:03:50.097Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:03:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:03:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:03:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:03:56.490Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:03:56.490Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-10T07:03:56.491Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "69fbfade-f9ab-47e4-aab3-e004b6563b80",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574218831,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T07:03:56.491Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:03:59.661Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:03:59.662Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:03:59.662Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:03:59.662Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:04:09.209Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:04:09.210Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:04:09.210Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:04:09.210Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:04:18.741Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:04:55.871Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:04:55.872Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:04:55.872Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:04:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:04:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:04:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:05:05.433Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:05:05.433Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:05:55.871Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:05:55.872Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:05:55.872Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:05:55.873Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:05:55.874Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:05:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:06:05.428Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:06:05.428Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:06:55.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:06:55.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:06:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:06:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:06:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:06:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:07:05.432Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:07:05.432Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:07:55.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:07:55.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:07:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:07:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:07:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:07:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:08:05.429Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:05.430Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:55.872Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:08:55.873Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:08:55.873Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:08:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:08:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:08:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:08:56.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:56.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"da507908-1458-452c-a391-7ee96ebf69d2","serviceName":"Demo_pNF_H77FHBS7B5LwWoK7odro","serviceVersion":"1.0","serviceUUID":"d1fa73b1-ef2e-44e6-9613-f217fc64c65a","serviceDescription":"catalog service description","serviceInvariantUUID":"47596123-ed76-40e4-b464-8decd0eeffbb","resources":[{"resourceInstanceName":"pNF a366d78e-4fa8 0","resourceName":"pNF a366d78e-4fa8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"52e03601-b398-4948-9f15-dfdc68f09e12","resourceInvariantUUID":"5c532b09-40a0-49c4-9bc6-49b935c54204","resourceCustomizationUUID":"29e5d76e-84b4-44a4-b814-0249abb2214b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml","artifactChecksum":"ZmU5NTM5NDNiM2Q5MDg1YWVlOGUyYzlmNDg5ZGI0NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2af068df-5712-4cb1-937f-04bde9da148d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar","artifactChecksum":"MWZmOGMxOTJmYzdjNzViZWU1N2FkZWFhNTA3YzA3NDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd9a3749-a824-48a4-99c2-39f7f4290230","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a9f3db75-982a-4b35-9a1d-18ee12464e23","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml","artifactChecksum":"YzY0Nzk3ZjgzZmFlY2QwMTE5YTJmYjczNDI3MzY0ZWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a1d1bfc3-b2aa-4aa1-8b40-51269c151ae0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fb348444-1c9f-4f2c-8a5f-89160d573574","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b9156dc-8fde-4329-ab70-4c52a57d71b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfH77fhbs7b5lwwok7odro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml","artifactChecksum":"NTU5NDRkMTE4MWQxNjI1MGNmZTA0NDc0ZWM3ZGYwY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d8540468-dc95-474a-a7b3-4ac6bd1396c2","artifactVersion":"1"},{"artifactName":"service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar","artifactChecksum":"ZGMzZjQyZTlmMWQ1ZDBmZDdjNTkzNDNmMjk3MDdlNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56112aa6-1e8b-4834-8f09-ec4a20cf21cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T07:08:56.500Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:08:56.500Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:08:56.503Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:56.504Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:08:56.505Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574505252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.511Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574517601,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.512Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.513Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574518616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.514Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574511465,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:08:56.515Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574519619,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:08:56.535Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of da507908-1458-452c-a391-7ee96ebf69d2
2022-04-10T07:08:56.535Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da507908-1458-452c-a391-7ee96ebf69d2 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:08:56.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574512330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:08:56.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574520535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "cds",
  "timestamp": 1649574521543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:08:56.550Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of da507908-1458-452c-a391-7ee96ebf69d2
2022-04-10T07:08:56.551Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da507908-1458-452c-a391-7ee96ebf69d2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574515037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:08:56.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574515388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574523872,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574524290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574525810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:08:56.559Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574526814,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:08:56.564Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of da507908-1458-452c-a391-7ee96ebf69d2
2022-04-10T07:08:56.564Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da507908-1458-452c-a391-7ee96ebf69d2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574518564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574527410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574528417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:08:56.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "policy-id",
  "timestamp": 1649574529422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:08:56.576Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of da507908-1458-452c-a391-7ee96ebf69d2
2022-04-10T07:08:56.576Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da507908-1458-452c-a391-7ee96ebf69d2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:08:56.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:56.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574530860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574523830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:08:56.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "aai-ml",
  "timestamp": 1649574531863,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:08:56.587Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of da507908-1458-452c-a391-7ee96ebf69d2
2022-04-10T07:08:56.587Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da507908-1458-452c-a391-7ee96ebf69d2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:08:56.604Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-10T07:08:56.604Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:08:56.604Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:08:56.615Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:56.616Z||pool-182-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-10T07:08:57.505Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:08:57.506Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:08:57.508Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:08:57.508Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:57.609Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T07:08:57.610Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:08:57.610Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:08:57.623Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:57.624Z||pool-183-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:08:58.509Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:08:58.510Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:08:58.512Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:08:58.512Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:58.612Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:08:58.613Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:08:58.613Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:08:58.625Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:58.626Z||pool-184-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:08:59.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:08:59.518Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:08:59.522Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:08:59.522Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:08:59.621Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T07:08:59.622Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:08:59.622Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:08:59.634Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:08:59.635Z||pool-185-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:09:00.523Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:09:00.525Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:09:00.528Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:09:00.528Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:09:00.628Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:09:00.629Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:09:00.630Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:00.644Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:09:00.645Z||pool-186-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:09:01.528Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:09:01.529Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:09:01.532Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:09:01.532Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:09:01.632Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:09:01.633Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:09:01.633Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:01.644Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:09:01.645Z||pool-187-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-10T07:09:02.532Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:09:02.533Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:09:02.535Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:09:02.536Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:09:02.636Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T07:09:02.636Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:09:02.636Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:02.649Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:09:02.650Z||pool-188-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:09:03.536Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:09:03.537Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:09:03.539Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:09:03.540Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:09:03.640Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T07:09:03.641Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:09:03.641Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:03.653Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:09:03.654Z||pool-189-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:09:04.541Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "serviceName": "Demo_pNF_H77FHBS7B5LwWoK7odro",
  "serviceVersion": "1.0",
  "serviceUUID": "d1fa73b1-ef2e-44e6-9613-f217fc64c65a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "47596123-ed76-40e4-b464-8decd0eeffbb",
  "resources": [
    {
      "resourceInstanceName": "pNF a366d78e-4fa8 0",
      "resourceCustomizationUUID": "29e5d76e-84b4-44a4-b814-0249abb2214b",
      "resourceName": "pNF a366d78e-4fa8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "52e03601-b398-4948-9f15-dfdc68f09e12",
      "resourceInvariantUUID": "5c532b09-40a0-49c4-9bc6-49b935c54204",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
      "artifactChecksum": "ZGMzZjQyZTlmMWQ1ZDBmZDdjNTkzNDNmMjk3MDdlNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56112aa6-1e8b-4834-8f09-ec4a20cf21cb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T07:09:04.541Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T07:09:04.541Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d1fa73b1-ef2e-44e6-9613-f217fc64c65a ASDC
2022-04-10T07:09:04.542Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:da507908-1458-452c-a391-7ee96ebf69d2
ServiceName:Demo_pNF_H77FHBS7B5LwWoK7odro
ServiceVersion:1.0
ServiceUUID:d1fa73b1-ef2e-44e6-9613-f217fc64c65a
ServiceInvariantUUID:47596123-ed76-40e4-b464-8decd0eeffbb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
ArtifactUUID:56112aa6-1e8b-4834-8f09-ec4a20cf21cb
ArtifactChecksum:ZGMzZjQyZTlmMWQ1ZDBmZDdjNTkzNDNmMjk3MDdlNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a366d78e-4fa8 0
ResourceCustomizationUUID:29e5d76e-84b4-44a4-b814-0249abb2214b
ResourceInvariantUUID:5c532b09-40a0-49c4-9bc6-49b935c54204
ResourceName:pNF a366d78e-4fa8
ResourceType:PNF
ResourceUUID:52e03601-b398-4948-9f15-dfdc68f09e12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T07:09:04.543Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1fa73b1-ef2e-44e6-9613-f217fc64c65a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T07:09:04.571Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T07:09:04.572Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-10T07:09:04.572Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-10T07:09:04.572Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 56112aa6-1e8b-4834-8f09-ec4a20cf21cb from URL: /sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:04.572Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-10T07:09:04.573Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:04.993Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-10T07:09:04.997Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar 56112aa6-1e8b-4834-8f09-ec4a20cf21cb 82653
2022-04-10T07:09:04.997Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar ASDC sendASDCNotification
2022-04-10T07:09:04.997Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:04.997Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T07:09:04.998Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:09:05.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:09:05.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574544997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:09:05.100Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:09:05.101Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:09:05.101Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:05.113Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:09:05.113Z||pool-190-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:09:06.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T07:09:06.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-10T07:09:06.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 56112aa6-1e8b-4834-8f09-ec4a20cf21cb, URL: /sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar to file: /app/ASDC/1/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:06.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:06.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:06.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:06.176Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16157491892214588364/Definitions/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml
2022-04-10T07:09:07.018Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T07:09:07.019Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-10T07:09:07.019Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.019Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T07:09:07.019Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a366d78e-4fa8 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-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.019Z|da507908-1458-452c-a391-7ee96ebf69d2|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-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.019Z|da507908-1458-452c-a391-7ee96ebf69d2|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-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.020Z|da507908-1458-452c-a391-7ee96ebf69d2|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-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.020Z|da507908-1458-452c-a391-7ee96ebf69d2|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-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.020Z|da507908-1458-452c-a391-7ee96ebf69d2|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-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.020Z|da507908-1458-452c-a391-7ee96ebf69d2|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-DemoPnfH77fhbs7b5lwwok7odro-csar.csar
2022-04-10T07:09:07.021Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-10T07:09:07.021Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:09:07.021Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_H77FHBS7B5LwWoK7odro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:09:07.022Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Node template pNF a366d78e-4fa8 0 is matching search criteria
2022-04-10T07:09:07.022Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-10T07:09:07.022Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a366d78e-4fa8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T07:09:07.023Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:09:07.023Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_H77FHBS7B5LwWoK7odro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:09:07.023Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Node template pNF a366d78e-4fa8 0 is matching search criteria
2022-04-10T07:09:07.023Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-10T07:09:07.024Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a366d78e-4fa8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T07:09:07.024Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:09:07.024Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_H77FHBS7B5LwWoK7odro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:09:07.024Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:09:07.025Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_H77FHBS7B5LwWoK7odro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:09:07.025Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:09:07.025Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_H77FHBS7B5LwWoK7odro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:09:07.025Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:09:07.026Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_H77FHBS7B5LwWoK7odro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:09:07.026Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:09:07.026Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_H77FHBS7B5LwWoK7odro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:09:07.026Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_H77FHBS7B5LwWoK7odro
Description:catalog service description
Model UUID:d1fa73b1-ef2e-44e6-9613-f217fc64c65a
Model Version:NULL
Model InvariantUuid:47596123-ed76-40e4-b464-8decd0eeffbb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T07:09:07.033Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@792c95e2 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=3528) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor184.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor180.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-04-10T07:09:07.035Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-10T07:09:07.035Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||ERROR|500||(conn=3528) WSREP has not yet prepared node for application use
2022-04-10T07:09:07.036Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor184.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor180.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3528) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-04-10T07:09:07.038Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor184.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor180.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3528) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 68 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 73 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 74 common frames omitted
2022-04-10T07:09:07.040Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy220.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$b364cb86.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy141.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 33 common frames omitted
2022-04-10T07:09:07.040Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: da507908-1458-452c-a391-7ee96ebf69d2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T07:09:07.048Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: da507908-1458-452c-a391-7ee96ebf69d2 and serviceModelVersionId: d1fa73b1-ef2e-44e6-9613-f217fc64c65a
2022-04-10T07:09:07.048Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 47596123-ed76-40e4-b464-8decd0eeffbb
2022-04-10T07:09:07.049Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0
2022-04-10T07:09:07.055Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T07:09:07.096Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0|INFO|500||Invoke
2022-04-10T07:09:07.097Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[da507908-1458-452c-a391-7ee96ebf69d2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[222ef758-c180-48ad-83a6-73ea3a7e873f], X-ECOMP-RequestID=[da507908-1458-452c-a391-7ee96ebf69d2], X-TransactionId=[], X-ONAP-RequestID=[da507908-1458-452c-a391-7ee96ebf69d2], Content-Type=[application/merge-patch+json]}
2022-04-10T07:09:07.127Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-10T07:09:07.435Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?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/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220410-07:09:07:136-77596], vertex-id=[254032], Content-Length=[0], Date=[Sun, 10 Apr 2022 07:09:07 GMT], Content-Type=[application/json]}
2022-04-10T07:09:07.435Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T07:09:07.436Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/47596123-ed76-40e4-b464-8decd0eeffbb/model-vers/model-ver/d1fa73b1-ef2e-44e6-9613-f217fc64c65a?depth=0|INFO|500||InvokeReturn
2022-04-10T07:09:07.436Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T07:09:07.437Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-04-10T07:09:07.437Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID da507908-1458-452c-a391-7ee96ebf69d2 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-10T07:09:07.437Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-10T07:09:07.438Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:09:07.440Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:09:07.440Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574547437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-10T07:09:07.540Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:09:07.541Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:09:07.541Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:07.553Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:09:07.554Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T07:09:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:09:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:09:55.873Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:09:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:09:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:09:55.991Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:09:55.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:09:55.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:09:55.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:05.408Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:10:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:10:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:10:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:10:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:10:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:10:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:10:56.398Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:10:56.399Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.399Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:56.400Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/resourceInstances/pnfa366d78e4fa80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574535871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.401Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574544035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574544997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574545054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfH77fhbs7b5lwwok7odro/1.0/artifacts/service-DemoPnfH77fhbs7b5lwwok7odro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.402Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "clamp",
  "timestamp": 1649574546059,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:10:56.409Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of da507908-1458-452c-a391-7ee96ebf69d2
2022-04-10T07:10:56.410Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId da507908-1458-452c-a391-7ee96ebf69d2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:10:56.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-10T07:10:56.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "da507908-1458-452c-a391-7ee96ebf69d2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574547437,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-10T07:10:56.417Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:11:05.414Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:11:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:11:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:11:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:11:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:11:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:11:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:12:05.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:12:05.411Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:12:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:12:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:12:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:12:55.873Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:12:55.874Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:12:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:13:05.407Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:13:05.407Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:13:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:13:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:13:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:13:55.873Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:13:55.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:13:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:14:05.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:05.409Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:55.871Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:14:55.872Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:14:55.873Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:14:55.873Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:14:55.874Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:14:55.874Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:14:55.996Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:55.997Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:55.998Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:55.999Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:55.999Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:55.999Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:55.999Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:55.999Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:55.999Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:55.999Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.000Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.001Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.002Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.003Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.004Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.005Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.006Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649574872330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574871463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574875037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.007Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574875388,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574884273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:14:56.008Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574883536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574884164,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.009Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.010Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.010Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.010Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.010Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.010Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.010Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "cds",
  "timestamp": 1649574884555,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:14:56.023Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9919351c-61d2-4e52-a838-abf19dad1f78
2022-04-10T07:14:56.023Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9919351c-61d2-4e52-a838-abf19dad1f78 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:14:56.029Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.029Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574886365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.030Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.031Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574878564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:14:56.031Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.031Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.031Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.031Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.031Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.031Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649574887369,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:14:56.035Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9919351c-61d2-4e52-a838-abf19dad1f78
2022-04-10T07:14:56.035Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9919351c-61d2-4e52-a838-abf19dad1f78 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:14:56.041Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574887504,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.042Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574888509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.043Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.044Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.044Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.044Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "policy-id",
  "timestamp": 1649574889512,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:14:56.048Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9919351c-61d2-4e52-a838-abf19dad1f78
2022-04-10T07:14:56.048Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9919351c-61d2-4e52-a838-abf19dad1f78 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:14:56.053Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574890744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.054Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.055Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.055Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-10T07:14:56.055Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.055Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.055Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "aai-ml",
  "timestamp": 1649574891747,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:14:56.059Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9919351c-61d2-4e52-a838-abf19dad1f78
2022-04-10T07:14:56.060Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9919351c-61d2-4e52-a838-abf19dad1f78 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:14:56.066Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.066Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574883829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:14:56.066Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.066Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.066Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.067Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.067Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.067Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574885252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.067Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:14:56.067Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.067Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574894287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:14:56.067Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:14:56.494Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:56.495Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-10T07:14:56.495Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9919351c-61d2-4e52-a838-abf19dad1f78","serviceName":"Demo_pNF_DmBfjbbwlg669kqPfIXl","serviceVersion":"1.0","serviceUUID":"b524d134-ed15-4918-80ba-f0a2867aa066","serviceDescription":"catalog service description","serviceInvariantUUID":"90116615-97c2-45ab-b936-a468e259a6a6","resources":[{"resourceInstanceName":"pNF 1a6936cb-7d59 0","resourceName":"pNF 1a6936cb-7d59","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a4a7079d-b1f8-4406-8295-2dbcbd826894","resourceInvariantUUID":"790948e1-db5a-4e22-a6d4-f25d2fb22bc2","resourceCustomizationUUID":"f8af7265-8325-4358-8a69-9cc809a11d18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml","artifactChecksum":"Y2I3ZDM4MmM3ZWU4MDlmNGYzODA4N2Q4ZmE4ZDNkYTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf3e85ec-bc35-48c5-987e-b5a4439a2009","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar","artifactChecksum":"MWZmOGMxOTJmYzdjNzViZWU1N2FkZWFhNTA3YzA3NDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d9cfe40-f453-4038-a99d-6a7bcd8e7630","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f01c1561-a581-46fe-a44d-e0006157b274","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml","artifactChecksum":"YWUzN2M5NWUxMWI2NDA1NDhlZDQ5N2VkM2RmYWY2MmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b67e5555-5a3b-43fd-9642-8e3552ff9245","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59ef5c47-217d-4aaa-b8e1-ed873bb2893c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4f6b1f8-19d1-4c92-b87d-0bfcf1f9aae3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml","artifactChecksum":"MDkxYzkyODUwNDdjYjNmY2I4MWU1NGNmNTlkNWY5ZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58971752-db7c-4530-b988-0f36df9e3288","artifactVersion":"1"},{"artifactName":"service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar","artifactChecksum":"Yzk4MmE3ZmRkMmEyYzNlZTUwMTM5YjZkNDhiMjIwMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1427f796-11a0-40bc-a0c6-7a4f6b1ef0f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-10T07:14:56.497Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:14:56.497Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:14:56.499Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:14:56.499Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:56.600Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:14:56.600Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:14:56.600Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:14:56.612Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:56.612Z||pool-192-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:14:57.500Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:14:57.501Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:14:57.503Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:14:57.503Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:57.603Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:14:57.604Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:14:57.604Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:14:57.615Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:57.616Z||pool-193-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:14:58.504Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:14:58.505Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:14:58.508Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:14:58.508Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:58.608Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:14:58.609Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:14:58.609Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:14:58.622Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:58.622Z||pool-194-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:14:59.509Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:14:59.510Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:14:59.512Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:14:59.512Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:14:59.612Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:14:59.613Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:14:59.613Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:14:59.625Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:14:59.626Z||pool-195-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:15:00.513Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:15:00.514Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:15:00.516Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:15:00.516Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:15:00.616Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:15:00.617Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:15:00.617Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:00.628Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:00.628Z||pool-196-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:15:01.517Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:15:01.517Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:15:01.519Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:15:01.520Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:15:01.620Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:15:01.621Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:15:01.621Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:01.635Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:01.636Z||pool-197-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-10T07:15:02.520Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:15:02.521Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:15:02.523Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:15:02.523Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:15:02.624Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-10T07:15:02.625Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:15:02.625Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:02.639Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:02.640Z||pool-198-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-10T07:15:03.524Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-10T07:15:03.524Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:15:03.527Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:15:03.527Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:15:03.627Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:15:03.628Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:15:03.628Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:03.642Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:03.642Z||pool-199-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-10T07:15:04.527Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "serviceName": "Demo_pNF_DmBfjbbwlg669kqPfIXl",
  "serviceVersion": "1.0",
  "serviceUUID": "b524d134-ed15-4918-80ba-f0a2867aa066",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "90116615-97c2-45ab-b936-a468e259a6a6",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a6936cb-7d59 0",
      "resourceCustomizationUUID": "f8af7265-8325-4358-8a69-9cc809a11d18",
      "resourceName": "pNF 1a6936cb-7d59",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a4a7079d-b1f8-4406-8295-2dbcbd826894",
      "resourceInvariantUUID": "790948e1-db5a-4e22-a6d4-f25d2fb22bc2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
      "artifactChecksum": "Yzk4MmE3ZmRkMmEyYzNlZTUwMTM5YjZkNDhiMjIwMjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1427f796-11a0-40bc-a0c6-7a4f6b1ef0f5"
    }
  ],
  "workloadContext": "Production"
}
2022-04-10T07:15:04.528Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-10T07:15:04.528Z|a8b90d06-f450-4bdf-919d-50d28c726615|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b524d134-ed15-4918-80ba-f0a2867aa066 ASDC
2022-04-10T07:15:04.529Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9919351c-61d2-4e52-a838-abf19dad1f78
ServiceName:Demo_pNF_DmBfjbbwlg669kqPfIXl
ServiceVersion:1.0
ServiceUUID:b524d134-ed15-4918-80ba-f0a2867aa066
ServiceInvariantUUID:90116615-97c2-45ab-b936-a468e259a6a6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
ArtifactUUID:1427f796-11a0-40bc-a0c6-7a4f6b1ef0f5
ArtifactChecksum:Yzk4MmE3ZmRkMmEyYzNlZTUwMTM5YjZkNDhiMjIwMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a6936cb-7d59 0
ResourceCustomizationUUID:f8af7265-8325-4358-8a69-9cc809a11d18
ResourceInvariantUUID:790948e1-db5a-4e22-a6d4-f25d2fb22bc2
ResourceName:pNF 1a6936cb-7d59
ResourceType:PNF
ResourceUUID:a4a7079d-b1f8-4406-8295-2dbcbd826894
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-10T07:15:04.529Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b524d134-ed15-4918-80ba-f0a2867aa066 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-10T07:15:04.550Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T07:15:04.551Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T07:15:04.551Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T07:15:04.551Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1427f796-11a0-40bc-a0c6-7a4f6b1ef0f5 from URL: /sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:04.551Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-10T07:15:04.552Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:04.703Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-10T07:15:04.708Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar 1427f796-11a0-40bc-a0c6-7a4f6b1ef0f5 82640
2022-04-10T07:15:04.708Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar ASDC sendASDCNotification
2022-04-10T07:15:04.709Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:04.709Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-10T07:15:04.710Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:15:04.712Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:15:04.712Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574904708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:15:04.813Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-10T07:15:04.814Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:15:04.814Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:04.828Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:04.828Z||pool-200-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:15:05.713Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-10T07:15:05.714Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-10T07:15:05.714Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1427f796-11a0-40bc-a0c6-7a4f6b1ef0f5, URL: /sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar to file: /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:05.715Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:05.716Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:05.716Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:05.875Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6836638667418969325/Definitions/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml
2022-04-10T07:15:06.826Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-10T07:15:06.828Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T07:15:06.828Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.828Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-10T07:15:06.829Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.829Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.829Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.829Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.829Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.830Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.830Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a6936cb-7d59 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-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.830Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-10T07:15:06.830Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.831Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.831Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a6936cb-7d59 0 is matching search criteria
2022-04-10T07:15:06.831Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T07:15:06.831Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a6936cb-7d59 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T07:15:06.832Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.832Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.832Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a6936cb-7d59 0 is matching search criteria
2022-04-10T07:15:06.832Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-10T07:15:06.833Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a6936cb-7d59 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-10T07:15:06.833Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.833Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.833Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.834Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.834Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.834Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.836Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.837Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.837Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.838Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.838Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_DmBfjbbwlg669kqPfIXl
Description:catalog service description
Model UUID:b524d134-ed15-4918-80ba-f0a2867aa066
Model Version:NULL
Model InvariantUuid:90116615-97c2-45ab-b936-a468e259a6a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-10T07:15:06.845Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a4a7079d-b1f8-4406-8295-2dbcbd826894
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T07:15:06.848Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||pNF 1a6936cb-7d59 0
2022-04-10T07:15:06.849Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a4a7079d-b1f8-4406-8295-2dbcbd826894
2022-04-10T07:15:06.849Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b524d134-ed15-4918-80ba-f0a2867aa066
2022-04-10T07:15:06.849Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b524d134-ed15-4918-80ba-f0a2867aa066
2022-04-10T07:15:06.849Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1a6936cb-7d59 0 a4a7079d-b1f8-4406-8295-2dbcbd826894 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T07:15:06.854Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56e96c14, org.onap.sdc.toscaparser.api.parameters.Input@18c25893, org.onap.sdc.toscaparser.api.parameters.Input@562ba985, org.onap.sdc.toscaparser.api.parameters.Input@302452d3, org.onap.sdc.toscaparser.api.parameters.Input@2db0110f]
2022-04-10T07:15:06.854Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.855Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.855Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b524d134-ed15-4918-80ba-f0a2867aa066: pNF 1a6936cb-7d59
2022-04-10T07:15:06.855Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||Processing PNF resource: a4a7079d-b1f8-4406-8295-2dbcbd826894
2022-04-10T07:15:06.855Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-10T07:15:06.856Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_DmBfjbbwlg669kqPfIXl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-10T07:15:06.856Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||Resource customization UUID: f8af7265-8325-4358-8a69-9cc809a11d18 is the same as notified resource customizationUUID: f8af7265-8325-4358-8a69-9cc809a11d18
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-10T07:15:06.889Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1a6936cb-7d59 a4a7079d-b1f8-4406-8295-2dbcbd826894 0 ASDC deployResourceStructure
2022-04-10T07:15:06.889Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar ASDC sendASDCNotification
2022-04-10T07:15:06.890Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar
2022-04-10T07:15:06.890Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-10T07:15:06.890Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:15:06.892Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:15:06.892Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574906889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:15:06.992Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:15:06.993Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:15:06.993Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:07.004Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:07.004Z||pool-201-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-10T07:15:07.892Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9919351c-61d2-4e52-a838-abf19dad1f78
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:15:07.904Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9919351c-61d2-4e52-a838-abf19dad1f78
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-10T07:15:07.907Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-10T07:15:07.907Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-10T07:15:07.907Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-10T07:15:07.907Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-10T07:15:07.907Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:15:07.907Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:15:07.907Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:15:07.908Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:15:07.908Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-10T07:15:07.908Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:15:07.912Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-10T07:15:37.913Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9919351c-61d2-4e52-a838-abf19dad1f78 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-10T07:15:37.920Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9919351c-61d2-4e52-a838-abf19dad1f78 and serviceModelVersionId: b524d134-ed15-4918-80ba-f0a2867aa066
2022-04-10T07:15:37.920Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 90116615-97c2-45ab-b936-a468e259a6a6
2022-04-10T07:15:37.921Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0
2022-04-10T07:15:37.926Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-10T07:15:37.975Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0|INFO|500||Invoke
2022-04-10T07:15:37.976Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9919351c-61d2-4e52-a838-abf19dad1f78], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[780e1dfe-2ab3-44fa-b131-1bed7fe289ce], X-ECOMP-RequestID=[9919351c-61d2-4e52-a838-abf19dad1f78], X-TransactionId=[], X-ONAP-RequestID=[9919351c-61d2-4e52-a838-abf19dad1f78], Content-Type=[application/merge-patch+json]}
2022-04-10T07:15:38.007Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-10T07:15:38.494Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?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/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220410-07:15:38:023-45357], vertex-id=[577752], Content-Length=[0], Date=[Sun, 10 Apr 2022 07:15:38 GMT], Content-Type=[application/json]}
2022-04-10T07:15:38.495Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-10T07:15:38.495Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/90116615-97c2-45ab-b936-a468e259a6a6/model-vers/model-ver/b524d134-ed15-4918-80ba-f0a2867aa066?depth=0|INFO|500||InvokeReturn
2022-04-10T07:15:38.496Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-10T07:15:38.496Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-10T07:15:38.500Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-10T07:15:38.501Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9919351c-61d2-4e52-a838-abf19dad1f78 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-10T07:15:38.501Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-10T07:15:38.501Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-10T07:15:38.504Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-10T07:15:38.504Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574938501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T07:15:38.604Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-10T07:15:38.605Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-10T07:15:38.605Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:38.620Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:38.620Z||pool-202-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-04-10T07:15:55.871Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:15:55.872Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:15:55.872Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:15:55.873Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:15:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:15:55.887Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:15:55.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:15:55.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574895313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-10T07:15:55.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:16:05.405Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:16:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:16:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:16:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:16:55.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:16:55.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:16:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:16:56.390Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:16:56.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:16:56.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649574896317,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:16:56.400Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9919351c-61d2-4e52-a838-abf19dad1f78
2022-04-10T07:16:56.400Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9919351c-61d2-4e52-a838-abf19dad1f78 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:16:56.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:16:56.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.409Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.409Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:16:56.409Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:16:56.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:16:56.410Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/resourceInstances/pnf1a6936cb7d590/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574902108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:16:56.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:16:56.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574895871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "NOTIFIED"
}
2022-04-10T07:16:56.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-10T07:16:56.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574904708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-10T07:16:56.413Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:16:56.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574904125,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:16:56.414Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:16:56.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "clamp",
  "timestamp": 1649574905128,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-10T07:16:56.419Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9919351c-61d2-4e52-a838-abf19dad1f78
2022-04-10T07:16:56.419Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9919351c-61d2-4e52-a838-abf19dad1f78 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-10T07:16:56.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574906889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDmbfjbbwlg669kqpfixl/1.0/artifacts/service-DemoPnfDmbfjbbwlg669kqpfixl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-10T07:16:56.427Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:16:56.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-10T07:16:56.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9919351c-61d2-4e52-a838-abf19dad1f78",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649574938501,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-10T07:16:56.428Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-10T07:17:05.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:17:55.871Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:17:55.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:17:55.872Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:17:55.873Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:17:55.874Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:17:55.874Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:18:05.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:18:05.408Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:18:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:18:55.873Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:18:55.873Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:18:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:18:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:18:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:19:05.408Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:19:05.408Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:19:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:19:55.873Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:19:55.874Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:19:55.874Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:19:55.874Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:19:55.874Z|9919351c-61d2-4e52-a838-abf19dad1f78|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:20:05.413Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:20:05.413Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:20:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:20:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:20:55.873Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:20:55.873Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:20:55.873Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:20:55.874Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:21:05.407Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:21:05.410Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:21:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:21:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:21:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:21:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:21:55.874Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:21:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:22:05.412Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:22:05.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:22:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:22:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:22:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:22:55.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:22:55.874Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:22:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:23:05.412Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:23:05.417Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:23:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:23:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:23:55.873Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:23:55.873Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:23:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:23:55.874Z|aa29768d-c26b-44c7-b539-4d97175ab3da|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:24:05.410Z|aa29768d-c26b-44c7-b539-4d97175ab3da|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:24:05.411Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:24:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:24:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:24:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:24:55.873Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:24:55.873Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:24:55.874Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:25:05.409Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:25:05.419Z|69fbfade-f9ab-47e4-aab3-e004b6563b80|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:25:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:25:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:25:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:25:55.873Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:25:55.874Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:25:55.874Z||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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:26:05.406Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:26:05.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:26:55.871Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:26:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:26:55.872Z|da507908-1458-452c-a391-7ee96ebf69d2|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:26:55.873Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-10T07:26:55.874Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-10T07:26:55.874Z|9919351c-61d2-4e52-a838-abf19dad1f78|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 bNPtq2fSMiJTVAoz) ...
2022-04-10T07:27:05.420Z|9919351c-61d2-4e52-a838-abf19dad1f78|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-10T07:27:05.420Z|da507908-1458-452c-a391-7ee96ebf69d2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK