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-08-14T04:00:29.396Z||main|||||INFO|500||The following profiles are active: basic
2022-08-14T04:00:45.445Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-14T04:00:45.446Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-14T04:00:45.658Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-14T04:00:51.585Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-14T04:00:52.149Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-14T04:00:52.839Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-14T04:00:52.901Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-14T04:00:53.079Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-14T04:00:53.446Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-14T04:00:54.314Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-14T04:00:56.976Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-14T04:01:00.328Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-14T04:01:00.430Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-14T04:01:01.350Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-14T04:01:01.780Z||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-08-14T04:01:03.495Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-14T04:01:05.043Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-14T04:01:05.071Z||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$$af915e9a.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-08-14T04:01:05.073Z||main|||||WARN|500||The sdc end point is not alive
2022-08-14T04:01:09.013Z||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-08-14T04:01:13.279Z||main|||||WARN|500||---
2022-08-14T04:01:13.280Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-14T04:01:13.280Z||main|||||WARN|500||---
2022-08-14T04:01:13.963Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-14T04:01:21.027Z||main|||||INFO|500||Started Application in 56.04 seconds (JVM running for 59.206)
2022-08-14T04:01:21.055Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-14T04:01:21.059Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-14T04:01:21.101Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-14T04:01:21.146Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-14T04:01:21.208Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a925070d-fee7-426c-96f1-6dee56d773b1 url= /sdc/v1/artifactTypes
2022-08-14T04:01:21.208Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-14T04:01:21.546Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-14T04:01:21.575Z||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-08-14T04:01:21.600Z||scheduling-1|||||DEBUG|500||create keys
2022-08-14T04:01:21.610Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-14T04:01:21.673Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:01:21.694Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cc69b42d-5004-4c07-86c2-da1f1cdde98c url= /sdc/v1/registerForDistribution
2022-08-14T04:01:21.909Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cc69b42d-5004-4c07-86c2-da1f1cdde98c url= /sdc/v1/registerForDistribution
2022-08-14T04:01:21.909Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-14T04:01:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:01:21.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:01:21.931Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-14T04:01:21.933Z||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-08-14T04:01:21.933Z||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-08-14T04:01:21.933Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:01:21.934Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:01:32.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:01:32.572Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:02:21.917Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:02:21.918Z||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-08-14T04:02:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:02:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:02:21.922Z||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-08-14T04:02:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:02:31.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:02:31.531Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:03:21.917Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:03:21.918Z||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-08-14T04:03:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:03:21.922Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:03:21.923Z||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-08-14T04:03:21.924Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:03:31.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:03:31.510Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:04:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:04:21.918Z||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-08-14T04:04:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:04:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:04:21.921Z||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-08-14T04:04:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:04:31.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:04:31.531Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:05:21.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:05:21.918Z||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-08-14T04:05:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:05:21.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:05:21.922Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:05:21.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:05:31.510Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:05:31.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:06:21.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:06:21.918Z||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-08-14T04:06:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:06:21.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:06:21.921Z||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-08-14T04:06:21.922Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:06:31.523Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:06:31.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:07:21.917Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:07:21.919Z||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-08-14T04:07:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:07:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:07:21.922Z||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-08-14T04:07:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:07:31.492Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:07:31.514Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:08:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:08:21.920Z||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-08-14T04:08:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:08:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:08:21.925Z||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-08-14T04:08:21.925Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:08:31.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:08:31.519Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:09:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:09:21.919Z||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-08-14T04:09:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:09:21.921Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:09:21.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-14T04:09:21.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:09:31.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:09:31.498Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:10:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:10:21.918Z||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-08-14T04:10:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:10:21.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:10:21.921Z||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-08-14T04:10:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:10:31.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:10:31.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:10:48.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-14T04:11:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:11:21.919Z||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-08-14T04:11:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:11:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:11:21.921Z||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-08-14T04:11:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:11:31.497Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:11:31.505Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:12:21.917Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:12:21.919Z||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-08-14T04:12:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:12:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:12:21.922Z||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-08-14T04:12:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:12:31.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:12:31.505Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:13:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:13:21.918Z||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-08-14T04:13:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:13:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:13:21.921Z||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-08-14T04:13:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:13:31.514Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:13:31.515Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:14:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:14:21.919Z||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-08-14T04:14:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:14:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:14:21.921Z||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-08-14T04:14:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:14:31.482Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:14:31.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:15:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:15:21.918Z||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-08-14T04:15:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:15:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:15:21.921Z||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-08-14T04:15:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:15:31.497Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:15:31.497Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:16:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:16:21.919Z||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-08-14T04:16:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:16:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:16:21.921Z||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-08-14T04:16:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:16:31.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:16:31.491Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:17:21.917Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:17:21.918Z||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-08-14T04:17:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:17:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:17:21.922Z||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-08-14T04:17:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:17:31.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:17:31.500Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:18:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:18:21.918Z||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-08-14T04:18:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:18:21.921Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:18:21.922Z||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-08-14T04:18:21.923Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:18:31.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:18:31.542Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:19:21.918Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:19:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:19:21.921Z||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-08-14T04:19:21.921Z||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-08-14T04:19:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:19:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:19:31.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:19:31.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:20:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:20:21.918Z||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-08-14T04:20:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:20:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:20:21.921Z||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-08-14T04:20:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:20:31.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:20:31.497Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:21:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:21:21.918Z||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-08-14T04:21:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:21:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:21:21.921Z||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-08-14T04:21:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:21:31.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:21:31.485Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:22:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:22:21.918Z||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-08-14T04:22:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:22:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:22:21.921Z||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-08-14T04:22:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:22:31.481Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:22:31.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:23:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:23:21.918Z||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-08-14T04:23:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:23:21.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:23:21.921Z||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-08-14T04:23:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:23:31.482Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:23:31.482Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:24:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:24:21.918Z||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-08-14T04:24:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:24:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:24:21.922Z||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-08-14T04:24:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:24:31.487Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:24:31.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:25:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:25:21.918Z||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-08-14T04:25:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:25:21.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:25:21.921Z||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-08-14T04:25:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:25:31.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:25:31.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:26:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:26:21.918Z||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-08-14T04:26:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:26:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:26:21.921Z||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-08-14T04:26:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:26:31.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:26:31.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:27:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:27:21.918Z||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-08-14T04:27:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:27:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:27:21.921Z||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-08-14T04:27:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:27:31.506Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:27:31.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:28:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:28:21.918Z||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-08-14T04:28:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:28:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:28:21.921Z||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-08-14T04:28:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:28:31.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:28:31.493Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:29:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:29:21.918Z||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-08-14T04:29:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:29:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:29:21.921Z||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-08-14T04:29:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:29:31.513Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:29:31.525Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:30:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:30:21.920Z||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-08-14T04:30:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:30:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:30:21.921Z||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-08-14T04:30:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:30:31.510Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:30:31.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:31:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:31:21.918Z||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-08-14T04:31:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:31:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:31:21.921Z||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-08-14T04:31:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:31:31.498Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:31:31.499Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:32:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:32:21.919Z||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-08-14T04:32:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:32:21.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:32:21.921Z||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-08-14T04:32:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:32:31.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:32:31.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:33:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:33:21.918Z||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-08-14T04:33:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:33:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:33:21.921Z||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-08-14T04:33:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:33:31.494Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:33:31.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:34:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:34:21.918Z||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-08-14T04:34:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:34:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:34:21.921Z||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-08-14T04:34:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:34:31.518Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:34:31.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:35:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:35:21.918Z||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-08-14T04:35:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:35:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:35:21.921Z||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-08-14T04:35:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:35:31.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:35:31.520Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:36:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:36:21.918Z||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-08-14T04:36:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:36:21.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:36:21.921Z||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-08-14T04:36:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:36:31.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:36:31.523Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:37:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:37:21.918Z||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-08-14T04:37:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:37:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:37:21.921Z||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-08-14T04:37:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:37:31.499Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:37:31.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:38:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:38:21.918Z||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-08-14T04:38:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:38:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:38:21.922Z||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-08-14T04:38:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:38:31.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:38:31.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:39:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:39:21.918Z||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-08-14T04:39:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:39:21.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:39:21.921Z||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-08-14T04:39:21.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:39:31.506Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:39:31.506Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:40:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:40:21.918Z||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-08-14T04:40:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:40:21.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:40:21.921Z||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-08-14T04:40:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:40:31.550Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:40:31.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:41:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:41:21.920Z||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-08-14T04:41:21.920Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:41:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:41:21.921Z||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-08-14T04:41:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:41:31.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:41:31.561Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:42:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:42:21.919Z||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-08-14T04:42:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:42:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:42:21.922Z||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-08-14T04:42:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:42:31.498Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:42:31.539Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:21.917Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:43:21.918Z||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-08-14T04:43:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:21.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:43:21.922Z||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-08-14T04:43:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:22.578Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:22.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a44dabc6-8572-43ba-b91a-49400af95b0b","serviceName":"basic_onboard_YzfdDg","serviceVersion":"1.0","serviceUUID":"23eda164-66cd-4bbe-8df9-2c38df8ac25e","serviceDescription":"service","serviceInvariantUUID":"be70cc29-f6eb-4f7f-833a-cd5bf78770e7","resources":[{"resourceInstanceName":"basic_onboard_YzfdDg 0","resourceName":"basic_onboard_YzfdDg","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f147fe82-324d-4f29-9b8b-77aef7b1d2ee","resourceInvariantUUID":"df969ae3-a2f9-4538-b6c4-f1fadb1dae20","resourceCustomizationUUID":"aa46770a-6968-4894-a56e-a5b0cd44dc5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml","artifactChecksum":"NTA5MmIxYThlZjcxOGMyMWY1OThhNjQ3YjM0MWVjYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72a85cb7-cf81-4581-8276-5e007bb12eb1","artifactVersion":"1"},{"artifactName":"basic_onboard_yzfddg0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json","artifactChecksum":"YmJiODNlOTZlYTMzYWQxZTJhMGY0NGNiMDE4NWQyNGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c73c0678-7b54-4432-b007-e83353116b2c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbe0cea3-28a3-4877-8e7b-097700332e20","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf470da2-4d1e-4f02-93aa-dc2ed212efc7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"460d3c7c-129a-40ce-be92-14ad90429b7f","artifactVersion":"2","generatedFromUUID":"fbe0cea3-28a3-4877-8e7b-097700332e20"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYzfddg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml","artifactChecksum":"MWI3Y2IzN2IzZjZmMDc2YTkyNTk1ODE3NDFkZmE5M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc46fc6f-f11d-4aa9-8633-9be7315467d3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYzfddg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar","artifactChecksum":"MjZlNTkwN2E2ODc4ZDI0YTU0ZjE4OGJmMTY4ZDQ3NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4e7ffc1-bb35-4c29-845e-07261b18e997","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:43:22.597Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:22.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:22.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.612Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:22.632Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:22.633Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452150809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452152036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452152866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.654Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.654Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.655Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.655Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452150809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.656Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.656Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.656Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452152866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452152036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.657Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.658Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452150809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.659Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452152036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452152866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452150809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452152866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452152036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452162867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452150809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452152866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452152036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452162867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452150809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452152866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452152036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452162867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452150809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452152866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452152036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452162867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452168460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:22.674Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:22.674Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.674Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452168133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452167478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:22.675Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452162867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:22.676Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "cds",
  "timestamp": 1660452169154,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-08-14T04:43:22.732Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-08-14T04:43:22.738Z||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-08-14T04:43:22.738Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-14T04:43:22.765Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:22.767Z||pool-3-thread-1|||||INFO|500||cambria reply ok (30 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-08-14T04:43:22.956Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:22.982Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452168489,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452162867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452169704,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "policy-id",
  "timestamp": 1660452169498,
  "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-08-14T04:43:23.050Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.051Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452162867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452170875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.067Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452170950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.068Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452171990,
  "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-08-14T04:43:23.082Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.082Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452172995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:23.114Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.114Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.114Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452175041,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.115Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.115Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.115Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452177045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452177552,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452177562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.117Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "clamp",
  "timestamp": 1660452178052,
  "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-08-14T04:43:23.126Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.127Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452178564,
  "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-08-14T04:43:23.165Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:43:23.165Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:43:23.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452177562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452177562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452177562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452177562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452177562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452177562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452185709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:43:23.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452201234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:23.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:43:23.646Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:23.647Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:23.651Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:23.651Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:43:23.751Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:23.753Z||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-08-14T04:43:23.753Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:23.773Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:23.775Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:24.652Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:24.653Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:24.658Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:24.658Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:43:24.758Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:24.759Z||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-08-14T04:43:24.760Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:24.784Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:24.785Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:25.659Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:25.660Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:25.663Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:25.664Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:25.764Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:43:25.765Z||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-08-14T04:43:25.765Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:25.810Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:25.811Z||pool-6-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:26.664Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:26.666Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:26.669Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:26.669Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-14T04:43:26.769Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:43:26.772Z||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-08-14T04:43:26.774Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:26.798Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:26.798Z||pool-7-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:27.670Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:27.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:27.675Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:27.675Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:43:27.775Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:27.776Z||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-08-14T04:43:27.777Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:27.798Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:27.799Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:28.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:43:28.677Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:28.680Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:28.680Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:43:28.781Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:28.782Z||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-08-14T04:43:28.782Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:28.803Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:28.803Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:43:29.682Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "serviceName": "basic_onboard_YzfdDg",
  "serviceVersion": "1.0",
  "serviceUUID": "23eda164-66cd-4bbe-8df9-2c38df8ac25e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be70cc29-f6eb-4f7f-833a-cd5bf78770e7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_YzfdDg 0",
      "resourceCustomizationUUID": "aa46770a-6968-4894-a56e-a5b0cd44dc5c",
      "resourceName": "basic_onboard_YzfdDg",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f147fe82-324d-4f29-9b8b-77aef7b1d2ee",
      "resourceInvariantUUID": "df969ae3-a2f9-4538-b6c4-f1fadb1dae20",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yzfddg0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
          "artifactChecksum": "YmJiODNlOTZlYTMzYWQxZTJhMGY0NGNiMDE4NWQyNGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c73c0678-7b54-4432-b007-e83353116b2c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fbe0cea3-28a3-4877-8e7b-097700332e20",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "460d3c7c-129a-40ce-be92-14ad90429b7f",
            "generatedFromUUID": "fbe0cea3-28a3-4877-8e7b-097700332e20"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "460d3c7c-129a-40ce-be92-14ad90429b7f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYzfddg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
      "artifactChecksum": "MjZlNTkwN2E2ODc4ZDI0YTU0ZjE4OGJmMTY4ZDQ3NzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4e7ffc1-bb35-4c29-845e-07261b18e997"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:43:29.684Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:43:29.684Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 23eda164-66cd-4bbe-8df9-2c38df8ac25e ASDC
2022-08-14T04:43:29.838Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a44dabc6-8572-43ba-b91a-49400af95b0b
ServiceName:basic_onboard_YzfdDg
ServiceVersion:1.0
ServiceUUID:23eda164-66cd-4bbe-8df9-2c38df8ac25e
ServiceInvariantUUID:be70cc29-f6eb-4f7f-833a-cd5bf78770e7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYzfddg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
ArtifactUUID:a4e7ffc1-bb35-4c29-845e-07261b18e997
ArtifactChecksum:MjZlNTkwN2E2ODc4ZDI0YTU0ZjE4OGJmMTY4ZDQ3NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YzfdDg 0
ResourceCustomizationUUID:aa46770a-6968-4894-a56e-a5b0cd44dc5c
ResourceInvariantUUID:df969ae3-a2f9-4538-b6c4-f1fadb1dae20
ResourceName:basic_onboard_YzfdDg
ResourceType:VF
ResourceUUID:f147fe82-324d-4f29-9b8b-77aef7b1d2ee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yzfddg0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
ArtifactUUID:c73c0678-7b54-4432-b007-e83353116b2c
ArtifactChecksum:YmJiODNlOTZlYTMzYWQxZTJhMGY0NGNiMDE4NWQyNGU=
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/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fbe0cea3-28a3-4877-8e7b-097700332e20
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/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
ArtifactUUID:460d3c7c-129a-40ce-be92-14ad90429b7f
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/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
ArtifactUUID:460d3c7c-129a-40ce-be92-14ad90429b7f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T04:43:29.838Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 23eda164-66cd-4bbe-8df9-2c38df8ac25e 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-08-14T04:43:29.921Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:43:29.923Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:43:29.925Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:43:29.925Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a4e7ffc1-bb35-4c29-845e-07261b18e997 from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:29.925Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:29.928Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:30.178Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:30.200Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar a4e7ffc1-bb35-4c29-845e-07261b18e997 71569
2022-08-14T04:43:30.202Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar ASDC sendASDCNotification
2022-08-14T04:43:30.203Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:30.204Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:30.205Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:30.207Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:30.208Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452210201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:30.308Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:30.309Z||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-08-14T04:43:30.309Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:30.333Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:30.334Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:31.208Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:43:31.210Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:43:31.211Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a4e7ffc1-bb35-4c29-845e-07261b18e997, URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar to file: /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:31.212Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:31.331Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:31.331Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:32.317Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15118176888899615258/Definitions/service-BasicOnboardYzfddg-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-08-14T04:43:35.659Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:43:35.666Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:43:35.666Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YzfdDg 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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.667Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.668Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.669Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||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-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:35.669Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:43:35.679Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.681Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.690Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.691Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:43:35.694Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:43:35.698Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.698Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.699Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.699Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:43:35.699Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:43:35.700Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.700Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.707Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.708Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is not matching search criteria
2022-08-14T04:43:35.708Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-14T04:43:35.708Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-14T04:43:35.709Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-14T04:43:35.709Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:43:35.709Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:43:35.710Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.710Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:43:35.713Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.713Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.713Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:35.715Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.715Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.715Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:35.716Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.716Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:35.716Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is not matching search criteria
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:43:35.717Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=abaf8b43-8e28-473a-9dfd-8d5ee70990d5
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.718Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:35.719Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:35.720Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_YzfdDg
Description:service
Model UUID:23eda164-66cd-4bbe-8df9-2c38df8ac25e
Model Version:NULL
Model InvariantUuid:be70cc29-f6eb-4f7f-833a-cd5bf78770e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_YzfdDg
Model UUID:0d2c59a6-83ff-4931-99c9-cd18144ac292
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df969ae3-a2f9-4538-b6c4-f1fadb1dae20
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aa46770a-6968-4894-a56e-a5b0cd44dc5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:71bee615-c61e-4de9-b77b-a1332d907882
ModelName:BasicOnboardYzfddg..base_ubuntu18..module-0
ModelUuid:59a46baa-b062-4d40-966a-53a899bd1f95
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:abaf8b43-8e28-473a-9dfd-8d5ee70990d5
ModelInvariantUuid:488adc1f-6478-4966-9bf7-7dfd6fea0acc
ModelName:basic_onboard_YzfdDg-nodes.ubuntu18Cvfc
ModelUuid:73ac0bdd-f1dc-483d-8617-296c9f128b49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:33b1aa4a-c6d5-4bbe-ad7a-d7d883e7bae6
ModelInvariantUuid:73ba0a38-5015-43ba-acdf-431b6293c3ae
ModelName:BasicOnboardYzfddg.compute.nodes.heat.ubuntu18
ModelUuid:c9b4b321-1038-49bf-9870-d44012e7f03f
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-08-14T04:43:35.739Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f147fe82-324d-4f29-9b8b-77aef7b1d2ee
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-08-14T04:43:35.906Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||basic_onboard_YzfdDg 0
2022-08-14T04:43:35.916Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f147fe82-324d-4f29-9b8b-77aef7b1d2ee
2022-08-14T04:43:35.916Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c73c0678-7b54-4432-b007-e83353116b2c from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:35.917Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:35.917Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:36.109Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:36.109Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json c73c0678-7b54-4432-b007-e83353116b2c 798
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json ASDC sendASDCNotification
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:36.110Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:36.115Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:36.116Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452216110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:36.216Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:36.218Z||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-08-14T04:43:36.218Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:36.266Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:36.267Z||pool-11-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:43:37.118Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYzfddg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71bee615-c61e-4de9-b77b-a1332d907882",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59a46baa-b062-4d40-966a-53a899bd1f95",
    "vfModuleModelCustomizationUUID": "f003c4d5-1067-4f30-9e8b-364bc776255a",
    "isBase": true,
    "artifacts": [
      "fbe0cea3-28a3-4877-8e7b-097700332e20",
      "460d3c7c-129a-40ce-be92-14ad90429b7f"
    ],
    "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-08-14T04:43:37.144Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzfddg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59a46baa-b062-4d40-966a-53a899bd1f95
VfModuleModelInvariantUUID:71bee615-c61e-4de9-b77b-a1332d907882
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbe0cea3-28a3-4877-8e7b-097700332e20
,
460d3c7c-129a-40ce-be92-14ad90429b7f

}
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-08-14T04:43:37.150Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYzfddg..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "71bee615-c61e-4de9-b77b-a1332d907882",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "59a46baa-b062-4d40-966a-53a899bd1f95",
    "vfModuleModelCustomizationUUID": "f003c4d5-1067-4f30-9e8b-364bc776255a",
    "isBase": true,
    "artifacts": [
      "fbe0cea3-28a3-4877-8e7b-097700332e20",
      "460d3c7c-129a-40ce-be92-14ad90429b7f"
    ],
    "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-08-14T04:43:37.150Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYzfddg..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:59a46baa-b062-4d40-966a-53a899bd1f95
VfModuleModelInvariantUUID:71bee615-c61e-4de9-b77b-a1332d907882
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbe0cea3-28a3-4877-8e7b-097700332e20
,
460d3c7c-129a-40ce-be92-14ad90429b7f

}
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-08-14T04:43:37.151Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fbe0cea3-28a3-4877-8e7b-097700332e20 from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:37.151Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:37.151Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:37.594Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:37.595Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml fbe0cea3-28a3-4877-8e7b-097700332e20 5033
2022-08-14T04:43:37.596Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-14T04:43:37.597Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:37.597Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:37.597Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:37.600Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:37.601Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452217596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:37.701Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:37.702Z||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-08-14T04:43:37.703Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:37.722Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:37.724Z||pool-12-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:38.602Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 460d3c7c-129a-40ce-be92-14ad90429b7f from URL: /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:38.603Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:43:38.603Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:38.831Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:43:38.832Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env 460d3c7c-129a-40ce-be92-14ad90429b7f 909
2022-08-14T04:43:38.833Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-14T04:43:38.834Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:38.834Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:43:38.835Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:38.838Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:38.839Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452218833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:43:38.942Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-14T04:43:38.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-08-14T04:43:38.943Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:38.964Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:38.966Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:39.841Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 23eda164-66cd-4bbe-8df9-2c38df8ac25e
2022-08-14T04:43:39.842Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YzfdDg 0 f147fe82-324d-4f29-9b8b-77aef7b1d2ee 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-08-14T04:43:39.910Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@447d70af, org.onap.sdc.toscaparser.api.parameters.Input@38b655db, org.onap.sdc.toscaparser.api.parameters.Input@6726f864, org.onap.sdc.toscaparser.api.parameters.Input@6433787c, org.onap.sdc.toscaparser.api.parameters.Input@4b64945d]
2022-08-14T04:43:39.914Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= aa46770a-6968-4894-a56e-a5b0cd44dc5c
2022-08-14T04:43:39.915Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aa46770a-6968-4894-a56e-a5b0cd44dc5c matches Tosca VF Customization UUID: aa46770a-6968-4894-a56e-a5b0cd44dc5c
2022-08-14T04:43:39.916Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: aa46770a-6968-4894-a56e-a5b0cd44dc5c  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-08-14T04:43:39.927Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.927Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.929Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id aa46770a-6968-4894-a56e-a5b0cd44dc5c: {\"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-08-14T04:43:39.929Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@129d0b0f
2022-08-14T04:43:39.930Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.930Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:43:39.930Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f003c4d5-1067-4f30-9e8b-364bc776255a
2022-08-14T04:43:39.932Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f003c4d5-1067-4f30-9e8b-364bc776255a
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-08-14T04:43:39.941Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.942Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.942Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:39.943Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.943Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is not matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:43:39.944Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=abaf8b43-8e28-473a-9dfd-8d5ee70990d5
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-08-14T04:43:39.971Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.972Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.972Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:43:39.972Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.973Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_YzfdDg 0 is matching search criteria
2022-08-14T04:43:39.973Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_YzfdDg 0] matching following query criteria: sdcType=VF, customizationUUID=aa46770a-6968-4894-a56e-a5b0cd44dc5c
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-08-14T04:43:39.978Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.979Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.979Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 23eda164-66cd-4bbe-8df9-2c38df8ac25e: basic_onboard_YzfdDg
2022-08-14T04:43:39.979Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.980Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.980Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.980Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.981Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.982Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:43:39.982Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_YzfdDg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:43:39.982Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_YzfdDg 
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-08-14T04:43:40.384Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YzfdDg f147fe82-324d-4f29-9b8b-77aef7b1d2ee 1 ASDC deployResourceStructure
2022-08-14T04:43:40.385Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json ASDC sendASDCNotification
2022-08-14T04:43:40.386Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json
2022-08-14T04:43:40.386Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:40.386Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:40.389Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:40.390Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452220385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:40.490Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:40.491Z||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-08-14T04:43:40.491Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:40.510Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:40.511Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:43:41.391Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-14T04:43:41.392Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml
2022-08-14T04:43:41.392Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:41.392Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:41.396Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:41.396Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452221391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:41.496Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:41.497Z||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-08-14T04:43:41.497Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:41.517Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:41.517Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:42.397Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-14T04:43:42.398Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env
2022-08-14T04:43:42.399Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:42.399Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:42.402Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:42.402Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452222397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:42.502Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:42.504Z||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-08-14T04:43:42.504Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:42.531Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:42.532Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:43.403Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar ASDC sendASDCNotification
2022-08-14T04:43:43.404Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar
2022-08-14T04:43:43.404Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:43:43.405Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:43:43.407Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:43:43.408Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452223403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:43:43.508Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:43:43.509Z||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-08-14T04:43:43.510Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:43:43.534Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:43:43.535Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:43:44.410Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:43:44.450Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:43:44.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:43:44.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:43:44.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:44:14.459Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:44:14.478Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:44:14.485Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:44:14.485Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:44:14.485Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:44:21.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:44:21.922Z||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-08-14T04:44:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:44:22.066Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:44:22.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:44:22.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452202242,
  "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-08-14T04:44:22.078Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a44dabc6-8572-43ba-b91a-49400af95b0b
2022-08-14T04:44:22.079Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:44:44.486Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:44:44.505Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:44:44.512Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:44:44.512Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:44:44.513Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:44:44.514Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-14T04:44:44.531Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:45:14.532Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a44dabc6-8572-43ba-b91a-49400af95b0b 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-08-14T04:45:14.546Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a44dabc6-8572-43ba-b91a-49400af95b0b and serviceModelVersionId: 23eda164-66cd-4bbe-8df9-2c38df8ac25e
2022-08-14T04:45:14.547Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be70cc29-f6eb-4f7f-833a-cd5bf78770e7
2022-08-14T04:45:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:45:21.922Z||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-08-14T04:45:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:21.969Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:45:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:45:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452201917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452210201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452216110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452217596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452218833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452220385,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/basic_onboard_yzfddg0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452221391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452222397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/resourceInstances/basic_onboard_yzfddg0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:45:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452223403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYzfddg/1.0/artifacts/service-BasicOnboardYzfddg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:21.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:45:34.144Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0
2022-08-14T04:45:34.290Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:45:35.115Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|INFO|500||Invoke
2022-08-14T04:45:35.128Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a44dabc6-8572-43ba-b91a-49400af95b0b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a08133c1-82be-4173-a1f4-32e94536813b], X-ECOMP-RequestID=[a44dabc6-8572-43ba-b91a-49400af95b0b], X-TransactionId=[], X-ONAP-RequestID=[a44dabc6-8572-43ba-b91a-49400af95b0b], Content-Type=[application/merge-patch+json]}
2022-08-14T04:45:35.303Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T04:45:35.747Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?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/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220814-04:45:34:967-38506], vertex-id=[163976], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:45:34 GMT], Content-Type=[application/json]}
2022-08-14T04:45:35.750Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:45:35.751Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be70cc29-f6eb-4f7f-833a-cd5bf78770e7/model-vers/model-ver/23eda164-66cd-4bbe-8df9-2c38df8ac25e?depth=0|INFO|500||InvokeReturn
2022-08-14T04:45:35.756Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:45:35.757Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-14T04:45:35.776Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-14T04:45:35.778Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a44dabc6-8572-43ba-b91a-49400af95b0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:45:35.779Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:45:35.780Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:35.783Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:35.783Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452335778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:45:35.883Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:35.884Z||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-08-14T04:45:35.884Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:35.902Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:35.903Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-14T04:45:36.802Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:45:36.804Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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-08-14T04:45:36.804Z|a44dabc6-8572-43ba-b91a-49400af95b0b|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:37.438Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:37.440Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-14T04:45:37.440Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"22721cab-f284-4af1-8057-9db064c64cf0","serviceName":"vFW 2022-08-14 04-42-52","serviceVersion":"1.0","serviceUUID":"451fb17f-129d-4c53-954a-340d1865aeb3","serviceDescription":"catalog service description","serviceInvariantUUID":"5e4569f6-c04f-40f9-b046-2e07f1a4d06e","resources":[{"resourceInstanceName":"vFW 8dd3f951-09bb 0","resourceName":"vFW 8dd3f951-09bb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"aade6c56-0eed-4b55-b44c-af85e4e8961b","resourceInvariantUUID":"852372ab-d057-473b-ad39-d383d0e97f9a","resourceCustomizationUUID":"c1e54d8a-3cdd-4dbe-918b-a38121049b33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml","artifactChecksum":"NzViYzY4ZTQyNmIxNTc4YmM5ZTU3ZWJlYzhhZjZiN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ee870a2-b403-4ee7-a830-bf38f69d74c4","artifactVersion":"1"},{"artifactName":"vfw8dd3f95109bb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json","artifactChecksum":"NTJlMzlhYTVjNjY3OWQ0YmNkYjBjYjk2NDUwOTI4OTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"80da42b5-2042-4764-ba8f-18a4cda8515f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"39ede7bd-7943-4d88-b1c4-781b6ad538ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2ViM2ZlNDAxNmFjMTcwYzMyMDU1ZTQwMDE2OGEwNzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"86f38f7c-0241-4899-904f-ee2459c889d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b6208d8-4023-418b-b1fa-fbe958251522","artifactVersion":"2","generatedFromUUID":"39ede7bd-7943-4d88-b1c4-781b6ad538ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220814044252-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml","artifactChecksum":"YTg0MDE3NGJmNDdmMjIxNTQ5MDNhN2Y0M2NhNzdiYTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b714021-7cdc-499a-a3ed-f76ea942a1a5","artifactVersion":"1"},{"artifactName":"service-Vfw20220814044252-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar","artifactChecksum":"ZjEwYTU2NjJmMjA3YjcyOTczMjU2NDJkYjE5MTA3ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b672ffcb-5c70-4be4-945b-4146496522e5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:45:37.443Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:37.443Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:37.445Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:37.446Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:45:37.546Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:37.547Z||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-08-14T04:45:37.547Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:37.569Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:37.570Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:38.446Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:38.447Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:38.451Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:38.451Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:45:38.551Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:38.552Z||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-08-14T04:45:38.553Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:38.571Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:38.572Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:39.453Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:39.454Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:39.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:39.458Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:45:39.558Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:45:39.560Z||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-08-14T04:45:39.560Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:39.576Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:39.577Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:40.462Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:40.463Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:40.466Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:40.466Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:45:40.567Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T04:45:40.568Z||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-08-14T04:45:40.568Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:40.590Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:40.591Z||pool-22-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:41.467Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:41.469Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:41.472Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:41.473Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-14T04:45:41.573Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:41.574Z||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-08-14T04:45:41.574Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:41.594Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:41.595Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:42.473Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:42.475Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:42.478Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:42.478Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:45:42.578Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:45:42.580Z||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-08-14T04:45:42.580Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:42.603Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:42.604Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:43.479Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:45:43.480Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:43.483Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:43.484Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:45:43.584Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:43.585Z||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-08-14T04:45:43.586Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:43.610Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:43.611Z||pool-25-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:44.486Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "serviceName": "vFW 2022-08-14 04-42-52",
  "serviceVersion": "1.0",
  "serviceUUID": "451fb17f-129d-4c53-954a-340d1865aeb3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5e4569f6-c04f-40f9-b046-2e07f1a4d06e",
  "resources": [
    {
      "resourceInstanceName": "vFW 8dd3f951-09bb 0",
      "resourceCustomizationUUID": "c1e54d8a-3cdd-4dbe-918b-a38121049b33",
      "resourceName": "vFW 8dd3f951-09bb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "aade6c56-0eed-4b55-b44c-af85e4e8961b",
      "resourceInvariantUUID": "852372ab-d057-473b-ad39-d383d0e97f9a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8dd3f95109bb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
          "artifactChecksum": "NTJlMzlhYTVjNjY3OWQ0YmNkYjBjYjk2NDUwOTI4OTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "80da42b5-2042-4764-ba8f-18a4cda8515f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "39ede7bd-7943-4d88-b1c4-781b6ad538ba",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1b6208d8-4023-418b-b1fa-fbe958251522",
            "generatedFromUUID": "39ede7bd-7943-4d88-b1c4-781b6ad538ba"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1b6208d8-4023-418b-b1fa-fbe958251522",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220814044252-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
      "artifactChecksum": "ZjEwYTU2NjJmMjA3YjcyOTczMjU2NDJkYjE5MTA3ZWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b672ffcb-5c70-4be4-945b-4146496522e5"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:45:44.487Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:45:44.487Z|a44dabc6-8572-43ba-b91a-49400af95b0b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 451fb17f-129d-4c53-954a-340d1865aeb3 ASDC
2022-08-14T04:45:44.487Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:22721cab-f284-4af1-8057-9db064c64cf0
ServiceName:vFW 2022-08-14 04-42-52
ServiceVersion:1.0
ServiceUUID:451fb17f-129d-4c53-954a-340d1865aeb3
ServiceInvariantUUID:5e4569f6-c04f-40f9-b046-2e07f1a4d06e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220814044252-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
ArtifactUUID:b672ffcb-5c70-4be4-945b-4146496522e5
ArtifactChecksum:ZjEwYTU2NjJmMjA3YjcyOTczMjU2NDJkYjE5MTA3ZWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8dd3f951-09bb 0
ResourceCustomizationUUID:c1e54d8a-3cdd-4dbe-918b-a38121049b33
ResourceInvariantUUID:852372ab-d057-473b-ad39-d383d0e97f9a
ResourceName:vFW 8dd3f951-09bb
ResourceType:VF
ResourceUUID:aade6c56-0eed-4b55-b44c-af85e4e8961b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8dd3f95109bb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
ArtifactUUID:80da42b5-2042-4764-ba8f-18a4cda8515f
ArtifactChecksum:NTJlMzlhYTVjNjY3OWQ0YmNkYjBjYjk2NDUwOTI4OTM=
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/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
ArtifactUUID:39ede7bd-7943-4d88-b1c4-781b6ad538ba
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/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
ArtifactUUID:1b6208d8-4023-418b-b1fa-fbe958251522
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/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
ArtifactUUID:1b6208d8-4023-418b-b1fa-fbe958251522
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T04:45:44.488Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 451fb17f-129d-4c53-954a-340d1865aeb3 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-08-14T04:45:44.541Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:45:44.542Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:45:44.542Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:45:44.542Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b672ffcb-5c70-4be4-945b-4146496522e5 from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:44.543Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:44.543Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:44.895Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:44.904Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar b672ffcb-5c70-4be4-945b-4146496522e5 99014
2022-08-14T04:45:44.905Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar ASDC sendASDCNotification
2022-08-14T04:45:44.905Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:44.905Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:44.906Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:44.908Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:44.908Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452344905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:45.009Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:45.010Z||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-08-14T04:45:45.010Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:45.035Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:45.037Z||pool-26-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:45.909Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:45:45.910Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-08-14T04:45:45.911Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b672ffcb-5c70-4be4-945b-4146496522e5, URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar to file: /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:45.911Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220814044252-csar.csar
2022-08-14T04:45:45.912Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:45.912Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:46.151Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15222708152091753725/Definitions/service-Vfw20220814044252-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-08-14T04:45:49.103Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.105Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.106Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8dd3f951-09bb 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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|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-Vfw20220814044252-csar.csar
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.107Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.108Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.109Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.110Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:49.111Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.112Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.113Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:49.114Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.115Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.116Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a298dbd-e9cb-48bb-9ea3-3a0ba5697433
2022-08-14T04:45:49.117Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.118Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.119Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c48474e-1ce0-4e14-ad80-b74a91585161
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:49.120Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:49.121Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:49.122Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2df9f91e-ee3e-409d-8237-d98d9f49213e
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.123Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.124Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:49.125Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:49.125Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-14 04-42-52
Description:catalog service description
Model UUID:451fb17f-129d-4c53-954a-340d1865aeb3
Model Version:NULL
Model InvariantUuid:5e4569f6-c04f-40f9-b046-2e07f1a4d06e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8dd3f951-09bb
Model UUID:1782c147-fac0-4132-91a5-6eca76ff1b18
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:852372ab-d057-473b-ad39-d383d0e97f9a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c1e54d8a-3cdd-4dbe-918b-a38121049b33
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cc17921f-e08b-4406-aba1-66366a952bfb
ModelName:Vfw8dd3f95109bb..base_vfw..module-0
ModelUuid:bea7591e-0e32-4852-8b24-c08bcba1366b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0a298dbd-e9cb-48bb-9ea3-3a0ba5697433
ModelInvariantUuid:152da094-f496-4001-908d-94fa52be588b
ModelName:vFW 8dd3f951-09bb-nodes.vfwCvfc
ModelUuid:30fb78fa-2dd0-4b1d-9052-aa5b3d06f74a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ef24e816-e5b1-440c-9d78-cb07c0af8b19
ModelInvariantUuid:5c0926b2-6009-4097-b99a-1a17ace8b7dd
ModelName:Vfw8dd3f95109bb.compute.nodes.heat.vfw
ModelUuid:1748c3af-4925-4850-8ded-48a0b1d6ef26
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8c48474e-1ce0-4e14-ad80-b74a91585161
ModelInvariantUuid:493abd05-9296-4930-b7fb-2b5c54044d3d
ModelName:vFW 8dd3f951-09bb-nodes.vsnCvfc
ModelUuid:e6d44782-85b4-44b4-9245-ec95d6dee209
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:89beb006-f2d9-41d2-82df-36be19f6f9c3
ModelInvariantUuid:fc6da910-b27e-41be-a590-4891269f7502
ModelName:Vfw8dd3f95109bb.compute.nodes.heat.vsn
ModelUuid:f8b99d8e-577e-4772-ba96-a6fa96dfe7a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2df9f91e-ee3e-409d-8237-d98d9f49213e
ModelInvariantUuid:04be176d-bee3-472c-a3cc-07b60487c0e2
ModelName:vFW 8dd3f951-09bb-nodes.vpgCvfc
ModelUuid:46ebe77f-d390-4721-b328-57933178ed81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ad76eb36-ad41-4a89-bf3c-f99d0fe7608f
ModelInvariantUuid:8c7c2850-f907-4127-882f-1b9e56795b65
ModelName:Vfw8dd3f95109bb.compute.nodes.heat.vpg
ModelUuid:138b5de6-f3bb-4a31-b911-fdde586266ad
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-08-14T04:45:49.144Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: aade6c56-0eed-4b55-b44c-af85e4e8961b
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-08-14T04:45:49.149Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||vFW 8dd3f951-09bb 0
2022-08-14T04:45:49.150Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: aade6c56-0eed-4b55-b44c-af85e4e8961b
2022-08-14T04:45:49.150Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 80da42b5-2042-4764-ba8f-18a4cda8515f from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:49.150Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:49.151Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:49.381Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:49.381Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json 80da42b5-2042-4764-ba8f-18a4cda8515f 785
2022-08-14T04:45:49.382Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json ASDC sendASDCNotification
2022-08-14T04:45:49.382Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:49.382Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:49.383Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:49.385Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:49.385Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452349382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:49.485Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:49.487Z||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-08-14T04:45:49.487Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:49.509Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:49.510Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:50.387Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8dd3f95109bb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cc17921f-e08b-4406-aba1-66366a952bfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bea7591e-0e32-4852-8b24-c08bcba1366b",
    "vfModuleModelCustomizationUUID": "451ebb10-f43b-428e-b540-b27f8d55b83b",
    "isBase": true,
    "artifacts": [
      "39ede7bd-7943-4d88-b1c4-781b6ad538ba",
      "1b6208d8-4023-418b-b1fa-fbe958251522"
    ],
    "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-08-14T04:45:50.393Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8dd3f95109bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bea7591e-0e32-4852-8b24-c08bcba1366b
VfModuleModelInvariantUUID:cc17921f-e08b-4406-aba1-66366a952bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ede7bd-7943-4d88-b1c4-781b6ad538ba
,
1b6208d8-4023-418b-b1fa-fbe958251522

}
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-08-14T04:45:50.395Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8dd3f95109bb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cc17921f-e08b-4406-aba1-66366a952bfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bea7591e-0e32-4852-8b24-c08bcba1366b",
    "vfModuleModelCustomizationUUID": "451ebb10-f43b-428e-b540-b27f8d55b83b",
    "isBase": true,
    "artifacts": [
      "39ede7bd-7943-4d88-b1c4-781b6ad538ba",
      "1b6208d8-4023-418b-b1fa-fbe958251522"
    ],
    "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-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8dd3f95109bb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bea7591e-0e32-4852-8b24-c08bcba1366b
VfModuleModelInvariantUUID:cc17921f-e08b-4406-aba1-66366a952bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
39ede7bd-7943-4d88-b1c4-781b6ad538ba
,
1b6208d8-4023-418b-b1fa-fbe958251522

}
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-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 39ede7bd-7943-4d88-b1c4-781b6ad538ba from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:50.396Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:50.560Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:50.562Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml 39ede7bd-7943-4d88-b1c4-781b6ad538ba 20368
2022-08-14T04:45:50.562Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-14T04:45:50.562Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:50.563Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:50.564Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:50.567Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:50.567Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452350562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:50.667Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:50.669Z||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-08-14T04:45:50.669Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:50.693Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:50.694Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:51.569Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1b6208d8-4023-418b-b1fa-fbe958251522 from URL: /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:51.570Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-08-14T04:45:51.571Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:51.761Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-08-14T04:45:51.762Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env 1b6208d8-4023-418b-b1fa-fbe958251522 2098
2022-08-14T04:45:51.762Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-14T04:45:51.763Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:51.763Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:45:51.763Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:51.766Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:51.766Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452351762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:45:51.866Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:51.868Z||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-08-14T04:45:51.868Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:51.884Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:51.885Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:52.767Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 451fb17f-129d-4c53-954a-340d1865aeb3
2022-08-14T04:45:52.768Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8dd3f951-09bb 0 aade6c56-0eed-4b55-b44c-af85e4e8961b 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-08-14T04:45:52.796Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47c59db4, org.onap.sdc.toscaparser.api.parameters.Input@3bc7371, org.onap.sdc.toscaparser.api.parameters.Input@d849050, org.onap.sdc.toscaparser.api.parameters.Input@ed68e87, org.onap.sdc.toscaparser.api.parameters.Input@65959ad4]
2022-08-14T04:45:52.798Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.799Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.799Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-08-14T04:45:52.800Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c1e54d8a-3cdd-4dbe-918b-a38121049b33
2022-08-14T04:45:52.800Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1e54d8a-3cdd-4dbe-918b-a38121049b33 matches Tosca VF Customization UUID: c1e54d8a-3cdd-4dbe-918b-a38121049b33
2022-08-14T04:45:52.800Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c1e54d8a-3cdd-4dbe-918b-a38121049b33  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-08-14T04:45:52.804Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.805Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.806Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c1e54d8a-3cdd-4dbe-918b-a38121049b33: {\"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-08-14T04:45:52.806Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16655da8
2022-08-14T04:45:52.807Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.807Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:45:52.807Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 451ebb10-f43b-428e-b540-b27f8d55b83b
2022-08-14T04:45:52.808Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 451ebb10-f43b-428e-b540-b27f8d55b83b
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-08-14T04:45:52.812Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.813Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.813Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.814Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.814Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.814Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.815Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.815Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:52.816Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:52.816Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:45:52.817Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:52.817Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:52.818Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:52.818Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.818Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.819Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:52.820Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.820Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:52.821Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.821Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0a298dbd-e9cb-48bb-9ea3-3a0ba5697433
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-08-14T04:45:52.825Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.826Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.826Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.827Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.827Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:52.827Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.828Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-14T04:45:52.829Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:45:52.830Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.830Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:45:52.830Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.831Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c48474e-1ce0-4e14-ad80-b74a91585161
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-08-14T04:45:52.835Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.836Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.836Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.842Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.842Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is not matching search criteria
2022-08-14T04:45:52.843Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:45:52.844Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:45:52.844Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.844Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.845Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:45:52.845Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.845Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:45:52.846Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:45:52.846Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:45:52.846Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:45:52.847Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:45:52.848Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-14T04:45:52.848Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2df9f91e-ee3e-409d-8237-d98d9f49213e
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-08-14T04:45:52.852Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.853Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.854Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:45:52.854Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.854Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Node template vFW 8dd3f951-09bb 0 is matching search criteria
2022-08-14T04:45:52.855Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 8dd3f951-09bb 0] matching following query criteria: sdcType=VF, customizationUUID=c1e54d8a-3cdd-4dbe-918b-a38121049b33
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-08-14T04:45:52.858Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.859Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.859Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 451fb17f-129d-4c53-954a-340d1865aeb3: vFW 8dd3f951-09bb
2022-08-14T04:45:52.859Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.860Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.860Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.860Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.861Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.861Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.861Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-08-14 04-42-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:45:52.862Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-08-14 04-42-52 
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-08-14T04:45:53.285Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8dd3f951-09bb aade6c56-0eed-4b55-b44c-af85e4e8961b 1 ASDC deployResourceStructure
2022-08-14T04:45:53.287Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json ASDC sendASDCNotification
2022-08-14T04:45:53.287Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json
2022-08-14T04:45:53.287Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:53.288Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:53.290Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:53.290Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452353286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:53.391Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:45:53.392Z||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-08-14T04:45:53.392Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:53.427Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:53.427Z||pool-30-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:54.292Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-14T04:45:54.292Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml
2022-08-14T04:45:54.292Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:54.293Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:54.295Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:54.295Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452354291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:54.396Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:54.397Z||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-08-14T04:45:54.398Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:54.419Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:54.420Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:55.297Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:55.299Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:55.299Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452355296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:55.400Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:55.401Z||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-08-14T04:45:55.401Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:55.421Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:55.422Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:56.300Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar ASDC sendASDCNotification
2022-08-14T04:45:56.301Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar
2022-08-14T04:45:56.301Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:45:56.302Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:45:56.305Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:45:56.305Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452356300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:45:56.405Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:45:56.406Z||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-08-14T04:45:56.406Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:45:56.426Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:45:56.427Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:45:57.306Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:45:57.333Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:45:57.338Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:45:57.338Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:45:57.338Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:46:21.921Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:46:21.921Z||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-08-14T04:46:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:46:21.961Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:46:21.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452272866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.965Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.965Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452270809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452273699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452270625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452273699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452272866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452270809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.967Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452270625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452270809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.968Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452272866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452273699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.969Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452270625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452273699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452270809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.970Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452272866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452270625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452270809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452272866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.972Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452273699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452270625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452270809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.973Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452273699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452272866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452270625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.974Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452270809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452273699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.975Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452272866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452270625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452272035,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452286205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452286053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.977Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452285386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452287368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:21.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:21.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:21.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "cds",
  "timestamp": 1660452287062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-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-08-14T04:46:21.989Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:21.989Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452286391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "policy-id",
  "timestamp": 1660452287395,
  "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-08-14T04:46:22.022Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.023Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452288527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452289572,
  "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-08-14T04:46:22.046Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.046Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452282867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452290578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452290819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452295053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452295743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452296753,
  "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-08-14T04:46:22.076Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.077Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452297067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:46:22.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452297562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "clamp",
  "timestamp": 1660452298070,
  "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-08-14T04:46:22.107Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.108Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:22.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452297562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452297562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452297562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452297562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452297562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452297562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:46:22.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452305536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452318730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:46:22.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:46:22.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-08-14T04:46:22.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "aai-ml",
  "timestamp": 1660452319736,
  "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-08-14T04:46:22.140Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 22721cab-f284-4af1-8057-9db064c64cf0
2022-08-14T04:46:22.140Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:27.339Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:46:27.358Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:46:27.364Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:46:27.364Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:46:27.364Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:46:27.365Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:46:27.366Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:46:27.366Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:46:27.366Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-14T04:46:27.375Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:46:57.376Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 22721cab-f284-4af1-8057-9db064c64cf0 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-08-14T04:46:57.386Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 22721cab-f284-4af1-8057-9db064c64cf0 and serviceModelVersionId: 451fb17f-129d-4c53-954a-340d1865aeb3
2022-08-14T04:46:57.386Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e4569f6-c04f-40f9-b046-2e07f1a4d06e
2022-08-14T04:46:57.387Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0
2022-08-14T04:46:57.393Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:46:57.457Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|INFO|500||Invoke
2022-08-14T04:46:57.458Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[22721cab-f284-4af1-8057-9db064c64cf0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e8f6e1a-bae6-4b81-9695-fcf13fce3cde], X-ECOMP-RequestID=[22721cab-f284-4af1-8057-9db064c64cf0], X-TransactionId=[], X-ONAP-RequestID=[22721cab-f284-4af1-8057-9db064c64cf0], Content-Type=[application/merge-patch+json]}
2022-08-14T04:46:57.502Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T04:46:57.880Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?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/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220814-04:46:57:162-68870], vertex-id=[450672], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:46:57 GMT], Content-Type=[application/json]}
2022-08-14T04:46:57.881Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:46:57.882Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e4569f6-c04f-40f9-b046-2e07f1a4d06e/model-vers/model-ver/451fb17f-129d-4c53-954a-340d1865aeb3?depth=0|INFO|500||InvokeReturn
2022-08-14T04:46:57.882Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:46:57.882Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-14T04:46:57.889Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-14T04:46:57.890Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 22721cab-f284-4af1-8057-9db064c64cf0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:46:57.890Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:46:57.891Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:46:57.893Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:46:57.893Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452417890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:46:57.993Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:46:57.995Z||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-08-14T04:46:57.995Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:46:58.024Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:46:58.025Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 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-08-14T04:46:58.931Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:46:58.935Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T04:46:58.935Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:08.505Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:08.507Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:47:08.507Z||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-08-14T04:47:08.508Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:16.434Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:16.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T04:47:16.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7139c4e1-8209-44f8-9f60-d4b74bdbf82d","serviceName":"vFW 2022-08-14 04-45-12","serviceVersion":"1.0","serviceUUID":"e9e764e3-8467-4220-bba6-f38ea8269fbf","serviceDescription":"catalog service description","serviceInvariantUUID":"aed62285-77fd-47c9-a5be-602e5f7f3c1a","resources":[{"resourceInstanceName":"vFW cd198485-5ec7 0","resourceName":"vFW cd198485-5ec7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"91d8a534-84e4-4479-ad53-2a725ad61c84","resourceInvariantUUID":"e53d5bba-9bfb-4d0b-bd88-67b7ee29195b","resourceCustomizationUUID":"ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml","artifactChecksum":"ZTM5NTA0ODllOWViM2EwNGNjZjlmYTE3N2UzODRhZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7a6f088-0ffd-4d29-b9da-9263d256ce60","artifactVersion":"1"},{"artifactName":"vfwcd1984855ec70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json","artifactChecksum":"MGY0Yzg2NDdhZTFlODI2OThjODI0MjAxNzFlZjA3ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca1fb9c9-7a34-4313-b51f-dba878d18df8","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ba4c5928-8fb0-4200-8aad-de833900b235","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml","artifactChecksum":"MWJkZmEwZTcyMDkyY2ZlOTJmMmNhYzM5MjM1ZjNkNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef915cf2-1b45-48f4-a582-aa65c2c42f81","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b08f958-7607-43d8-ac86-77eff1568f31","artifactVersion":"2","generatedFromUUID":"ba4c5928-8fb0-4200-8aad-de833900b235"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220814044512-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml","artifactChecksum":"ODdmZTQ4NTdkZWE4MTQ3MmQxNDg2MWNkMDI5MTU3MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42ba6178-3e37-4288-b3e4-a75b5217d286","artifactVersion":"1"},{"artifactName":"service-Vfw20220814044512-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar","artifactChecksum":"MzM1MzY1NTFkNDkwZTZiYzUzOThiMjI1ZTE2MjQwMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36c2b1ba-1423-454d-a4e4-c92b559b71cc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:47:16.443Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:16.444Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:16.448Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:16.448Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:47:16.549Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:16.550Z||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-08-14T04:47:16.550Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:16.584Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:16.585Z||pool-35-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:17.449Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:17.452Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:17.455Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:17.456Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:47:17.556Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:17.557Z||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-08-14T04:47:17.558Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:17.580Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:17.581Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:18.456Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:18.457Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:18.460Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:18.460Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:47:18.561Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T04:47:18.562Z||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-08-14T04:47:18.562Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:18.588Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:18.589Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:19.461Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:19.462Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:19.465Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:19.465Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:47:19.565Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:19.566Z||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-08-14T04:47:19.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:19.607Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:19.608Z||pool-38-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:20.466Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:20.466Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:20.469Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:20.469Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-14T04:47:20.569Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:20.570Z||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-08-14T04:47:20.571Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:20.607Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:20.608Z||pool-39-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:21.470Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:21.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:21.474Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:21.474Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.574Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:21.575Z||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-08-14T04:47:21.575Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:21.591Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:21.592Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:47:21.922Z||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-08-14T04:47:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:21.967Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:21.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a44dabc6-8572-43ba-b91a-49400af95b0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452335778,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452336802,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452344905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452349382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.973Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452350562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452351762,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452353286,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/vfw8dd3f95109bb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452354291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452355296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/resourceInstances/vfw8dd3f95109bb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:47:21.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452356300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044252/1.0/artifacts/service-Vfw20220814044252-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:21.976Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:47:22.474Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:47:22.476Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:22.479Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:22.479Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:47:22.579Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:22.580Z||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-08-14T04:47:22.580Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:22.614Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:22.614Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:23.481Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "serviceName": "vFW 2022-08-14 04-45-12",
  "serviceVersion": "1.0",
  "serviceUUID": "e9e764e3-8467-4220-bba6-f38ea8269fbf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aed62285-77fd-47c9-a5be-602e5f7f3c1a",
  "resources": [
    {
      "resourceInstanceName": "vFW cd198485-5ec7 0",
      "resourceCustomizationUUID": "ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95",
      "resourceName": "vFW cd198485-5ec7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "91d8a534-84e4-4479-ad53-2a725ad61c84",
      "resourceInvariantUUID": "e53d5bba-9bfb-4d0b-bd88-67b7ee29195b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwcd1984855ec70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
          "artifactChecksum": "MGY0Yzg2NDdhZTFlODI2OThjODI0MjAxNzFlZjA3ZjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ca1fb9c9-7a34-4313-b51f-dba878d18df8",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ba4c5928-8fb0-4200-8aad-de833900b235",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1b08f958-7607-43d8-ac86-77eff1568f31",
            "generatedFromUUID": "ba4c5928-8fb0-4200-8aad-de833900b235"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1b08f958-7607-43d8-ac86-77eff1568f31",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220814044512-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
      "artifactChecksum": "MzM1MzY1NTFkNDkwZTZiYzUzOThiMjI1ZTE2MjQwMTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36c2b1ba-1423-454d-a4e4-c92b559b71cc"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:47:23.482Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:47:23.482Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9e764e3-8467-4220-bba6-f38ea8269fbf ASDC
2022-08-14T04:47:23.482Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7139c4e1-8209-44f8-9f60-d4b74bdbf82d
ServiceName:vFW 2022-08-14 04-45-12
ServiceVersion:1.0
ServiceUUID:e9e764e3-8467-4220-bba6-f38ea8269fbf
ServiceInvariantUUID:aed62285-77fd-47c9-a5be-602e5f7f3c1a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220814044512-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
ArtifactUUID:36c2b1ba-1423-454d-a4e4-c92b559b71cc
ArtifactChecksum:MzM1MzY1NTFkNDkwZTZiYzUzOThiMjI1ZTE2MjQwMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cd198485-5ec7 0
ResourceCustomizationUUID:ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
ResourceInvariantUUID:e53d5bba-9bfb-4d0b-bd88-67b7ee29195b
ResourceName:vFW cd198485-5ec7
ResourceType:VF
ResourceUUID:91d8a534-84e4-4479-ad53-2a725ad61c84
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcd1984855ec70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
ArtifactUUID:ca1fb9c9-7a34-4313-b51f-dba878d18df8
ArtifactChecksum:MGY0Yzg2NDdhZTFlODI2OThjODI0MjAxNzFlZjA3ZjM=
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/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
ArtifactUUID:ba4c5928-8fb0-4200-8aad-de833900b235
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/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
ArtifactUUID:1b08f958-7607-43d8-ac86-77eff1568f31
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/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
ArtifactUUID:1b08f958-7607-43d8-ac86-77eff1568f31
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T04:47:23.483Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9e764e3-8467-4220-bba6-f38ea8269fbf 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-08-14T04:47:23.568Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:47:23.569Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:47:23.569Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:47:23.569Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 36c2b1ba-1423-454d-a4e4-c92b559b71cc from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:23.570Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:23.571Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:24.522Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:24.537Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar 36c2b1ba-1423-454d-a4e4-c92b559b71cc 99004
2022-08-14T04:47:24.538Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar ASDC sendASDCNotification
2022-08-14T04:47:24.538Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:24.538Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:24.539Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:24.541Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:24.541Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452444538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:24.641Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:47:24.643Z||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-08-14T04:47:24.643Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:24.678Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:24.679Z||pool-42-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:25.542Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:47:25.544Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:47:25.544Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 36c2b1ba-1423-454d-a4e4-c92b559b71cc, URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar to file: /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.545Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.546Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.546Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:25.767Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12507325563692458676/Definitions/service-Vfw20220814044512-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-08-14T04:47:28.586Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.588Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cd198485-5ec7 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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.589Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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-Vfw20220814044512-csar.csar
2022-08-14T04:47:28.590Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:47:28.591Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.591Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.591Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.592Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:47:28.592Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:47:28.592Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.593Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.593Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.593Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:47:28.594Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:47:28.594Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.594Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.595Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.596Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:28.596Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.596Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:28.597Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.598Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.599Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:47:28.600Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.600Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.600Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:28.601Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.602Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:28.603Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:28.604Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=402c85c6-d022-4102-ae9d-e4675aa90bd4
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.605Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.606Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:28.607Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a0056f7c-40b1-4f0e-9f30-595ce66e3a8f
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:28.608Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:28.609Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:28.609Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:28.609Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:28.610Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-14T04:47:28.611Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cfb16c1d-94f8-4423-9d05-2baa0a292d85
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.612Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:28.613Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-14 04-45-12
Description:catalog service description
Model UUID:e9e764e3-8467-4220-bba6-f38ea8269fbf
Model Version:NULL
Model InvariantUuid:aed62285-77fd-47c9-a5be-602e5f7f3c1a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW cd198485-5ec7
Model UUID:24157733-0846-4d17-a115-bedf3a2663f5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e53d5bba-9bfb-4d0b-bd88-67b7ee29195b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:164afec0-74d2-4658-9cb1-a8955f131120
ModelName:VfwCd1984855ec7..base_vfw..module-0
ModelUuid:5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:402c85c6-d022-4102-ae9d-e4675aa90bd4
ModelInvariantUuid:c55b5207-d80b-4702-82b5-eea4a0e9e3f0
ModelName:vFW cd198485-5ec7-nodes.vfwCvfc
ModelUuid:796ae3c4-2709-4a92-bf69-082e90db9660
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:34923866-c638-4754-a25a-133b57a724b8
ModelInvariantUuid:df70f540-65ed-40e3-a3d3-c92447fd7fab
ModelName:VfwCd1984855ec7.compute.nodes.heat.vfw
ModelUuid:dde18568-2612-494f-a53b-08a1ec3bcec1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a0056f7c-40b1-4f0e-9f30-595ce66e3a8f
ModelInvariantUuid:e85ac598-3535-494c-baac-3ee2a5a1d36f
ModelName:vFW cd198485-5ec7-nodes.vsnCvfc
ModelUuid:df866e4c-fa0e-4b88-8ecb-ef9cf2920e32
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:810af318-9f47-484f-9f56-a8f1513d10f1
ModelInvariantUuid:830ecde6-f83a-4357-bedb-aa1535eaa304
ModelName:VfwCd1984855ec7.compute.nodes.heat.vsn
ModelUuid:224e0b61-a715-42e4-9ce6-2f4d4b29aeb4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cfb16c1d-94f8-4423-9d05-2baa0a292d85
ModelInvariantUuid:8d10ada2-8946-4dfa-b78a-f7c6658a3cba
ModelName:vFW cd198485-5ec7-nodes.vpgCvfc
ModelUuid:77a142f3-49f8-43dc-9f1d-bdd3574abd4a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8ec07bcf-40dc-4641-93cc-237da032033a
ModelInvariantUuid:a54c95fb-6350-476e-97a0-c19ec75a5fe1
ModelName:VfwCd1984855ec7.compute.nodes.heat.vpg
ModelUuid:306a6a06-83f6-4f3a-87fc-d84336a9c1ca
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-08-14T04:47:28.630Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 91d8a534-84e4-4479-ad53-2a725ad61c84
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-08-14T04:47:28.635Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||vFW cd198485-5ec7 0
2022-08-14T04:47:28.635Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 91d8a534-84e4-4479-ad53-2a725ad61c84
2022-08-14T04:47:28.635Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ca1fb9c9-7a34-4313-b51f-dba878d18df8 from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
2022-08-14T04:47:28.636Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:28.636Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
2022-08-14T04:47:28.893Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json ca1fb9c9-7a34-4313-b51f-dba878d18df8 785
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json ASDC sendASDCNotification
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
2022-08-14T04:47:28.894Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:28.895Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:28.897Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:28.898Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452448894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:28.998Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:28.999Z||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-08-14T04:47:28.999Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:29.026Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:29.026Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:29.899Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCd1984855ec7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "164afec0-74d2-4658-9cb1-a8955f131120",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d",
    "vfModuleModelCustomizationUUID": "40bf1941-2831-4bd2-aed9-1654b627f6a4",
    "isBase": true,
    "artifacts": [
      "ba4c5928-8fb0-4200-8aad-de833900b235",
      "1b08f958-7607-43d8-ac86-77eff1568f31"
    ],
    "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-08-14T04:47:29.903Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCd1984855ec7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d
VfModuleModelInvariantUUID:164afec0-74d2-4658-9cb1-a8955f131120
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba4c5928-8fb0-4200-8aad-de833900b235
,
1b08f958-7607-43d8-ac86-77eff1568f31

}
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-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCd1984855ec7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "164afec0-74d2-4658-9cb1-a8955f131120",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d",
    "vfModuleModelCustomizationUUID": "40bf1941-2831-4bd2-aed9-1654b627f6a4",
    "isBase": true,
    "artifacts": [
      "ba4c5928-8fb0-4200-8aad-de833900b235",
      "1b08f958-7607-43d8-ac86-77eff1568f31"
    ],
    "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-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCd1984855ec7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5dcfad88-ae7f-4b1e-a9d0-fb53aa764e1d
VfModuleModelInvariantUUID:164afec0-74d2-4658-9cb1-a8955f131120
VfModuleModelDescription:NULL
Artifacts UUID List:{
ba4c5928-8fb0-4200-8aad-de833900b235
,
1b08f958-7607-43d8-ac86-77eff1568f31

}
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-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ba4c5928-8fb0-4200-8aad-de833900b235 from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
2022-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:29.906Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
2022-08-14T04:47:30.092Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:30.094Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml ba4c5928-8fb0-4200-8aad-de833900b235 20368
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:30.095Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:30.098Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:30.098Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452450095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:30.198Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:30.200Z||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-08-14T04:47:30.200Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:30.218Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:30.220Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:31.099Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1b08f958-7607-43d8-ac86-77eff1568f31 from URL: /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
2022-08-14T04:47:31.100Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:47:31.100Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
2022-08-14T04:47:31.391Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:47:31.391Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env 1b08f958-7607-43d8-ac86-77eff1568f31 2098
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:47:31.392Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:31.395Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:31.395Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452451392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:47:31.495Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:31.497Z||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-08-14T04:47:31.497Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:31.516Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:31.517Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:32.396Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e9e764e3-8467-4220-bba6-f38ea8269fbf
2022-08-14T04:47:32.397Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cd198485-5ec7 0 91d8a534-84e4-4479-ad53-2a725ad61c84 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-08-14T04:47:32.424Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30d2f3a3, org.onap.sdc.toscaparser.api.parameters.Input@1f41bffb, org.onap.sdc.toscaparser.api.parameters.Input@2ef5ae90, org.onap.sdc.toscaparser.api.parameters.Input@30b395e4, org.onap.sdc.toscaparser.api.parameters.Input@175b27ba]
2022-08-14T04:47:32.426Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.426Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.426Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-14T04:47:32.427Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
2022-08-14T04:47:32.427Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95 matches Tosca VF Customization UUID: ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
2022-08-14T04:47:32.427Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95  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-08-14T04:47:32.434Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.434Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.435Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95: {\"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-08-14T04:47:32.435Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a45ea42
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 40bf1941-2831-4bd2-aed9-1654b627f6a4
2022-08-14T04:47:32.436Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 40bf1941-2831-4bd2-aed9-1654b627f6a4
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-08-14T04:47:32.441Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.441Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.441Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.442Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.442Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:32.443Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:32.444Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-14T04:47:32.444Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:32.444Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:32.445Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.446Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:32.446Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.446Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=402c85c6-d022-4102-ae9d-e4675aa90bd4
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-08-14T04:47:32.451Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.452Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.453Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.453Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.454Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:32.454Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:32.454Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:32.455Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:32.455Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.455Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.455Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.456Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:32.456Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-14T04:47:32.456Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-14T04:47:32.457Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.457Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-14T04:47:32.457Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.457Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a0056f7c-40b1-4f0e-9f30-595ce66e3a8f
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-08-14T04:47:32.461Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.462Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.462Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.463Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.463Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is not matching search criteria
2022-08-14T04:47:32.463Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-14T04:47:32.464Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-14T04:47:32.464Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-14T04:47:32.464Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.465Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.465Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.466Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-14T04:47:32.466Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-14T04:47:32.466Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-14T04:47:32.467Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-14T04:47:32.467Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-14T04:47:32.467Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-14T04:47:32.467Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=cfb16c1d-94f8-4423-9d05-2baa0a292d85
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-08-14T04:47:32.471Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.472Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.472Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:47:32.473Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.473Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Node template vFW cd198485-5ec7 0 is matching search criteria
2022-08-14T04:47:32.473Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW cd198485-5ec7 0] matching following query criteria: sdcType=VF, customizationUUID=ec7dfea2-3f55-4fa2-8583-3ca1cbb6ec95
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-08-14T04:47:32.476Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.477Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.478Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e9e764e3-8467-4220-bba6-f38ea8269fbf: vFW cd198485-5ec7
2022-08-14T04:47:32.478Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.478Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.478Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.479Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.479Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.480Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.480Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.480Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.481Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:47:32.481Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-08-14 04-45-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:47:32.481Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-08-14 04-45-12 
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-08-14T04:47:32.762Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cd198485-5ec7 91d8a534-84e4-4479-ad53-2a725ad61c84 1 ASDC deployResourceStructure
2022-08-14T04:47:32.763Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json ASDC sendASDCNotification
2022-08-14T04:47:32.763Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json
2022-08-14T04:47:32.763Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:47:32.763Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:32.766Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:32.766Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452452763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:32.866Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:32.867Z||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-08-14T04:47:32.868Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:32.895Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:32.896Z||pool-46-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:33.768Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-14T04:47:33.768Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml
2022-08-14T04:47:33.769Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:47:33.769Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:33.772Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:33.772Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452453768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:33.872Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:33.874Z||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-08-14T04:47:33.874Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:33.893Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:33.894Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:47:34.773Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-14T04:47:34.774Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env
2022-08-14T04:47:34.774Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:47:34.775Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:34.777Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:34.777Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452454773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:34.878Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T04:47:34.880Z||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-08-14T04:47:34.880Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:34.898Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:34.899Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:35.778Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar ASDC sendASDCNotification
2022-08-14T04:47:35.779Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar
2022-08-14T04:47:35.779Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:47:35.780Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:47:35.782Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:47:35.782Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452455778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:47:35.882Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:47:35.884Z||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-08-14T04:47:35.884Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:47:35.901Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:47:35.902Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:47:36.783Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:47:36.796Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:47:36.799Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:47:36.799Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:47:36.800Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:48:06.800Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:48:06.813Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:48:06.816Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:48:06.816Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:48:06.817Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:48:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:48:21.922Z||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-08-14T04:48:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:48:21.982Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:48:21.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "22721cab-f284-4af1-8057-9db064c64cf0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452417890,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:48:21.985Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:48:21.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452432867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452433699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452432866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452430625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452432866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:48:21.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452433699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:48:21.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452432867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452430625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452437036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452432867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452433699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452432866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452430625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:48:21.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452437036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452432867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452432866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452433699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452430625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452437036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452432866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452432867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452433699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452430625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452437036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452432866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452433699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452432867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:48:21.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452430625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:48:21.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:48:36.817Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:48:36.854Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:48:36.858Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:48:36.858Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:48:36.858Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:49:06.858Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:49:06.873Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:49:06.876Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:49:06.876Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:49:06.876Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:49:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:49:21.922Z||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-08-14T04:49:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:49:21.959Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:49:21.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:49:21.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452437036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:49:21.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:49:36.877Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:49:36.896Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:49:36.899Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:49:36.899Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:49:36.899Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:50:06.899Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:50:06.915Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:50:06.923Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:50:06.923Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:50:06.924Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:50:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:50:21.922Z||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-08-14T04:50:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:50:21.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:50:22.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452432866,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452433699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452428507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452432867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452430625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452437036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452437036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452444506,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452444538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452443567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.480Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452443599,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452445270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452444604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452445700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "cds",
  "timestamp": 1660452446283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-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-08-14T04:50:22.503Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
2022-08-14T04:50:22.503Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7139c4e1-8209-44f8-9f60-d4b74bdbf82d 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-08-14T04:50:22.550Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.550Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "policy-id",
  "timestamp": 1660452445607,
  "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-08-14T04:50:22.563Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
2022-08-14T04:50:22.564Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7139c4e1-8209-44f8-9f60-d4b74bdbf82d 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-08-14T04:50:22.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452446984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.604Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.604Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.604Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452448040,
  "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-08-14T04:50:22.619Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
2022-08-14T04:50:22.620Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7139c4e1-8209-44f8-9f60-d4b74bdbf82d 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-08-14T04:50:22.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452448894,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.635Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452447975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452449045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.636Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452448994,
  "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-08-14T04:50:22.649Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
2022-08-14T04:50:22.650Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7139c4e1-8209-44f8-9f60-d4b74bdbf82d 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-08-14T04:50:22.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452450095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.668Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452451392,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.669Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452450625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452452763,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.670Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452452035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.671Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.671Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452450625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.671Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vfwcd1984855ec70_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452453768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.672Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452452035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.673Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452450625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.673Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452453699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452452866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452454773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452452035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452450625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452453699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452452866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452455778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452455636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452452035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452450625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.678Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452453699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/resourceInstances/vfwcd1984855ec70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452452866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.679Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452452035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452450625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452453699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.680Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452452866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452452035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.681Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452450625,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452453699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452452866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452452035,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452453699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452452866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.684Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452458942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.684Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.684Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452453699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.685Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.685Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.685Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452460081,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.685Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452452866,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.686Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.686Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.686Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452459947,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.686Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.687Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.687Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "cds",
  "timestamp": 1660452461089,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-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-08-14T04:50:22.706Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
2022-08-14T04:50:22.706Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf 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-08-14T04:50:22.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452461596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "policy-id",
  "timestamp": 1660452460950,
  "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-08-14T04:50:22.743Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
2022-08-14T04:50:22.743Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf 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-08-14T04:50:22.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.766Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452462861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452464075,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.767Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452462867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.767Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452465105,
  "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-08-14T04:50:22.776Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
2022-08-14T04:50:22.776Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf 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-08-14T04:50:22.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452462867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.786Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452466111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452462867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452462867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452462867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.788Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452468100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.788Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.788Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452468761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.789Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452462867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.789Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "aai-ml",
  "timestamp": 1660452469766,
  "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-08-14T04:50:22.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
2022-08-14T04:50:22.797Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7139c4e1-8209-44f8-9f60-d4b74bdbf82d 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-08-14T04:50:22.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452462867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452470112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220814044512/1.0/artifacts/service-Vfw20220814044512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452470702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.811Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "clamp",
  "timestamp": 1660452471116,
  "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-08-14T04:50:22.833Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
2022-08-14T04:50:22.834Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7139c4e1-8209-44f8-9f60-d4b74bdbf82d 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-08-14T04:50:22.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452473575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452474581,
  "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-08-14T04:50:22.871Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
2022-08-14T04:50:22.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf 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-08-14T04:50:22.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.889Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.889Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.889Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452447562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:50:22.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452478481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452450809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452487099,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452487786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.892Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1660452488791,
  "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-08-14T04:50:22.901Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
2022-08-14T04:50:22.902Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf 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-08-14T04:50:22.914Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452489110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:50:22.915Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:50:22.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:50:22.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "clamp",
  "timestamp": 1660452490114,
  "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-08-14T04:50:22.923Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
2022-08-14T04:50:22.923Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf 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-08-14T04:50:36.924Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:50:36.951Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:50:36.956Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:50:36.957Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:50:36.957Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:50:36.957Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:50:36.957Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:50:36.957Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:50:36.958Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:50:36.958Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:50:36.958Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:50:36.958Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:50:36.958Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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-08-14T04:50:36.966Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:51:06.966Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d 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-08-14T04:51:06.978Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7139c4e1-8209-44f8-9f60-d4b74bdbf82d and serviceModelVersionId: e9e764e3-8467-4220-bba6-f38ea8269fbf
2022-08-14T04:51:06.979Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aed62285-77fd-47c9-a5be-602e5f7f3c1a
2022-08-14T04:51:06.980Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0
2022-08-14T04:51:06.987Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:51:07.057Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0|INFO|500||Invoke
2022-08-14T04:51:07.058Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7139c4e1-8209-44f8-9f60-d4b74bdbf82d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0e0ad1c-1815-494c-a9d2-d23b91ca76ea], X-ECOMP-RequestID=[7139c4e1-8209-44f8-9f60-d4b74bdbf82d], X-TransactionId=[], X-ONAP-RequestID=[7139c4e1-8209-44f8-9f60-d4b74bdbf82d], Content-Type=[application/merge-patch+json]}
2022-08-14T04:51:07.092Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T04:51:07.287Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?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/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220814-04:51:06:750-63175], vertex-id=[196648], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:51:06 GMT], Content-Type=[application/json]}
2022-08-14T04:51:07.287Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:51:07.288Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aed62285-77fd-47c9-a5be-602e5f7f3c1a/model-vers/model-ver/e9e764e3-8467-4220-bba6-f38ea8269fbf?depth=0|INFO|500||InvokeReturn
2022-08-14T04:51:07.288Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:51:07.288Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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-08-14T04:51:07.299Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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-08-14T04:51:07.299Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7139c4e1-8209-44f8-9f60-d4b74bdbf82d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:51:07.299Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:51:07.299Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:07.302Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:07.302Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452667299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:51:07.402Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:07.403Z||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-08-14T04:51:07.403Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:07.431Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:07.431Z||pool-50-thread-1|||||INFO|500||cambria reply ok (28 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-08-14T04:51:08.317Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:51:08.318Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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-08-14T04:51:08.318Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:12.827Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:12.828Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T04:51:12.828Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf","serviceName":"basic_onboard_IXaeth","serviceVersion":"1.0","serviceUUID":"2b8e8975-eec1-41c1-91d7-e7302150cb53","serviceDescription":"service","serviceInvariantUUID":"d66f392b-cbc6-4f10-89a3-77c8253f6f21","resources":[{"resourceInstanceName":"basic_onboard_IXaeth 0","resourceName":"basic_onboard_IXaeth","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c7b02e58-7349-4876-83fc-8aaf8769048a","resourceInvariantUUID":"2b15b79a-d915-4918-86f1-7c7310a3b76c","resourceCustomizationUUID":"d26f33bf-a108-499f-9fb2-d3abacd55725","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml","artifactChecksum":"NzgzNDUyY2Q4OTkyZmJiY2ExYzljZDc2NGNjMzhlZjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9801ee13-0cc8-405d-b22c-4ab638819672","artifactVersion":"1"},{"artifactName":"basic_onboard_ixaeth0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json","artifactChecksum":"MTI2ZThjNGU2YzMxNDhjNzE0OTA3YzBiODI2M2ZhN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25351840-8a40-4ec8-93a4-f22a5cbe34ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7d7cae94-7146-4882-b551-4078ef2c3610","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9cb7eb8d-e5ca-4620-91b7-549af9614ee1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88b38347-b050-46f5-a19e-b2dc88b01c84","artifactVersion":"2","generatedFromUUID":"7d7cae94-7146-4882-b551-4078ef2c3610"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIxaeth-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml","artifactChecksum":"YTIzMjZlMmIxNzNiY2ZhNzg5ZDYxYmYxOTdmN2FlNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97205daa-8e26-46fc-abc0-51bce02d33b6","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIxaeth-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar","artifactChecksum":"ODI1YmY3NmQwODY1NDc2YjA4N2ViMDFkNTMzM2M5MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a33c9acb-1a6b-4e04-ade6-451acb015051","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:51:12.833Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:51:12.833Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:12.836Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:12.836Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:51:12.936Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:12.938Z||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-08-14T04:51:12.938Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:12.962Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:12.964Z||pool-51-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-08-14T04:51:13.837Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:51:13.838Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:13.840Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:13.840Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:51:13.940Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:13.942Z||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-08-14T04:51:13.942Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:13.960Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:13.961Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:51:14.840Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:51:14.842Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:14.844Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:14.844Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:51:14.946Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-14T04:51:14.947Z||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-08-14T04:51:14.947Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:14.965Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:14.966Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:51:15.845Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:51:15.846Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:15.848Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:15.848Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:51:15.948Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:15.949Z||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-08-14T04:51:15.949Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:15.970Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:15.971Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:51:16.849Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:51:16.850Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:16.852Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:16.853Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-14T04:51:16.952Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:51:16.954Z||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-08-14T04:51:16.954Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:16.971Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:16.972Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:51:17.853Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:51:17.855Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:17.858Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:17.858Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:51:17.959Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:17.960Z||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-08-14T04:51:17.960Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:17.979Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:17.980Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:51:18.859Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:51:18.860Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:18.864Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:18.864Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:51:18.964Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:18.965Z||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-08-14T04:51:18.965Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:18.984Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:18.985Z||pool-57-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:51:19.866Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "serviceName": "basic_onboard_IXaeth",
  "serviceVersion": "1.0",
  "serviceUUID": "2b8e8975-eec1-41c1-91d7-e7302150cb53",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d66f392b-cbc6-4f10-89a3-77c8253f6f21",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_IXaeth 0",
      "resourceCustomizationUUID": "d26f33bf-a108-499f-9fb2-d3abacd55725",
      "resourceName": "basic_onboard_IXaeth",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c7b02e58-7349-4876-83fc-8aaf8769048a",
      "resourceInvariantUUID": "2b15b79a-d915-4918-86f1-7c7310a3b76c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ixaeth0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
          "artifactChecksum": "MTI2ZThjNGU2YzMxNDhjNzE0OTA3YzBiODI2M2ZhN2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "25351840-8a40-4ec8-93a4-f22a5cbe34ee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7d7cae94-7146-4882-b551-4078ef2c3610",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "88b38347-b050-46f5-a19e-b2dc88b01c84",
            "generatedFromUUID": "7d7cae94-7146-4882-b551-4078ef2c3610"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "88b38347-b050-46f5-a19e-b2dc88b01c84",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIxaeth-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
      "artifactChecksum": "ODI1YmY3NmQwODY1NDc2YjA4N2ViMDFkNTMzM2M5MTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a33c9acb-1a6b-4e04-ade6-451acb015051"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:51:19.866Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:51:19.867Z|7139c4e1-8209-44f8-9f60-d4b74bdbf82d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b8e8975-eec1-41c1-91d7-e7302150cb53 ASDC
2022-08-14T04:51:19.867Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
ServiceName:basic_onboard_IXaeth
ServiceVersion:1.0
ServiceUUID:2b8e8975-eec1-41c1-91d7-e7302150cb53
ServiceInvariantUUID:d66f392b-cbc6-4f10-89a3-77c8253f6f21
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIxaeth-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar
ArtifactUUID:a33c9acb-1a6b-4e04-ade6-451acb015051
ArtifactChecksum:ODI1YmY3NmQwODY1NDc2YjA4N2ViMDFkNTMzM2M5MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_IXaeth 0
ResourceCustomizationUUID:d26f33bf-a108-499f-9fb2-d3abacd55725
ResourceInvariantUUID:2b15b79a-d915-4918-86f1-7c7310a3b76c
ResourceName:basic_onboard_IXaeth
ResourceType:VF
ResourceUUID:c7b02e58-7349-4876-83fc-8aaf8769048a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ixaeth0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json
ArtifactUUID:25351840-8a40-4ec8-93a4-f22a5cbe34ee
ArtifactChecksum:MTI2ZThjNGU2YzMxNDhjNzE0OTA3YzBiODI2M2ZhN2U=
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/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7d7cae94-7146-4882-b551-4078ef2c3610
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/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env
ArtifactUUID:88b38347-b050-46f5-a19e-b2dc88b01c84
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/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env
ArtifactUUID:88b38347-b050-46f5-a19e-b2dc88b01c84
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T04:51:19.868Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b8e8975-eec1-41c1-91d7-e7302150cb53 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-08-14T04:51:19.912Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:51:19.912Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:51:19.913Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:51:19.913Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a33c9acb-1a6b-4e04-ade6-451acb015051 from URL: /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:19.913Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:51:19.913Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:21.507Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:51:21.513Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar a33c9acb-1a6b-4e04-ade6-451acb015051 71555
2022-08-14T04:51:21.513Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar ASDC sendASDCNotification
2022-08-14T04:51:21.513Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:21.513Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:51:21.514Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:21.516Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:21.516Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452681513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:51:21.616Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:21.618Z||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-08-14T04:51:21.619Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:21.637Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:21.638Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:51:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:51:21.921Z||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-08-14T04:51:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:22.517Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:51:22.519Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:51:22.519Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a33c9acb-1a6b-4e04-ade6-451acb015051, URL: /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar to file: /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:22.520Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:22.520Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:22.520Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:22.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:22.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7139c4e1-8209-44f8-9f60-d4b74bdbf82d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452667299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:51:22.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:51:22.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:51:22.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:51:22.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-14T04:51:22.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:51:22.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:51:22.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:51:22.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452668317,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:51:22.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:51:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:51:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452681513,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:51:22.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:51:22.665Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15134717868006323261/Definitions/service-BasicOnboardIxaeth-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-08-14T04:51:24.176Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IXaeth 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-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.177Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.178Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.178Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.178Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.178Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:24.178Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:51:24.178Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.178Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:24.179Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:24.179Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:51:24.179Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:51:24.179Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.180Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:24.180Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:24.180Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:51:24.180Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:51:24.180Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.180Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:24.181Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.181Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is not matching search criteria
2022-08-14T04:51:24.181Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-14T04:51:24.181Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-14T04:51:24.181Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-14T04:51:24.181Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:51:24.182Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:51:24.182Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.182Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:51:24.182Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.182Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:24.183Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:51:24.183Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.183Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:24.183Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:51:24.183Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.183Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:24.184Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:51:24.184Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.184Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is not matching search criteria
2022-08-14T04:51:24.184Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-14T04:51:24.184Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:51:24.184Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c774254-bbe6-4257-a475-08db936d2aed
2022-08-14T04:51:24.185Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.185Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:24.185Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.185Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:24.185Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.186Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:24.186Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:24.186Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:24.186Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_IXaeth
Description:service
Model UUID:2b8e8975-eec1-41c1-91d7-e7302150cb53
Model Version:NULL
Model InvariantUuid:d66f392b-cbc6-4f10-89a3-77c8253f6f21
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_IXaeth
Model UUID:3c998722-6cd6-42d4-8f9b-e74047a5504a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2b15b79a-d915-4918-86f1-7c7310a3b76c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d26f33bf-a108-499f-9fb2-d3abacd55725
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:189c1664-b26a-4183-9d7e-1794c0bcbc6d
ModelName:BasicOnboardIxaeth..base_ubuntu18..module-0
ModelUuid:1d0860a6-208d-44cd-8130-f9d48f3d8f98
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c774254-bbe6-4257-a475-08db936d2aed
ModelInvariantUuid:1dbc5d0b-7e56-4ec8-b028-e1cb1c9347a8
ModelName:basic_onboard_IXaeth-nodes.ubuntu18Cvfc
ModelUuid:0e6aab69-8420-4e5e-843b-8a807c342abb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0e6ce92b-f3c6-4386-bb9b-7204744716fd
ModelInvariantUuid:be523a98-dd25-484d-991b-156097e5c738
ModelName:BasicOnboardIxaeth.compute.nodes.heat.ubuntu18
ModelUuid:d2ebb936-c697-40f0-be54-c3f033ad1440
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-08-14T04:51:24.203Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c7b02e58-7349-4876-83fc-8aaf8769048a
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-08-14T04:51:24.208Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||basic_onboard_IXaeth 0
2022-08-14T04:51:24.208Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c7b02e58-7349-4876-83fc-8aaf8769048a
2022-08-14T04:51:24.208Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 25351840-8a40-4ec8-93a4-f22a5cbe34ee from URL: /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json
2022-08-14T04:51:24.209Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:51:24.209Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json
2022-08-14T04:51:24.510Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:51:24.511Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json 25351840-8a40-4ec8-93a4-f22a5cbe34ee 798
2022-08-14T04:51:24.511Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json ASDC sendASDCNotification
2022-08-14T04:51:24.512Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json
2022-08-14T04:51:24.512Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:51:24.512Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:24.515Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:24.515Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452684511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:51:24.615Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:24.616Z||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-08-14T04:51:24.616Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:24.641Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:24.642Z||pool-59-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:51:25.516Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIxaeth..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "189c1664-b26a-4183-9d7e-1794c0bcbc6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d0860a6-208d-44cd-8130-f9d48f3d8f98",
    "vfModuleModelCustomizationUUID": "31fc09eb-e220-4be1-9b0e-1d7594306541",
    "isBase": true,
    "artifacts": [
      "7d7cae94-7146-4882-b551-4078ef2c3610",
      "88b38347-b050-46f5-a19e-b2dc88b01c84"
    ],
    "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-08-14T04:51:25.521Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIxaeth..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d0860a6-208d-44cd-8130-f9d48f3d8f98
VfModuleModelInvariantUUID:189c1664-b26a-4183-9d7e-1794c0bcbc6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d7cae94-7146-4882-b551-4078ef2c3610
,
88b38347-b050-46f5-a19e-b2dc88b01c84

}
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-08-14T04:51:25.523Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIxaeth..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "189c1664-b26a-4183-9d7e-1794c0bcbc6d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1d0860a6-208d-44cd-8130-f9d48f3d8f98",
    "vfModuleModelCustomizationUUID": "31fc09eb-e220-4be1-9b0e-1d7594306541",
    "isBase": true,
    "artifacts": [
      "7d7cae94-7146-4882-b551-4078ef2c3610",
      "88b38347-b050-46f5-a19e-b2dc88b01c84"
    ],
    "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-08-14T04:51:25.524Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIxaeth..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1d0860a6-208d-44cd-8130-f9d48f3d8f98
VfModuleModelInvariantUUID:189c1664-b26a-4183-9d7e-1794c0bcbc6d
VfModuleModelDescription:NULL
Artifacts UUID List:{
7d7cae94-7146-4882-b551-4078ef2c3610
,
88b38347-b050-46f5-a19e-b2dc88b01c84

}
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-08-14T04:51:25.524Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7d7cae94-7146-4882-b551-4078ef2c3610 from URL: /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml
2022-08-14T04:51:25.524Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:51:25.524Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml
2022-08-14T04:51:25.779Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:51:25.780Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml 7d7cae94-7146-4882-b551-4078ef2c3610 5033
2022-08-14T04:51:25.780Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-14T04:51:25.780Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml
2022-08-14T04:51:25.780Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:51:25.781Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:25.783Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:25.783Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452685780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:51:25.883Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:25.884Z||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-08-14T04:51:25.885Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:25.914Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:25.915Z||pool-60-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":2,"count":1}
2022-08-14T04:51:26.784Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88b38347-b050-46f5-a19e-b2dc88b01c84 from URL: /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env
2022-08-14T04:51:26.784Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:51:26.785Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env
2022-08-14T04:51:27.009Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:51:27.010Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env 88b38347-b050-46f5-a19e-b2dc88b01c84 909
2022-08-14T04:51:27.011Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-14T04:51:27.011Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env
2022-08-14T04:51:27.011Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:51:27.011Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:27.013Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:27.013Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452687011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:51:27.114Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:27.115Z||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-08-14T04:51:27.115Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:27.135Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:27.136Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:51:28.014Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2b8e8975-eec1-41c1-91d7-e7302150cb53
2022-08-14T04:51:28.015Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IXaeth 0 c7b02e58-7349-4876-83fc-8aaf8769048a 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-08-14T04:51:28.039Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55c8802b, org.onap.sdc.toscaparser.api.parameters.Input@7286373d, org.onap.sdc.toscaparser.api.parameters.Input@3e0d0f99, org.onap.sdc.toscaparser.api.parameters.Input@12ac796a, org.onap.sdc.toscaparser.api.parameters.Input@3746acc]
2022-08-14T04:51:28.041Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.041Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.041Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-14T04:51:28.042Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d26f33bf-a108-499f-9fb2-d3abacd55725
2022-08-14T04:51:28.042Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d26f33bf-a108-499f-9fb2-d3abacd55725 matches Tosca VF Customization UUID: d26f33bf-a108-499f-9fb2-d3abacd55725
2022-08-14T04:51:28.042Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d26f33bf-a108-499f-9fb2-d3abacd55725  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-08-14T04:51:28.046Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.046Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.047Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d26f33bf-a108-499f-9fb2-d3abacd55725: {\"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-08-14T04:51:28.047Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67397899
2022-08-14T04:51:28.047Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.047Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:51:28.048Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 31fc09eb-e220-4be1-9b0e-1d7594306541
2022-08-14T04:51:28.048Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 31fc09eb-e220-4be1-9b0e-1d7594306541
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-08-14T04:51:28.053Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.053Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:28.053Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:51:28.054Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.054Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:28.054Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:51:28.054Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.054Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is not matching search criteria
2022-08-14T04:51:28.055Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-14T04:51:28.055Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-14T04:51:28.055Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5c774254-bbe6-4257-a475-08db936d2aed
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-08-14T04:51:28.060Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.061Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:28.061Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:51:28.061Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.062Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_IXaeth 0 is matching search criteria
2022-08-14T04:51:28.062Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_IXaeth 0] matching following query criteria: sdcType=VF, customizationUUID=d26f33bf-a108-499f-9fb2-d3abacd55725
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-08-14T04:51:28.066Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.066Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.066Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2b8e8975-eec1-41c1-91d7-e7302150cb53: basic_onboard_IXaeth
2022-08-14T04:51:28.067Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.067Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.067Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.067Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.068Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.068Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.068Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.068Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.068Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:51:28.069Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_IXaeth is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:51:28.069Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_IXaeth 
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-08-14T04:51:28.233Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IXaeth c7b02e58-7349-4876-83fc-8aaf8769048a 1 ASDC deployResourceStructure
2022-08-14T04:51:28.234Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json ASDC sendASDCNotification
2022-08-14T04:51:28.234Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json
2022-08-14T04:51:28.234Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:51:28.235Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:28.238Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:28.238Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452688234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:51:28.338Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:28.339Z||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-08-14T04:51:28.339Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:28.357Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:28.357Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:51:29.245Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-14T04:51:29.245Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml
2022-08-14T04:51:29.245Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:51:29.246Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:29.248Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:29.248Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452689245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:51:29.348Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:29.349Z||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-08-14T04:51:29.350Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:29.370Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:29.371Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:51:30.251Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-14T04:51:30.251Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env
2022-08-14T04:51:30.251Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:51:30.252Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:30.254Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:30.254Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452690251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:51:30.354Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:30.356Z||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-08-14T04:51:30.356Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:30.377Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:30.378Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:51:31.256Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar ASDC sendASDCNotification
2022-08-14T04:51:31.256Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar
2022-08-14T04:51:31.256Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:51:31.256Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:51:31.259Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:51:31.259Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452691256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:51:31.359Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:51:31.360Z||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-08-14T04:51:31.361Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:51:31.378Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:51:31.379Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:51:32.260Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:51:32.277Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:51:32.289Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:51:32.289Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:51:32.290Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:51:32.290Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:51:32.290Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:51:32.290Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:51:32.290Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:51:32.290Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:51:32.291Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:51:32.291Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:51:32.291Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:51:32.300Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:52:02.301Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf 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-08-14T04:52:02.311Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf and serviceModelVersionId: 2b8e8975-eec1-41c1-91d7-e7302150cb53
2022-08-14T04:52:02.312Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d66f392b-cbc6-4f10-89a3-77c8253f6f21
2022-08-14T04:52:02.313Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0
2022-08-14T04:52:02.321Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:52:02.380Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0|INFO|500||Invoke
2022-08-14T04:52:02.381Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6ff7048-ce94-46f8-a259-209ecbc1b8ca], X-ECOMP-RequestID=[3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf], X-TransactionId=[], X-ONAP-RequestID=[3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf], Content-Type=[application/merge-patch+json]}
2022-08-14T04:52:02.414Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T04:52:02.668Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?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/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220814-04:52:02:098-11330], vertex-id=[159744], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:52:02 GMT], Content-Type=[application/json]}
2022-08-14T04:52:02.668Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:52:02.669Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d66f392b-cbc6-4f10-89a3-77c8253f6f21/model-vers/model-ver/2b8e8975-eec1-41c1-91d7-e7302150cb53?depth=0|INFO|500||InvokeReturn
2022-08-14T04:52:02.669Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:52:02.669Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:52:02.677Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:52:02.677Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:52:02.677Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:52:02.678Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:52:02.680Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:52:02.680Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452722677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:52:02.780Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:52:02.781Z||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-08-14T04:52:02.782Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:52:02.805Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:52:02.806Z||pool-66-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-14T04:52:03.702Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:52:03.703Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:52:03.703Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:52:13.274Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:52:13.277Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:52:13.281Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:52:13.281Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:52:21.921Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:52:21.922Z||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-08-14T04:52:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:52:22.574Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:52:22.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452684511,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:52:22.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452685780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:52:22.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452687011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:52:22.578Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452688234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/basic_onboard_ixaeth0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:52:22.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452689245,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:52:22.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452690251,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/resourceInstances/basic_onboard_ixaeth0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:52:22.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452691256,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIxaeth/1.0/artifacts/service-BasicOnboardIxaeth-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:52:22.580Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T04:52:22.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452722677,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:52:22.581Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:52:22.836Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:52:22.837Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:52:22.838Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:52:22.838Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:52:32.418Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:52:32.418Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:52:32.419Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:52:32.419Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:52:41.989Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:52:41.990Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:52:41.991Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:52:41.991Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:52:51.550Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:53:21.917Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:53:21.919Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:53:21.919Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:53:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:53:21.921Z||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-08-14T04:53:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:53:31.485Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:53:31.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:54:21.917Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:54:21.919Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:54:21.919Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:54:21.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:54:21.921Z||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-08-14T04:54:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:54:31.490Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:54:31.494Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:55:21.917Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:55:21.918Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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-08-14T04:55:21.918Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:55:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:55:21.922Z||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-08-14T04:55:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:55:22.568Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:55:22.569Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.569Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb515267-4db8-471b-86ac-373cdbce1d0b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e8d6d07-a741-47f1-8618-425d6c1d0dcd","serviceDescription":"service","serviceInvariantUUID":"ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e3f03527-2a21-446f-8a59-6d5579bb9be1","resourceInvariantUUID":"54229adf-c0ab-438b-a1e2-cd0cd40bffd1","resourceCustomizationUUID":"f9e177c8-c30d-4349-8411-5605cca7f6dd","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":"NzFkMjgzZWU0OTY3ZTY0Y2Y5ZDNjM2RmMGVhNmRhODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2394d7e4-38f4-4122-81ec-b2b2cbce6190","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGFiOWYxOTNmZmFjMDY2NzFkZDQ5YTY4OTNjOWY2M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a97dc2e8-1933-45f2-b4df-02d224e7475d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:55:22.573Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:55:22.574Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:55:22.578Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:55:22.579Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452921917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:55:22.588Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:55:22.589Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.589Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452913699,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:55:22.590Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452912866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452912867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "policy-id",
  "timestamp": 1660452910625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:55:22.591Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "cds",
  "timestamp": 1660452917035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660452913699,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660452912866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452912867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "policy-id",
  "timestamp": 1660452910625,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "cds",
  "timestamp": 1660452917035,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:55:22.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452919473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "cds",
  "timestamp": 1660452920241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "policy-id",
  "timestamp": 1660452919570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "cds",
  "timestamp": 1660452921257,
  "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-08-14T04:55:22.675Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb515267-4db8-471b-86ac-373cdbce1d0b
2022-08-14T04:55:22.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb515267-4db8-471b-86ac-373cdbce1d0b and ComponentName cds
2022-08-14T04:55:22.678Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:55:22.679Z||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-08-14T04:55:22.680Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-14T04:55:22.708Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:55:22.709Z||pool-67-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:55:22.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-14T04:55:22.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "policy-id",
  "timestamp": 1660452920587,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:55:22.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:55:23.579Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:55:23.581Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:55:23.583Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:55:23.584Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452921917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:55:23.684Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:55:23.685Z||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-08-14T04:55:23.685Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:55:23.719Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:55:23.719Z||pool-68-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:55:24.585Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7e8d6d07-a741-47f1-8618-425d6c1d0dcd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f9e177c8-c30d-4349-8411-5605cca7f6dd",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e3f03527-2a21-446f-8a59-6d5579bb9be1",
      "resourceInvariantUUID": "54229adf-c0ab-438b-a1e2-cd0cd40bffd1",
      "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": "MGFiOWYxOTNmZmFjMDY2NzFkZDQ5YTY4OTNjOWY2M2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a97dc2e8-1933-45f2-b4df-02d224e7475d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:55:24.586Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:55:24.587Z|3c2bd452-61ec-4bbc-afc7-7b1d10dad9bf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e8d6d07-a741-47f1-8618-425d6c1d0dcd ASDC
2022-08-14T04:55:24.588Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bb515267-4db8-471b-86ac-373cdbce1d0b
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7e8d6d07-a741-47f1-8618-425d6c1d0dcd
ServiceInvariantUUID:ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee
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:a97dc2e8-1933-45f2-b4df-02d224e7475d
ArtifactChecksum:MGFiOWYxOTNmZmFjMDY2NzFkZDQ5YTY4OTNjOWY2M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f9e177c8-c30d-4349-8411-5605cca7f6dd
ResourceInvariantUUID:54229adf-c0ab-438b-a1e2-cd0cd40bffd1
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e3f03527-2a21-446f-8a59-6d5579bb9be1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-08-14T04:55:24.588Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e8d6d07-a741-47f1-8618-425d6c1d0dcd 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-08-14T04:55:24.677Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:55:24.679Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:55:24.679Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:55:24.679Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a97dc2e8-1933-45f2-b4df-02d224e7475d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-14T04:55:24.679Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:55:24.680Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-14T04:55:25.116Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:55:25.158Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a97dc2e8-1933-45f2-b4df-02d224e7475d 52502
2022-08-14T04:55:25.159Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-14T04:55:25.159Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-14T04:55:25.159Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:55:25.159Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:55:25.162Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:55:25.162Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452925159,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:55:25.262Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:55:25.263Z||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-08-14T04:55:25.264Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:55:25.283Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:55:25.284Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:55:26.163Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:55:26.164Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:55:26.164Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: a97dc2e8-1933-45f2-b4df-02d224e7475d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-14T04:55:26.165Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-08-14T04:55:26.166Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-14T04:55:26.166Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-14T04:55:26.359Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13691775537681519641/Definitions/service-BasicNetwork-template.yml
2022-08-14T04:55:27.187Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:55:27.188Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:55:27.188Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-08-14T04:55:27.188Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-08-14T04:55:27.188Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||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-08-14T04:55:27.189Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||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-08-14T04:55:27.189Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||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-08-14T04:55:27.189Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||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-08-14T04:55:27.189Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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-BasicNetwork-csar.csar
2022-08-14T04:55:27.189Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||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-08-14T04:55:27.190Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||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-08-14T04:55:27.190Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||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-08-14T04:55:27.190Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:55:27.190Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.191Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.191Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-14T04:55:27.191Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:55:27.192Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:55:27.192Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.192Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.192Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-08-14T04:55:27.193Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:55:27.193Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:55:27.193Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.193Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.194Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.194Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.194Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.195Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.195Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.195Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.195Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.196Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.196Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7e8d6d07-a741-47f1-8618-425d6c1d0dcd
Model Version:NULL
Model InvariantUuid:ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:54229adf-c0ab-438b-a1e2-cd0cd40bffd1
Model UUID:59481c9f-fe70-49c0-9c10-b2ce16a1e0f8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f9e177c8-c30d-4349-8411-5605cca7f6dd
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-08-14T04:55:27.278Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: e3f03527-2a21-446f-8a59-6d5579bb9be1
2022-08-14T04:55:27.278Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||No resources found for Service: 7e8d6d07-a741-47f1-8618-425d6c1d0dcd
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-08-14T04:55:27.311Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||
2022-08-14T04:55:27.311Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-08-14T04:55:27.313Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 7e8d6d07-a741-47f1-8618-425d6c1d0dcd
2022-08-14T04:55:27.313Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7e8d6d07-a741-47f1-8618-425d6c1d0dcd
2022-08-14T04:55:27.313Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-08-14T04:55:27.314Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-14T04:55:27.336Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d0c039c, org.onap.sdc.toscaparser.api.parameters.Input@3f35e3d8, org.onap.sdc.toscaparser.api.parameters.Input@2be839b1, org.onap.sdc.toscaparser.api.parameters.Input@2876ac28, org.onap.sdc.toscaparser.api.parameters.Input@5cb5a59]
2022-08-14T04:55:27.340Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.340Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.340Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.341Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.341Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7e8d6d07-a741-47f1-8618-425d6c1d0dcd: Generic NeutronNet
2022-08-14T04:55:27.341Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.342Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.342Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.342Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-08-14T04:55:27.527Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.528Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.529Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.529Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.529Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:55:27.529Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:55:27.530Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-08-14T04:55:27.858Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-08-14T04:55:27.860Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-08-14T04:55:27.860Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-08-14T04:55:27.860Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:55:27.861Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:55:27.864Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:55:27.864Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452927860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:55:27.964Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:55:27.966Z||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-08-14T04:55:27.966Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:55:27.986Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:55:27.987Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:55:28.865Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:55:28.920Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:55:28.938Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:55:28.938Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:55:28.938Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:55:58.938Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:55:58.987Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:55:58.999Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:55:58.999Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:55:59.000Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:56:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:56:21.922Z||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-08-14T04:56:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:56:22.093Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:56:22.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:56:22.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452921917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:56:22.095Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:56:29.000Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:56:29.042Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:56:29.051Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:56:29.051Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:56:29.051Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:56:59.052Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:56:59.226Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:56:59.244Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:56:59.244Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T04:56:59.244Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T04:57:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:57:21.923Z||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-08-14T04:57:21.923Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:57:22.462Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:57:22.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452921556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:57:22.464Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:57:22.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "policy-id",
  "timestamp": 1660452921593,
  "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-08-14T04:57:22.500Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb515267-4db8-471b-86ac-373cdbce1d0b
2022-08-14T04:57:22.500Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb515267-4db8-471b-86ac-373cdbce1d0b 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-08-14T04:57:22.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452921917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:57:22.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:57:22.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660452922562,
  "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-08-14T04:57:22.542Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb515267-4db8-471b-86ac-373cdbce1d0b
2022-08-14T04:57:22.543Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb515267-4db8-471b-86ac-373cdbce1d0b 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-08-14T04:57:22.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452925159,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:57:22.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:57:22.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660452927860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:57:22.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:57:22.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452927562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:57:22.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:57:22.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452927562,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:57:22.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:57:22.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452930609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "clamp",
  "timestamp": 1660452930809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "clamp",
  "timestamp": 1660452930809,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452935700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:57:22.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:57:22.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "aai-ml",
  "timestamp": 1660452936711,
  "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-08-14T04:57:22.636Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb515267-4db8-471b-86ac-373cdbce1d0b
2022-08-14T04:57:22.636Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb515267-4db8-471b-86ac-373cdbce1d0b 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-08-14T04:57:22.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "clamp",
  "timestamp": 1660452943626,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:57:22.653Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:57:22.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "clamp",
  "timestamp": 1660452945201,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:57:22.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:57:22.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:57:22.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "clamp",
  "timestamp": 1660452946206,
  "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-08-14T04:57:22.662Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb515267-4db8-471b-86ac-373cdbce1d0b
2022-08-14T04:57:22.662Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb515267-4db8-471b-86ac-373cdbce1d0b 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-08-14T04:57:29.245Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:57:29.276Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:57:29.282Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:57:29.282Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:57:29.282Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:57:29.283Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:57:29.283Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:57:29.283Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:57:29.283Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:57:29.283Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:57:29.283Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:57:29.283Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:57:29.284Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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-08-14T04:57:29.316Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:57:59.317Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb515267-4db8-471b-86ac-373cdbce1d0b 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-08-14T04:58:06.441Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb515267-4db8-471b-86ac-373cdbce1d0b and serviceModelVersionId: 7e8d6d07-a741-47f1-8618-425d6c1d0dcd
2022-08-14T04:58:06.442Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee
2022-08-14T04:58:06.443Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee/model-vers/model-ver/7e8d6d07-a741-47f1-8618-425d6c1d0dcd?depth=0
2022-08-14T04:58:06.451Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:58:06.528Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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/ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee/model-vers/model-ver/7e8d6d07-a741-47f1-8618-425d6c1d0dcd?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-08-14T04:58:06.537Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee/model-vers/model-ver/7e8d6d07-a741-47f1-8618-425d6c1d0dcd?depth=0|INFO|500||Invoke
2022-08-14T04:58:06.571Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee/model-vers/model-ver/7e8d6d07-a741-47f1-8618-425d6c1d0dcd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T04:58:06.851Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee/model-vers/model-ver/7e8d6d07-a741-47f1-8618-425d6c1d0dcd?depth=0|INFO|500||InvokeReturn
2022-08-14T04:58:06.852Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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/ed20cc9b-42e7-49e9-b75e-cbc9ba1771ee/model-vers/model-ver/7e8d6d07-a741-47f1-8618-425d6c1d0dcd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220814-04:58:06:228-35799], vertex-id=[213032], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:58:06 GMT], Content-Type=[application/json]}
2022-08-14T04:58:06.853Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:58:06.853Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:58:06.854Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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-08-14T04:58:06.860Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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-08-14T04:58:06.861Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb515267-4db8-471b-86ac-373cdbce1d0b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:58:06.861Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:58:06.862Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:06.865Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:06.865Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453086861,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:58:06.965Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:06.966Z||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-08-14T04:58:06.967Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:06.986Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:06.987Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 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-08-14T04:58:07.889Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:58:07.890Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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-08-14T04:58:07.890Z|bb515267-4db8-471b-86ac-373cdbce1d0b|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:12.353Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:12.355Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T04:58:12.355Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b7aff8a-e39d-4bf3-a335-38adcbcaf908","serviceName":"Demo_pNF_AIhBBShY6aTvgoKPFLJX","serviceVersion":"1.0","serviceUUID":"064fb3b0-a7f2-4b23-b21c-e6464f99ad0f","serviceDescription":"catalog service description","serviceInvariantUUID":"6d0eb47d-4cf7-453f-9058-1b3431029308","resources":[{"resourceInstanceName":"pNF df7475a0-f29a 0","resourceName":"pNF df7475a0-f29a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"943628ee-51a3-4198-b05f-a1d08694abf4","resourceInvariantUUID":"8be5d7ba-5544-4d2e-95e1-45b6ad2bd8c9","resourceCustomizationUUID":"b0a88c4c-7213-4344-9bb6-9fc99f465cba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml","artifactChecksum":"YmM0YjExNGZmMDYwYzQ5N2E0OTJlZGVjNmFiZWZiYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bf160e68-44fd-438a-81b9-ea7c217e280b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar","artifactChecksum":"NjU5M2NlNTM0MTI5ODY0NDJmMjYyNmM0MGVjOTYyMzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"11164c59-b785-49b5-9fa8-ba365d96dc18","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"479039d5-b389-4f9a-a15e-7fac39891ef2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml","artifactChecksum":"MzYzMzM0ZTc2MWE4MDVkYTVlZjc1MzdjMTc0NzBkM2Y\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"156b443e-afcd-428c-a7b5-e37d51540baa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da938174-349d-470e-a3f7-2c68bc227d45","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3e34eb3-f652-45ed-a001-901196f01a52","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAihbbshy6atvgokpfljx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml","artifactChecksum":"OGQxY2MxZTMxMmIwNWIwNjEzMDQxMTc5ZGFkZmQxOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b237137-d573-4c40-9f56-d51f6070cdf5","artifactVersion":"1"},{"artifactName":"service-DemoPnfAihbbshy6atvgokpfljx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar","artifactChecksum":"YjY5MjMwZTI3ZTc2MmE4M2IxOTcyZDg4MTliMmNlODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01a6e799-fe99-4623-a56f-08b4dc35ed59","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:58:12.358Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:12.358Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:12.360Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:12.360Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:12.460Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:12.461Z||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-08-14T04:58:12.462Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:12.477Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:12.478Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:58:13.361Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:13.364Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:13.367Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:13.367Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:13.468Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:13.469Z||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-08-14T04:58:13.469Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:13.489Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:13.491Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:14.368Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:14.369Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:14.372Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:14.372Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:14.472Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:14.473Z||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-08-14T04:58:14.474Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:14.510Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:14.512Z||pool-74-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:15.373Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:15.374Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:15.376Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:15.376Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:15.476Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:15.478Z||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-08-14T04:58:15.478Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:15.496Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:15.497Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:16.377Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:16.378Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:16.380Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:16.381Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:16.481Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:16.482Z||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-08-14T04:58:16.482Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:16.500Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:16.500Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:17.381Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:17.383Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:17.385Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:17.385Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:17.486Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:17.487Z||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-08-14T04:58:17.487Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:17.507Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:17.508Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:58:18.386Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:18.387Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:18.390Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:18.390Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:18.491Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:18.492Z||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-08-14T04:58:18.492Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:18.513Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:18.514Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:58:19.391Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:19.392Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:19.394Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:19.395Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:19.495Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:19.499Z||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-08-14T04:58:19.500Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:19.521Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:19.522Z||pool-79-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:58:20.396Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "serviceName": "Demo_pNF_AIhBBShY6aTvgoKPFLJX",
  "serviceVersion": "1.0",
  "serviceUUID": "064fb3b0-a7f2-4b23-b21c-e6464f99ad0f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6d0eb47d-4cf7-453f-9058-1b3431029308",
  "resources": [
    {
      "resourceInstanceName": "pNF df7475a0-f29a 0",
      "resourceCustomizationUUID": "b0a88c4c-7213-4344-9bb6-9fc99f465cba",
      "resourceName": "pNF df7475a0-f29a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "943628ee-51a3-4198-b05f-a1d08694abf4",
      "resourceInvariantUUID": "8be5d7ba-5544-4d2e-95e1-45b6ad2bd8c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
      "artifactChecksum": "YjY5MjMwZTI3ZTc2MmE4M2IxOTcyZDg4MTliMmNlODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "01a6e799-fe99-4623-a56f-08b4dc35ed59"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:58:20.396Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:58:20.397Z|bb515267-4db8-471b-86ac-373cdbce1d0b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 064fb3b0-a7f2-4b23-b21c-e6464f99ad0f ASDC
2022-08-14T04:58:20.397Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0b7aff8a-e39d-4bf3-a335-38adcbcaf908
ServiceName:Demo_pNF_AIhBBShY6aTvgoKPFLJX
ServiceVersion:1.0
ServiceUUID:064fb3b0-a7f2-4b23-b21c-e6464f99ad0f
ServiceInvariantUUID:6d0eb47d-4cf7-453f-9058-1b3431029308
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
ArtifactUUID:01a6e799-fe99-4623-a56f-08b4dc35ed59
ArtifactChecksum:YjY5MjMwZTI3ZTc2MmE4M2IxOTcyZDg4MTliMmNlODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF df7475a0-f29a 0
ResourceCustomizationUUID:b0a88c4c-7213-4344-9bb6-9fc99f465cba
ResourceInvariantUUID:8be5d7ba-5544-4d2e-95e1-45b6ad2bd8c9
ResourceName:pNF df7475a0-f29a
ResourceType:PNF
ResourceUUID:943628ee-51a3-4198-b05f-a1d08694abf4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-14T04:58:20.397Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 064fb3b0-a7f2-4b23-b21c-e6464f99ad0f 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-08-14T04:58:20.440Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:58:20.441Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:58:20.442Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:58:20.442Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 01a6e799-fe99-4623-a56f-08b4dc35ed59 from URL: /sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:20.442Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:58:20.442Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:20.809Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:58:20.819Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar 01a6e799-fe99-4623-a56f-08b4dc35ed59 82664
2022-08-14T04:58:20.819Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar ASDC sendASDCNotification
2022-08-14T04:58:20.820Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:20.820Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:58:20.820Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:20.825Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:20.826Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453100819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:20.923Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-14T04:58:20.924Z||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-08-14T04:58:20.924Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:20.972Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:20.973Z||pool-80-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:21.827Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:58:21.828Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:58:21.828Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 01a6e799-fe99-4623-a56f-08b4dc35ed59, URL: /sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar to file: /app/ASDC/1/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:21.829Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:21.830Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:21.830Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:58:21.921Z||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-08-14T04:58:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:22.032Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1950308589513233825/Definitions/service-DemoPnfAihbbshy6atvgokpfljx-template.yml
2022-08-14T04:58:22.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:22.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453047562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453058394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.471Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453050625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453050809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453052035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453059626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.474Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453053699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453061180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453052866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453060631,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "cds",
  "timestamp": 1660453062203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-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-08-14T04:58:22.499Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
2022-08-14T04:58:22.500Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 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-08-14T04:58:22.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "policy-id",
  "timestamp": 1660453061635,
  "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-08-14T04:58:22.531Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
2022-08-14T04:58:22.532Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 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-08-14T04:58:22.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453061956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453063232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453064633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453064216,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453064241,
  "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-08-14T04:58:22.555Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
2022-08-14T04:58:22.555Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 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-08-14T04:58:22.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.588Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "aai-ml",
  "timestamp": 1660453065638,
  "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-08-14T04:58:22.614Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
2022-08-14T04:58:22.614Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 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-08-14T04:58:22.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453067219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "clamp",
  "timestamp": 1660453068223,
  "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-08-14T04:58:22.638Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
2022-08-14T04:58:22.638Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 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-08-14T04:58:22.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.662Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.663Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.663Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.664Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.664Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.665Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.666Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.666Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.667Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453071822,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.673Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453074402,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.674Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453075294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.675Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.675Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.676Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.676Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453075411,
  "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-08-14T04:58:22.692Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
2022-08-14T04:58:22.693Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 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-08-14T04:58:22.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "cds",
  "timestamp": 1660453076303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-14T04:58:22.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1198c2af-3138-474a-a6ce-fab63483cb64
2022-08-14T04:58:22.734Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1198c2af-3138-474a-a6ce-fab63483cb64 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-08-14T04:58:22.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.755Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453078818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.757Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453079824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "policy-id",
  "timestamp": 1660453080828,
  "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-08-14T04:58:22.770Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1198c2af-3138-474a-a6ce-fab63483cb64
2022-08-14T04:58:22.770Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1198c2af-3138-474a-a6ce-fab63483cb64 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-08-14T04:58:22.790Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453081933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.791Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.791Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.791Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.792Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.792Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.792Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.793Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.793Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453083282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453062868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.797Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453084796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453084027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.800Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.800Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.800Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.801Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453085407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.801Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453067036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453085881,
  "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-08-14T04:58:22.813Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1198c2af-3138-474a-a6ce-fab63483cb64
2022-08-14T04:58:22.814Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1198c2af-3138-474a-a6ce-fab63483cb64 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-08-14T04:58:22.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bb515267-4db8-471b-86ac-373cdbce1d0b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453086861,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:58:22.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453086886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453087044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453086985,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "cds",
  "timestamp": 1660453088051,
  "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-08-14T04:58:22.850Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49aea62b-f438-4160-af0e-c7e0598c1ac6
2022-08-14T04:58:22.850Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49aea62b-f438-4160-af0e-c7e0598c1ac6 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-08-14T04:58:22.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.896Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453087990,
  "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-08-14T04:58:22.905Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1198c2af-3138-474a-a6ce-fab63483cb64
2022-08-14T04:58:22.906Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1198c2af-3138-474a-a6ce-fab63483cb64 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-08-14T04:58:22.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453072866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453070625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453091128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:22.925Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453092133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.927Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-14T04:58:22.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "policy-id",
  "timestamp": 1660453093136,
  "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-08-14T04:58:22.936Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49aea62b-f438-4160-af0e-c7e0598c1ac6
2022-08-14T04:58:22.936Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49aea62b-f438-4160-af0e-c7e0598c1ac6 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-08-14T04:58:22.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453094272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:22.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:22.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:22.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:22.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:22.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "aai-ml",
  "timestamp": 1660453095279,
  "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-08-14T04:58:22.981Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1198c2af-3138-474a-a6ce-fab63483cb64
2022-08-14T04:58:22.982Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1198c2af-3138-474a-a6ce-fab63483cb64 and ComponentName AAI
2022-08-14T04:58:22.987Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:58:22.987Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:58:22.987Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.987Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-14T04:58:22.987Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.987Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF df7475a0-f29a 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-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:22.988Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:22.989Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Node template pNF df7475a0-f29a 0 is matching search criteria
2022-08-14T04:58:22.989Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:58:22.990Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF df7475a0-f29a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:58:22.990Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:22.990Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:22.990Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Node template pNF df7475a0-f29a 0 is matching search criteria
2022-08-14T04:58:22.990Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:58:22.990Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF df7475a0-f29a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:58:22.991Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:22.991Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:22.991Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:22.991Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:22.992Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:22.992Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:22.993Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:22.993Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:22.993Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:22.993Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:22.994Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_AIhBBShY6aTvgoKPFLJX
Description:catalog service description
Model UUID:064fb3b0-a7f2-4b23-b21c-e6464f99ad0f
Model Version:NULL
Model InvariantUuid:6d0eb47d-4cf7-453f-9058-1b3431029308
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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 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-08-14T04:58:23.007Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 943628ee-51a3-4198-b05f-a1d08694abf4
2022-08-14T04:58:23.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
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-08-14T04:58:23.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453073699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:23.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453097144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:23.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:23.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/resourceInstances/pnfdf7475a0f29a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.013Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||pNF df7475a0-f29a 0
2022-08-14T04:58:23.013Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 943628ee-51a3-4198-b05f-a1d08694abf4
2022-08-14T04:58:23.014Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 064fb3b0-a7f2-4b23-b21c-e6464f99ad0f
2022-08-14T04:58:23.014Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 064fb3b0-a7f2-4b23-b21c-e6464f99ad0f
2022-08-14T04:58:23.014Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF df7475a0-f29a 0 943628ee-51a3-4198-b05f-a1d08694abf4 ASDC
2022-08-14T04:58:23.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
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-08-14T04:58:23.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453098502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:23.019Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:23.019Z||pool-2-thread-7|||||DEBUG|500||received message from topic
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-08-14T04:58:23.019Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.021Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.021Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.021Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.022Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453098228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:23.022Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:23.022Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.022Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@277645c8, org.onap.sdc.toscaparser.api.parameters.Input@46a0772e, org.onap.sdc.toscaparser.api.parameters.Input@4fdef307, org.onap.sdc.toscaparser.api.parameters.Input@252b32d0, org.onap.sdc.toscaparser.api.parameters.Input@30667bb8]
2022-08-14T04:58:23.023Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:58:23.023Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:23.023Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.023Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:23.024Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 064fb3b0-a7f2-4b23-b21c-e6464f99ad0f: pNF df7475a0-f29a
2022-08-14T04:58:23.024Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.024Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||Processing PNF resource: 943628ee-51a3-4198-b05f-a1d08694abf4
2022-08-14T04:58:23.024Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:58:23.024Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.024Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_AIhBBShY6aTvgoKPFLJX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:58:23.025Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.025Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||Resource customization UUID: b0a88c4c-7213-4344-9bb6-9fc99f465cba is the same as notified resource customizationUUID: b0a88c4c-7213-4344-9bb6-9fc99f465cba
2022-08-14T04:58:23.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453099849,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:23.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:23.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
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=?
2022-08-14T04:58:23.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453100819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:23.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:23.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453101183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:58:23.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:23.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453100240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:23.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T04:58:23.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T04:58:23.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:58:23.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:23.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
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-08-14T04:58:23.144Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF df7475a0-f29a 943628ee-51a3-4198-b05f-a1d08694abf4 0 ASDC deployResourceStructure
2022-08-14T04:58:23.145Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar ASDC sendASDCNotification
2022-08-14T04:58:23.145Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar
2022-08-14T04:58:23.145Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:58:23.146Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:23.148Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:23.148Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453103145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:58:23.248Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:23.250Z||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-08-14T04:58:23.250Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:23.279Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:23.279Z||pool-81-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:24.150Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:58:24.169Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0b7aff8a-e39d-4bf3-a335-38adcbcaf908
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:58:24.176Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:58:24.177Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:58:24.177Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:58:24.177Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:58:24.178Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:58:24.178Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:58:24.178Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:58:24.178Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:58:24.178Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:58:24.178Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:58:24.178Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:58:24.179Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-08-14T04:58:24.186Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:58:54.187Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 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-08-14T04:58:54.195Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 and serviceModelVersionId: 064fb3b0-a7f2-4b23-b21c-e6464f99ad0f
2022-08-14T04:58:54.196Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d0eb47d-4cf7-453f-9058-1b3431029308
2022-08-14T04:58:54.197Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0
2022-08-14T04:58:54.201Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:58:54.262Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0|INFO|500||Invoke
2022-08-14T04:58:54.263Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0b7aff8a-e39d-4bf3-a335-38adcbcaf908], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7fe4358b-44ab-48e4-850c-ba0073eec63b], X-ECOMP-RequestID=[0b7aff8a-e39d-4bf3-a335-38adcbcaf908], X-TransactionId=[], X-ONAP-RequestID=[0b7aff8a-e39d-4bf3-a335-38adcbcaf908], Content-Type=[application/merge-patch+json]}
2022-08-14T04:58:54.290Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T04:58:54.541Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?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/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220814-04:58:53:949-98630], vertex-id=[413720], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:58:53 GMT], Content-Type=[application/json]}
2022-08-14T04:58:54.542Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:58:54.543Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0eb47d-4cf7-453f-9058-1b3431029308/model-vers/model-ver/064fb3b0-a7f2-4b23-b21c-e6464f99ad0f?depth=0|INFO|500||InvokeReturn
2022-08-14T04:58:54.544Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:58:54.544Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-08-14T04:58:54.554Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|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-08-14T04:58:54.555Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0b7aff8a-e39d-4bf3-a335-38adcbcaf908 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:58:54.555Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:58:54.556Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:54.559Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:54.560Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453134555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:58:54.659Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:58:54.661Z||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-08-14T04:58:54.661Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:54.692Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:54.693Z||pool-82-thread-1|||||INFO|500||cambria reply ok (33 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-08-14T04:58:55.585Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T04:58:55.585Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1198c2af-3138-474a-a6ce-fab63483cb64","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"be80a249-97a8-4a90-a0d4-75af42ea9672","serviceDescription":"service","serviceInvariantUUID":"be8e23b9-fff1-4d74-8e4e-b90c7a6ef975","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c718da84-7f91-4712-8d6b-177290c21129","resourceInvariantUUID":"30588b46-aa13-4f78-af38-cfc494bb027d","resourceCustomizationUUID":"33f7624e-f0e7-481c-9ad6-21a40ce34ef8","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":"ZGRjMzY5ZDlmNjVjOGQwZjE5MmM4ZjlkOTNkZjcxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"052d6eb5-0720-456c-a519-b82e4138d797","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":"ZmY2NjUzMzE2YzliYjIwNTkxYzg4ZmM2NGE2NzRkYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"560938f4-05a2-41bf-8a59-c770dbfb3a29","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":"865c04b3-6972-414a-9de2-0460191da208","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":"8ce934d7-46d4-423f-88fd-6656f977a34f","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":"3299661c-e55d-447c-98ac-113ca385b36e","artifactVersion":"2","generatedFromUUID":"865c04b3-6972-414a-9de2-0460191da208"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWQ0ZjRkODE4MTMzN2VjZGI3OTQzNmZmNmYzODBjNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"56041191-5f61-4d7e-a650-660161f4c836","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjkzYjAyYzliOTY1YjU5ODJkMGNiMDU0YWJlNTU1ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cc7c361c-8ebd-441e-82b5-b5137d17b5d3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:58:55.586Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:55.587Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:55.589Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:55.589Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:55.690Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:58:55.691Z||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-08-14T04:58:55.691Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:55.729Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:55.729Z||pool-83-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:56.590Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:56.591Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:56.594Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:56.594Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:58:56.694Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:56.695Z||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-08-14T04:58:56.696Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:56.715Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:56.716Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:57.595Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:57.596Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:57.598Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:57.599Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:58:57.699Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:57.700Z||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-08-14T04:58:57.701Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:57.719Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:57.720Z||pool-85-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:58.600Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:58.600Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:58.602Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:58.603Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:58:58.703Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:58.704Z||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-08-14T04:58:58.704Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:58.758Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:58.759Z||pool-86-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:58:59.603Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:58:59.604Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:58:59.607Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:58:59.607Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-14T04:58:59.707Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:58:59.708Z||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-08-14T04:58:59.708Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:58:59.729Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:58:59.730Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:00.608Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:00.608Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:00.610Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:00.611Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:59:00.711Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:00.712Z||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-08-14T04:59:00.712Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:00.732Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:00.733Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:01.611Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:01.613Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:01.616Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:01.616Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:59:01.716Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:01.717Z||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-08-14T04:59:01.717Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:01.738Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:01.739Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:02.618Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "be80a249-97a8-4a90-a0d4-75af42ea9672",
  "serviceDescription": "service",
  "serviceInvariantUUID": "be8e23b9-fff1-4d74-8e4e-b90c7a6ef975",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "33f7624e-f0e7-481c-9ad6-21a40ce34ef8",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c718da84-7f91-4712-8d6b-177290c21129",
      "resourceInvariantUUID": "30588b46-aa13-4f78-af38-cfc494bb027d",
      "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": "ZmY2NjUzMzE2YzliYjIwNTkxYzg4ZmM2NGE2NzRkYjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "560938f4-05a2-41bf-8a59-c770dbfb3a29",
          "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": "865c04b3-6972-414a-9de2-0460191da208",
          "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": "3299661c-e55d-447c-98ac-113ca385b36e",
            "generatedFromUUID": "865c04b3-6972-414a-9de2-0460191da208"
          },
          "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": "3299661c-e55d-447c-98ac-113ca385b36e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjkzYjAyYzliOTY1YjU5ODJkMGNiMDU0YWJlNTU1ZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cc7c361c-8ebd-441e-82b5-b5137d17b5d3"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:59:02.618Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:59:02.618Z|0b7aff8a-e39d-4bf3-a335-38adcbcaf908|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 be80a249-97a8-4a90-a0d4-75af42ea9672 ASDC
2022-08-14T04:59:02.619Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1198c2af-3138-474a-a6ce-fab63483cb64
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:be80a249-97a8-4a90-a0d4-75af42ea9672
ServiceInvariantUUID:be8e23b9-fff1-4d74-8e4e-b90c7a6ef975
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:cc7c361c-8ebd-441e-82b5-b5137d17b5d3
ArtifactChecksum:NjkzYjAyYzliOTY1YjU5ODJkMGNiMDU0YWJlNTU1ZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:33f7624e-f0e7-481c-9ad6-21a40ce34ef8
ResourceInvariantUUID:30588b46-aa13-4f78-af38-cfc494bb027d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c718da84-7f91-4712-8d6b-177290c21129
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:560938f4-05a2-41bf-8a59-c770dbfb3a29
ArtifactChecksum:ZmY2NjUzMzE2YzliYjIwNTkxYzg4ZmM2NGE2NzRkYjc=
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:865c04b3-6972-414a-9de2-0460191da208
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:3299661c-e55d-447c-98ac-113ca385b36e
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:3299661c-e55d-447c-98ac-113ca385b36e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T04:59:02.619Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF be80a249-97a8-4a90-a0d4-75af42ea9672 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-08-14T04:59:02.851Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:59:02.852Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:59:02.852Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:59:02.853Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cc7c361c-8ebd-441e-82b5-b5137d17b5d3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-14T04:59:02.853Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:59:02.853Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-14T04:59:03.196Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:59:03.203Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar cc7c361c-8ebd-441e-82b5-b5137d17b5d3 71055
2022-08-14T04:59:03.203Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-14T04:59:03.204Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-14T04:59:03.204Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:59:03.204Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:03.207Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:03.207Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453143203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:59:03.307Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:03.308Z||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-08-14T04:59:03.308Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:03.333Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:03.334Z||pool-90-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:04.208Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:59:04.209Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:59:04.209Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: cc7c361c-8ebd-441e-82b5-b5137d17b5d3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-14T04:59:04.209Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-14T04:59:04.210Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-14T04:59:04.210Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-14T04:59:04.400Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10546303701440675326/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-08-14T04:59:06.217Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:59:06.217Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:59:06.217Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|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-BasicVm-csar.csar
2022-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|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-BasicVm-csar.csar
2022-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:06.218Z|1198c2af-3138-474a-a6ce-fab63483cb64|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-BasicVm-csar.csar
2022-08-14T04:59:06.219Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:06.219Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-14T04:59:06.219Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:59:06.219Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.219Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:06.219Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:06.220Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:59:06.220Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:59:06.220Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.220Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:06.221Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:06.221Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:59:06.221Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:59:06.221Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.221Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:06.222Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.222Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-14T04:59:06.222Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-14T04:59:06.222Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-14T04:59:06.222Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-14T04:59:06.222Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-14T04:59:06.223Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:59:06.223Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.223Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:59:06.223Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.223Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:06.223Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:06.224Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.224Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:06.224Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:06.224Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.224Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:06.225Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:06.225Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.225Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-14T04:59:06.225Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-14T04:59:06.225Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-14T04:59:06.226Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ff70b815-4345-4c22-b633-95ad882de587
2022-08-14T04:59:06.226Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.226Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:06.226Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.226Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:06.227Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.227Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:06.227Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:06.227Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:06.227Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:be80a249-97a8-4a90-a0d4-75af42ea9672
Model Version:NULL
Model InvariantUuid:be8e23b9-fff1-4d74-8e4e-b90c7a6ef975
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3bb11005-b4c9-4ed3-bd9c-a0349749d8a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:30588b46-aa13-4f78-af38-cfc494bb027d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:33f7624e-f0e7-481c-9ad6-21a40ce34ef8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7a5e63e8-306d-45fa-b813-7d7efd48a247
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:98b7edc8-23c9-476c-b126-e05f77eb0555
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ff70b815-4345-4c22-b633-95ad882de587
ModelInvariantUuid:a6ed068e-b9a2-4b7d-8e05-15a58f28a267
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:dbd483f3-d5b3-4802-9901-b8ad4521f232
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2739975c-d2db-4302-b00e-678cab8b1c1a
ModelInvariantUuid:a17f81cf-7c04-4574-a119-743db182f352
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9db153c9-e550-41d0-a00b-a2655c8c48e5
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-08-14T04:59:06.237Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c718da84-7f91-4712-8d6b-177290c21129
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-08-14T04:59:06.241Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||basic_vm 0
2022-08-14T04:59:06.242Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c718da84-7f91-4712-8d6b-177290c21129
2022-08-14T04:59:06.242Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 560938f4-05a2-41bf-8a59-c770dbfb3a29 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-14T04:59:06.242Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:59:06.242Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:06.411Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:59:06.412Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 560938f4-05a2-41bf-8a59-c770dbfb3a29 787
2022-08-14T04:59:06.412Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:06.413Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:06.413Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:59:06.413Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:06.415Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:06.415Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453146412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:59:06.516Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:06.517Z||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-08-14T04:59:06.517Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:06.549Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:06.550Z||pool-91-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:07.416Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7a5e63e8-306d-45fa-b813-7d7efd48a247",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98b7edc8-23c9-476c-b126-e05f77eb0555",
    "vfModuleModelCustomizationUUID": "f9d3939d-8e6c-4bf4-9a5b-60ae5797e797",
    "isBase": true,
    "artifacts": [
      "865c04b3-6972-414a-9de2-0460191da208",
      "3299661c-e55d-447c-98ac-113ca385b36e"
    ],
    "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-08-14T04:59:07.423Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98b7edc8-23c9-476c-b126-e05f77eb0555
VfModuleModelInvariantUUID:7a5e63e8-306d-45fa-b813-7d7efd48a247
VfModuleModelDescription:NULL
Artifacts UUID List:{
865c04b3-6972-414a-9de2-0460191da208
,
3299661c-e55d-447c-98ac-113ca385b36e

}
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-08-14T04:59:07.427Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7a5e63e8-306d-45fa-b813-7d7efd48a247",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "98b7edc8-23c9-476c-b126-e05f77eb0555",
    "vfModuleModelCustomizationUUID": "f9d3939d-8e6c-4bf4-9a5b-60ae5797e797",
    "isBase": true,
    "artifacts": [
      "865c04b3-6972-414a-9de2-0460191da208",
      "3299661c-e55d-447c-98ac-113ca385b36e"
    ],
    "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-08-14T04:59:07.427Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98b7edc8-23c9-476c-b126-e05f77eb0555
VfModuleModelInvariantUUID:7a5e63e8-306d-45fa-b813-7d7efd48a247
VfModuleModelDescription:NULL
Artifacts UUID List:{
865c04b3-6972-414a-9de2-0460191da208
,
3299661c-e55d-447c-98ac-113ca385b36e

}
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-08-14T04:59:07.427Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 865c04b3-6972-414a-9de2-0460191da208 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-14T04:59:07.427Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:59:07.428Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:07.543Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:59:07.543Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 865c04b3-6972-414a-9de2-0460191da208 5033
2022-08-14T04:59:07.544Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:07.544Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:07.544Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:59:07.544Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:07.546Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:07.547Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453147544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:59:07.647Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:07.648Z||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-08-14T04:59:07.648Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:07.680Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:07.681Z||pool-92-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:08.547Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3299661c-e55d-447c-98ac-113ca385b36e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-14T04:59:08.549Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:59:08.549Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:08.777Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:59:08.778Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3299661c-e55d-447c-98ac-113ca385b36e 903
2022-08-14T04:59:08.778Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:08.778Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:08.778Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:59:08.778Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:08.780Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:08.781Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453148778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:59:08.881Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:08.882Z||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-08-14T04:59:08.882Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:08.901Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:08.901Z||pool-93-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:09.781Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: be80a249-97a8-4a90-a0d4-75af42ea9672
2022-08-14T04:59:09.782Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c718da84-7f91-4712-8d6b-177290c21129 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-08-14T04:59:09.806Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ee1cbbb, org.onap.sdc.toscaparser.api.parameters.Input@35879d79, org.onap.sdc.toscaparser.api.parameters.Input@21e81ae9, org.onap.sdc.toscaparser.api.parameters.Input@8fe9b57, org.onap.sdc.toscaparser.api.parameters.Input@581225e0]
2022-08-14T04:59:09.808Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.809Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.809Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-14T04:59:09.809Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 33f7624e-f0e7-481c-9ad6-21a40ce34ef8
2022-08-14T04:59:09.809Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 33f7624e-f0e7-481c-9ad6-21a40ce34ef8 matches Tosca VF Customization UUID: 33f7624e-f0e7-481c-9ad6-21a40ce34ef8
2022-08-14T04:59:09.809Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 33f7624e-f0e7-481c-9ad6-21a40ce34ef8  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-08-14T04:59:09.813Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.813Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.814Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 33f7624e-f0e7-481c-9ad6-21a40ce34ef8: {\"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-08-14T04:59:09.814Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c71713a
2022-08-14T04:59:09.815Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.815Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:59:09.815Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9d3939d-8e6c-4bf4-9a5b-60ae5797e797
2022-08-14T04:59:09.815Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9d3939d-8e6c-4bf4-9a5b-60ae5797e797
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-08-14T04:59:09.819Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.820Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:09.820Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:09.821Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.821Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:09.821Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:09.821Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.822Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-14T04:59:09.822Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-14T04:59:09.822Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-14T04:59:09.822Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ff70b815-4345-4c22-b633-95ad882de587
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-08-14T04:59:09.827Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.827Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:09.827Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:09.828Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.828Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-14T04:59:09.828Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=33f7624e-f0e7-481c-9ad6-21a40ce34ef8
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-08-14T04:59:09.831Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.831Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.831Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid be80a249-97a8-4a90-a0d4-75af42ea9672: basic_vm
2022-08-14T04:59:09.832Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.832Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.832Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.832Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.833Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.833Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.833Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.833Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.833Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:09.834Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:09.834Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:09.981Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c718da84-7f91-4712-8d6b-177290c21129 1 ASDC deployResourceStructure
2022-08-14T04:59:09.981Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:09.982Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:09.982Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:59:09.982Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:09.985Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:09.985Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453149981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T04:59:10.085Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:10.086Z||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-08-14T04:59:10.086Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:10.114Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:10.115Z||pool-94-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:10.989Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:10.989Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:10.989Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:59:10.990Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:10.994Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:10.994Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453150989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T04:59:11.093Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:59:11.094Z||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-08-14T04:59:11.094Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:11.123Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:11.124Z||pool-95-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:11.996Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:11.996Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||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-08-14T04:59:11.997Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:59:11.997Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:11.999Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:11.999Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453151996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-14T04:59:12.099Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:12.101Z||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-08-14T04:59:12.101Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:12.122Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:12.122Z||pool-96-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:13.001Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-14T04:59:13.001Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-14T04:59:13.001Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T04:59:13.001Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:13.004Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:13.004Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453153000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T04:59:13.104Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:13.106Z||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-08-14T04:59:13.106Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:13.128Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:13.129Z||pool-97-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:14.006Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1198c2af-3138-474a-a6ce-fab63483cb64
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T04:59:14.055Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1198c2af-3138-474a-a6ce-fab63483cb64
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T04:59:14.061Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T04:59:14.061Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T04:59:14.062Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T04:59:14.062Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T04:59:14.062Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:59:14.062Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:59:14.062Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:59:14.063Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:59:14.063Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T04:59:14.063Z|1198c2af-3138-474a-a6ce-fab63483cb64|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-08-14T04:59:14.072Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T04:59:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T04:59:21.922Z||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-08-14T04:59:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:21.974Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:21.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T04:59:21.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "clamp",
  "timestamp": 1660453101246,
  "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-08-14T04:59:21.994Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1198c2af-3138-474a-a6ce-fab63483cb64
2022-08-14T04:59:21.994Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1198c2af-3138-474a-a6ce-fab63483cb64 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-08-14T04:59:44.073Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1198c2af-3138-474a-a6ce-fab63483cb64 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-08-14T04:59:44.087Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1198c2af-3138-474a-a6ce-fab63483cb64 and serviceModelVersionId: be80a249-97a8-4a90-a0d4-75af42ea9672
2022-08-14T04:59:44.087Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : be8e23b9-fff1-4d74-8e4e-b90c7a6ef975
2022-08-14T04:59:44.088Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0
2022-08-14T04:59:44.094Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T04:59:44.147Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0|INFO|500||Invoke
2022-08-14T04:59:44.148Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1198c2af-3138-474a-a6ce-fab63483cb64], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[398a2c87-5e20-40bb-8013-c608bc838871], X-ECOMP-RequestID=[1198c2af-3138-474a-a6ce-fab63483cb64], X-TransactionId=[], X-ONAP-RequestID=[1198c2af-3138-474a-a6ce-fab63483cb64], Content-Type=[application/merge-patch+json]}
2022-08-14T04:59:44.177Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T04:59:44.397Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?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/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220814-04:59:43:835-78005], vertex-id=[516208], Content-Length=[0], Date=[Sun, 14 Aug 2022 04:59:43 GMT], Content-Type=[application/json]}
2022-08-14T04:59:44.398Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T04:59:44.399Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/be8e23b9-fff1-4d74-8e4e-b90c7a6ef975/model-vers/model-ver/be80a249-97a8-4a90-a0d4-75af42ea9672?depth=0|INFO|500||InvokeReturn
2022-08-14T04:59:44.399Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T04:59:44.401Z|1198c2af-3138-474a-a6ce-fab63483cb64|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-08-14T04:59:44.413Z|1198c2af-3138-474a-a6ce-fab63483cb64|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-08-14T04:59:44.413Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1198c2af-3138-474a-a6ce-fab63483cb64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T04:59:44.413Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T04:59:44.414Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:44.417Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:44.418Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453184413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T04:59:44.518Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:44.519Z||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-08-14T04:59:44.519Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:44.558Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:44.559Z||pool-98-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":2,"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-08-14T04:59:45.437Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T04:59:45.437Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"49aea62b-f438-4160-af0e-c7e0598c1ac6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"53ff5f42-b569-494d-91a6-96087343f2c4","serviceDescription":"service","serviceInvariantUUID":"40c7dd93-d7bc-4d31-9c9b-891180cbc262","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e01a422-863e-4ae3-9ca2-0f612ece3ab0","resourceInvariantUUID":"ee26ef27-9c8f-40c6-945b-4f31b77df661","resourceCustomizationUUID":"f3f1dba4-c207-4161-b6f4-fd619485386b","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":"NjgzODdiNGYxODIxZTFlNGRiMWFjYzc4YzkyYjIzZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c341306a-9917-4412-b2f0-a46ce80f5e22","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":"6fae1010-3376-4d84-85b8-7198cbaffef0","artifactVersion":"2","generatedFromUUID":"8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3"},{"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":"8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3","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":"NzgzMTlkMTkxNDZkYTlkY2YxNjFmZWUxMDcxMjM0ZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c29ff79-90d4-48a1-aab9-609f8d485113","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":"ce81e772-5fa1-4e72-a183-f57db99f3440","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":"d6580a95-8d0b-43fe-902b-66b638487767","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":"5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd","artifactVersion":"2","generatedFromUUID":"ce81e772-5fa1-4e72-a183-f57db99f3440"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2NiYzgxOGUxZjI3MjcxNTZkNmJlMjEzNmNkZDc1M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a027b6d-0f5b-4403-9767-4df8e1bc8aaf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTNhMzliNWI4NmNiN2Q1YWEwMTkwMWQzNDQ5ZjJlNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6f7f95e7-8084-4e4f-b823-171520169c28","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T04:59:45.438Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:45.438Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:45.441Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:45.441Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:59:45.541Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:45.542Z||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-08-14T04:59:45.543Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:45.561Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:45.561Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:46.441Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:46.442Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:46.444Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:46.445Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-14T04:59:46.545Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:46.546Z||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-08-14T04:59:46.546Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:46.566Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:46.566Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:47.448Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:47.450Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:47.453Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:47.453Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-14T04:59:47.553Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:47.554Z||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-08-14T04:59:47.554Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:47.574Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:47.574Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:48.453Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:48.454Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:48.458Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:48.458Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T04:59:48.558Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:48.559Z||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-08-14T04:59:48.559Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:48.579Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:48.579Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:49.459Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:49.460Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:49.463Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:49.464Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-14T04:59:49.564Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T04:59:49.565Z||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-08-14T04:59:49.565Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:49.587Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:49.588Z||pool-103-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:50.464Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:50.466Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:50.469Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:50.469Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:59:50.569Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:50.571Z||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-08-14T04:59:50.571Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:50.594Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:50.595Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:51.470Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:51.471Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:51.473Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:51.473Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-14T04:59:51.574Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T04:59:51.575Z||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-08-14T04:59:51.575Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:51.603Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:51.604Z||pool-105-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:52.474Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:52.475Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:52.477Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:52.478Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T04:59:52.578Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:52.579Z||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-08-14T04:59:52.579Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:52.636Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:52.637Z||pool-106-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-08-14T04:59:53.478Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T04:59:53.479Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:53.482Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:53.482Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T04:59:53.582Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:53.584Z||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-08-14T04:59:53.584Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:53.612Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:53.613Z||pool-107-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:54.484Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "53ff5f42-b569-494d-91a6-96087343f2c4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "40c7dd93-d7bc-4d31-9c9b-891180cbc262",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f3f1dba4-c207-4161-b6f4-fd619485386b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4e01a422-863e-4ae3-9ca2-0f612ece3ab0",
      "resourceInvariantUUID": "ee26ef27-9c8f-40c6-945b-4f31b77df661",
      "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": "6fae1010-3376-4d84-85b8-7198cbaffef0",
          "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": "8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3",
          "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": "NzgzMTlkMTkxNDZkYTlkY2YxNjFmZWUxMDcxMjM0ZWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c29ff79-90d4-48a1-aab9-609f8d485113",
          "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": "ce81e772-5fa1-4e72-a183-f57db99f3440",
          "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": "5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd",
            "generatedFromUUID": "ce81e772-5fa1-4e72-a183-f57db99f3440"
          },
          "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": "5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTNhMzliNWI4NmNiN2Q1YWEwMTkwMWQzNDQ5ZjJlNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6f7f95e7-8084-4e4f-b823-171520169c28"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T04:59:54.484Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T04:59:54.484Z|1198c2af-3138-474a-a6ce-fab63483cb64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 53ff5f42-b569-494d-91a6-96087343f2c4 ASDC
2022-08-14T04:59:54.485Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:49aea62b-f438-4160-af0e-c7e0598c1ac6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:53ff5f42-b569-494d-91a6-96087343f2c4
ServiceInvariantUUID:40c7dd93-d7bc-4d31-9c9b-891180cbc262
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:6f7f95e7-8084-4e4f-b823-171520169c28
ArtifactChecksum:NTNhMzliNWI4NmNiN2Q1YWEwMTkwMWQzNDQ5ZjJlNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f3f1dba4-c207-4161-b6f4-fd619485386b
ResourceInvariantUUID:ee26ef27-9c8f-40c6-945b-4f31b77df661
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4e01a422-863e-4ae3-9ca2-0f612ece3ab0
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:6fae1010-3376-4d84-85b8-7198cbaffef0
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:8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3
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:3c29ff79-90d4-48a1-aab9-609f8d485113
ArtifactChecksum:NzgzMTlkMTkxNDZkYTlkY2YxNjFmZWUxMDcxMjM0ZWU=
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:ce81e772-5fa1-4e72-a183-f57db99f3440
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:5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd
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:5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T04:59:54.485Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53ff5f42-b569-494d-91a6-96087343f2c4 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-08-14T04:59:54.549Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:59:54.550Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:59:54.551Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:59:54.551Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f7f95e7-8084-4e4f-b823-171520169c28 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-14T04:59:54.551Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T04:59:54.551Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-14T04:59:54.649Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T04:59:54.653Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6f7f95e7-8084-4e4f-b823-171520169c28 68961
2022-08-14T04:59:54.653Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-14T04:59:54.653Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-14T04:59:54.653Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T04:59:54.654Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T04:59:54.656Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T04:59:54.656Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453194653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T04:59:54.756Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T04:59:54.758Z||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-08-14T04:59:54.758Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T04:59:54.781Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T04:59:54.782Z||pool-108-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-14T04:59:55.656Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T04:59:55.658Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T04:59:55.658Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6f7f95e7-8084-4e4f-b823-171520169c28, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-14T04:59:55.658Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-14T04:59:55.659Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-14T04:59:55.659Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-14T04:59:55.810Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8565449822457070709/Definitions/service-BasicCnf-template.yml
2022-08-14T04:59:57.291Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T04:59:57.292Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:59:57.292Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-14T04:59:57.292Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-14T04:59:57.292Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T04:59:57.293Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T04:59:57.293Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-BasicCnf-csar.csar
2022-08-14T04:59:57.293Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T04:59:57.293Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T04:59:57.293Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.294Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:57.294Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T04:59:57.294Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:59:57.294Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:59:57.295Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.295Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:57.295Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T04:59:57.295Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T04:59:57.295Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T04:59:57.296Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.296Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:57.296Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.296Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-14T04:59:57.296Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-14T04:59:57.296Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-14T04:59:57.296Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T04:59:57.297Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.297Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T04:59:57.297Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.297Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T04:59:57.297Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:57.298Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.298Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T04:59:57.298Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:57.299Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.299Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T04:59:57.299Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T04:59:57.299Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.299Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-14T04:59:57.300Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-14T04:59:57.300Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=769fbcbb-0413-405b-a9d1-641c4308e467
2022-08-14T04:59:57.300Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.300Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:57.301Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.301Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:57.301Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.301Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:57.302Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T04:59:57.302Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T04:59:57.302Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:53ff5f42-b569-494d-91a6-96087343f2c4
Model Version:NULL
Model InvariantUuid:40c7dd93-d7bc-4d31-9c9b-891180cbc262
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f7da1b5f-238f-4c47-8b8f-bcb13c495175
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ee26ef27-9c8f-40c6-945b-4f31b77df661
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f3f1dba4-c207-4161-b6f4-fd619485386b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5bfdcd53-62d4-4503-97fb-5e621589b757
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:63fc7011-3595-4c04-a257-db3b072a3fed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:769fbcbb-0413-405b-a9d1-641c4308e467
ModelInvariantUuid:1b54108c-8fee-46ae-a1ec-d0615ca0cb03
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:065366f8-8c94-4fe8-a3f9-01552f460e63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ae1c2dd7-2a79-415b-9669-2009ac51890e
ModelInvariantUuid:9624a4cd-e8bb-4c4e-a703-cf8554745f3f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:7acd2e7d-17da-42af-9206-9d6a3a5d3ab2
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-08-14T05:00:03.973Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e01a422-863e-4ae3-9ca2-0f612ece3ab0
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-08-14T05:00:04.027Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||basic_cnf 0
2022-08-14T05:00:04.028Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e01a422-863e-4ae3-9ca2-0f612ece3ab0
2022-08-14T05:00:04.028Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6fae1010-3376-4d84-85b8-7198cbaffef0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-14T05:00:04.028Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:00:04.028Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:04.194Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:00:04.194Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6fae1010-3376-4d84-85b8-7198cbaffef0 12
2022-08-14T05:00:04.195Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:04.195Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:04.195Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:00:04.195Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:04.197Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:04.197Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453204195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:00:04.297Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:00:04.299Z||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-08-14T05:00:04.299Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:04.325Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:04.326Z||pool-109-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:00:05.198Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-14T05:00:05.199Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:00:05.200Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:05.441Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:00:05.442Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3 2688
2022-08-14T05:00:05.443Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:05.443Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:05.443Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:00:05.444Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:05.447Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:05.447Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453205443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:00:05.547Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:00:05.548Z||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-08-14T05:00:05.548Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:05.571Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:05.571Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:00:06.449Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c29ff79-90d4-48a1-aab9-609f8d485113 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-14T05:00:06.449Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:00:06.450Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:06.643Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:00:06.644Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 3c29ff79-90d4-48a1-aab9-609f8d485113 828
2022-08-14T05:00:06.644Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:06.644Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:06.644Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:00:06.645Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:06.647Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:06.647Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453206644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:00:06.747Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:00:06.748Z||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-08-14T05:00:06.749Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:06.769Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:06.770Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:00:07.648Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5bfdcd53-62d4-4503-97fb-5e621589b757",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63fc7011-3595-4c04-a257-db3b072a3fed",
    "vfModuleModelCustomizationUUID": "bea58264-37ae-4933-8146-bc8c29a95e6f",
    "isBase": true,
    "artifacts": [
      "ce81e772-5fa1-4e72-a183-f57db99f3440",
      "8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3",
      "5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd"
    ],
    "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-08-14T05:00:07.654Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63fc7011-3595-4c04-a257-db3b072a3fed
VfModuleModelInvariantUUID:5bfdcd53-62d4-4503-97fb-5e621589b757
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce81e772-5fa1-4e72-a183-f57db99f3440
,
8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3
,
5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd

}
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-08-14T05:00:07.658Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5bfdcd53-62d4-4503-97fb-5e621589b757",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "63fc7011-3595-4c04-a257-db3b072a3fed",
    "vfModuleModelCustomizationUUID": "bea58264-37ae-4933-8146-bc8c29a95e6f",
    "isBase": true,
    "artifacts": [
      "ce81e772-5fa1-4e72-a183-f57db99f3440",
      "8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3",
      "5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd"
    ],
    "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-08-14T05:00:07.658Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63fc7011-3595-4c04-a257-db3b072a3fed
VfModuleModelInvariantUUID:5bfdcd53-62d4-4503-97fb-5e621589b757
VfModuleModelDescription:NULL
Artifacts UUID List:{
ce81e772-5fa1-4e72-a183-f57db99f3440
,
8ec4dc6e-068d-43b5-ae9b-a259ce2cd9e3
,
5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd

}
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-08-14T05:00:07.658Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ce81e772-5fa1-4e72-a183-f57db99f3440 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-14T05:00:07.659Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:00:07.659Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:07.784Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:00:07.785Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ce81e772-5fa1-4e72-a183-f57db99f3440 1164
2022-08-14T05:00:07.786Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:07.786Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:07.786Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:00:07.786Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:07.789Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:07.789Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453207786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:00:07.889Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:00:07.890Z||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-08-14T05:00:07.890Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:07.922Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:07.923Z||pool-112-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:00:08.790Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-14T05:00:08.791Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:00:08.791Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:09.050Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:00:09.051Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5e5ab70f-3e96-4f58-ac8f-a021c4aa07cd 200
2022-08-14T05:00:09.051Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:09.051Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:09.052Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:00:09.052Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:09.054Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:09.054Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453209051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:00:09.154Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:00:09.155Z||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-08-14T05:00:09.156Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:09.182Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:09.183Z||pool-113-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:00:10.055Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 53ff5f42-b569-494d-91a6-96087343f2c4
2022-08-14T05:00:10.056Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4e01a422-863e-4ae3-9ca2-0f612ece3ab0 ASDC
2022-08-14T05:00:10.070Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-14T05:00:10.090Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45173761, org.onap.sdc.toscaparser.api.parameters.Input@a3cd64, org.onap.sdc.toscaparser.api.parameters.Input@64f88bd7, org.onap.sdc.toscaparser.api.parameters.Input@9058f4e, org.onap.sdc.toscaparser.api.parameters.Input@75d51d30]
2022-08-14T05:00:10.092Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.092Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.093Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-14T05:00:10.093Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f3f1dba4-c207-4161-b6f4-fd619485386b
2022-08-14T05:00:10.093Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3f1dba4-c207-4161-b6f4-fd619485386b matches Tosca VF Customization UUID: f3f1dba4-c207-4161-b6f4-fd619485386b
2022-08-14T05:00:10.094Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f3f1dba4-c207-4161-b6f4-fd619485386b  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-08-14T05:00:10.097Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.098Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.099Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f3f1dba4-c207-4161-b6f4-fd619485386b: {\"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-08-14T05:00:10.100Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e5f3756
2022-08-14T05:00:10.100Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.101Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T05:00:10.101Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bea58264-37ae-4933-8146-bc8c29a95e6f
2022-08-14T05:00:10.101Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bea58264-37ae-4933-8146-bc8c29a95e6f
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-08-14T05:00:10.105Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.106Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T05:00:10.106Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:00:10.106Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.107Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T05:00:10.107Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:00:10.108Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.108Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-14T05:00:10.108Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-14T05:00:10.108Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=769fbcbb-0413-405b-a9d1-641c4308e467
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-08-14T05:00:10.111Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.112Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T05:00:10.112Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:00:10.112Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.113Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-14T05:00:10.113Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f3f1dba4-c207-4161-b6f4-fd619485386b
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-08-14T05:00:10.115Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.115Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.116Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 53ff5f42-b569-494d-91a6-96087343f2c4: basic_cnf
2022-08-14T05:00:10.116Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.116Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.117Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.117Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.117Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.118Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.118Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.119Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.119Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:00:10.120Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:00:10.120Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:10.223Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4e01a422-863e-4ae3-9ca2-0f612ece3ab0 1 ASDC deployResourceStructure
2022-08-14T05:00:10.227Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:10.227Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:10.228Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-14T05:00:10.228Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:10.231Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:10.231Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453210225,
  "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-08-14T05:00:10.331Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:00:10.332Z||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-08-14T05:00:10.333Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:10.366Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:10.368Z||pool-114-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:00:11.233Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:11.234Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:11.234Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-14T05:00:11.234Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:11.237Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:11.237Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453211232,
  "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-08-14T05:00:11.337Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:00:11.338Z||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-08-14T05:00:11.338Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:11.364Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:11.365Z||pool-115-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:00:12.238Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:12.238Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:12.239Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:00:12.239Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:12.243Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:12.243Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453212238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:00:12.343Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:00:12.344Z||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-08-14T05:00:12.344Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:12.390Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:12.390Z||pool-116-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:00:13.244Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:13.244Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:13.245Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:00:13.245Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:13.248Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:13.248Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:00:13.349Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T05:00:13.350Z||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-08-14T05:00:13.350Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:13.380Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:13.381Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:00:14.250Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:14.250Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||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-08-14T05:00:14.250Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:00:14.250Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:14.253Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:14.253Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453214249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-14T05:00:14.356Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-14T05:00:14.357Z||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-08-14T05:00:14.357Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:14.428Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:14.429Z||pool-118-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:00:15.255Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-14T05:00:15.256Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-14T05:00:15.256Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:00:15.256Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:00:15.260Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:00:15.261Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453215255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:00:15.359Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-14T05:00:15.361Z||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-08-14T05:00:15.361Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:15.432Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:15.432Z||pool-119-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:00:16.262Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:00:16.276Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:00:16.279Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:00:16.279Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:00:16.279Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:00:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:00:21.921Z||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-08-14T05:00:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:00:21.955Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:00:21.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:00:21.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453102278,
  "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-08-14T05:00:21.967Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49aea62b-f438-4160-af0e-c7e0598c1ac6
2022-08-14T05:00:21.967Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49aea62b-f438-4160-af0e-c7e0598c1ac6 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-08-14T05:00:46.280Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:00:46.298Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:00:46.300Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:00:46.300Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:00:46.300Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:01:16.301Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:01:16.316Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:01:16.320Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:01:16.320Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:01:16.320Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:01:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:01:21.922Z||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-08-14T05:01:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:01:21.969Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:01:21.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453092867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:01:21.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:21.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453103145,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAihbbshy6atvgokpfljx/1.0/artifacts/service-DemoPnfAihbbshy6atvgokpfljx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:21.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:21.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:21.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453103283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:21.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:21.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:21.976Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453102736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:01:21.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:21.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453077563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453105584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:01:21.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:21.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:01:21.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453105464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:21.979Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:21.979Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.979Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:21.980Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:21.980Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:21.980Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453106468,
  "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-08-14T05:01:22.016Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49aea62b-f438-4160-af0e-c7e0598c1ac6
2022-08-14T05:01:22.017Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49aea62b-f438-4160-af0e-c7e0598c1ac6 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-08-14T05:01:22.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:22.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:22.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453080809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453114726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "aai-ml",
  "timestamp": 1660453115730,
  "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-08-14T05:01:22.042Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49aea62b-f438-4160-af0e-c7e0598c1ac6
2022-08-14T05:01:22.042Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49aea62b-f438-4160-af0e-c7e0598c1ac6 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-08-14T05:01:22.073Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.074Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453118232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:01:22.074Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453120248,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:22.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.075Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "clamp",
  "timestamp": 1660453121254,
  "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-08-14T05:01:22.083Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49aea62b-f438-4160-af0e-c7e0598c1ac6
2022-08-14T05:01:22.083Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49aea62b-f438-4160-af0e-c7e0598c1ac6 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-08-14T05:01:22.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0b7aff8a-e39d-4bf3-a335-38adcbcaf908",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453134555,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:01:22.101Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.101Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:22.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:01:22.102Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:01:22.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453143203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:01:22.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.105Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453146412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:01:22.105Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453147544,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:01:22.106Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453148778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:01:22.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453149981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:22.107Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453150989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453151996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:01:22.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453153000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:01:22.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:01:46.321Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:01:46.336Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:01:46.340Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:01:46.340Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:01:46.340Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T05:01:46.340Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T05:01:46.340Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:01:46.341Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:01:46.341Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:01:46.341Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:01:46.341Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:01:46.341Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:01:46.341Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:01:46.350Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T05:02:16.350Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6 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-08-14T05:02:16.359Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49aea62b-f438-4160-af0e-c7e0598c1ac6 and serviceModelVersionId: 53ff5f42-b569-494d-91a6-96087343f2c4
2022-08-14T05:02:16.360Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40c7dd93-d7bc-4d31-9c9b-891180cbc262
2022-08-14T05:02:16.361Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0
2022-08-14T05:02:16.365Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T05:02:16.410Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0|INFO|500||Invoke
2022-08-14T05:02:16.411Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[49aea62b-f438-4160-af0e-c7e0598c1ac6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[33db75ab-a17a-4d2b-adcd-b497d191d576], X-ECOMP-RequestID=[49aea62b-f438-4160-af0e-c7e0598c1ac6], X-TransactionId=[], X-ONAP-RequestID=[49aea62b-f438-4160-af0e-c7e0598c1ac6], Content-Type=[application/merge-patch+json]}
2022-08-14T05:02:16.435Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T05:02:16.930Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?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/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220814-05:02:16:097-94899], vertex-id=[499784], Content-Length=[0], Date=[Sun, 14 Aug 2022 05:02:16 GMT], Content-Type=[application/json]}
2022-08-14T05:02:16.931Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T05:02:16.932Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/40c7dd93-d7bc-4d31-9c9b-891180cbc262/model-vers/model-ver/53ff5f42-b569-494d-91a6-96087343f2c4?depth=0|INFO|500||InvokeReturn
2022-08-14T05:02:16.932Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T05:02:16.933Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:02:16.946Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:02:16.947Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49aea62b-f438-4160-af0e-c7e0598c1ac6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T05:02:16.947Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T05:02:16.947Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:02:16.950Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:02:16.950Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453336947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:02:17.050Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:02:17.051Z||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-08-14T05:02:17.052Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:02:17.077Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:02:17.078Z||pool-120-thread-1|||||INFO|500||cambria reply ok (27 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-08-14T05:02:17.970Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:02:17.971Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:02:17.971Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:02:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:02:21.922Z||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-08-14T05:02:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:02:21.972Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:02:21.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1198c2af-3138-474a-a6ce-fab63483cb64",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453184413,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:02:21.975Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:02:21.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-14T05:02:21.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-14T05:02:21.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:02:21.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:02:21.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:02:21.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-14T05:02:21.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:02:21.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453087889,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:02:21.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:02:21.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453194653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:02:21.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453204195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:02:21.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453205443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:02:21.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453206644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:02:21.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453207786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:02:21.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453209051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:02:21.984Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453210225,
  "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-08-14T05:02:21.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453211232,
  "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-08-14T05:02:21.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453212238,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:02:21.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453213244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:02:21.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453214249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-14T05:02:21.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:21.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-14T05:02:21.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453215255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:02:21.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:02:28.326Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:02:28.327Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:02:28.328Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:02:28.328Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:02:37.890Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:02:37.891Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:02:37.892Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:02:37.892Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:02:47.478Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:02:47.479Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:02:47.479Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:02:47.480Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:02:57.058Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:02:57.058Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:02:57.059Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:02:57.059Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:03:06.628Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:03:06.629Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:03:06.630Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:03:06.630Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:03:16.195Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:03:21.917Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:03:21.918Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:03:21.918Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:03:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:03:21.921Z||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-08-14T05:03:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:03:22.467Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:03:22.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:03:22.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "49aea62b-f438-4160-af0e-c7e0598c1ac6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453336947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:03:22.468Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:03:31.513Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:04:21.917Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:04:21.918Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:04:21.918Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:04:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:04:21.921Z||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-08-14T05:04:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:04:31.502Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:04:31.511Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:05:21.918Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:05:21.920Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:05:21.920Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:05:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:05:21.921Z||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-08-14T05:05:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:05:31.502Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:05:31.515Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:21.917Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:06:21.920Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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-08-14T05:06:21.920Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:06:21.921Z||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-08-14T05:06:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:22.093Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:22.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.099Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.099Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.100Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.100Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.100Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.101Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.101Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.101Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.102Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.102Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.103Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.103Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.103Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.104Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.104Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.104Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.105Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.105Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.105Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.106Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.106Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.106Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.107Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.107Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.107Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.108Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.108Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.109Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.109Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.110Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.113Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.115Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.115Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:06:22.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.117Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.117Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.117Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.118Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.119Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453570625,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660453573699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453572866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.120Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.121Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453572869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:06:22.121Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:06:22.585Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:22.587Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T05:06:22.587Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8740dc7b-b693-4196-a73a-88c4f36e7359","serviceName":"Demo_pNF_4q1wUTQe8Um4mWBXSeUz","serviceVersion":"1.0","serviceUUID":"e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed","serviceDescription":"catalog service description","serviceInvariantUUID":"681e313d-7f04-45c0-b350-9eb4c5bf907e","resources":[{"resourceInstanceName":"pNF 7011853c-4ccf 0","resourceName":"pNF 7011853c-4ccf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b02709d6-93bc-4dae-86f5-1048ded9275d","resourceInvariantUUID":"6b31fcf0-8559-4dfa-80c5-74bd707c6c88","resourceCustomizationUUID":"a7700ca7-2c31-46e4-bd74-90eb71b8ec2b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml","artifactChecksum":"YzllZmQ3ZjhkZTMwNzY5MTFmZWE5NWI0NTI0NjkwOTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79940592-afeb-4906-938d-b347cddf6ab6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar","artifactChecksum":"NjU5M2NlNTM0MTI5ODY0NDJmMjYyNmM0MGVjOTYyMzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f427acab-77f0-4afc-b4d8-d4e4e76f90cf","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3bf2660a-1396-4fb9-805c-d99375438566","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml","artifactChecksum":"NjIyZWE5NzEzODU0MzY1ZDIwOGM3Nzk0MWRlZDAzMmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e52bf7bb-1fcf-4ba5-b307-9bfb1acbf053","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"633c0c8f-e313-4472-a1dc-e838ea295f38","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"08f27a32-96c0-4d44-be6d-9615767976bb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml","artifactChecksum":"NTI0YWE2ZDc1MmM3ODMwNGJjNzZlODE3YTc0ODY4NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3cd3b5ac-9eba-4b0d-b4b4-2b04259be5de","artifactVersion":"1"},{"artifactName":"service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar","artifactChecksum":"YjFhNzU5Zjc1NjVkMmEyYThiMjI2Yjg5N2NiMDRjNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59181c3c-3a5d-463a-aecb-4a5d9f44cc22","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T05:06:22.591Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:22.592Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:22.596Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:22.597Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:22.696Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:06:22.697Z||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-08-14T05:06:22.698Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:22.735Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:22.736Z||pool-121-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:06:23.598Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:23.599Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:23.601Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:23.601Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:23.701Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:23.703Z||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-08-14T05:06:23.703Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:23.722Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:23.723Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:06:24.602Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:24.603Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:24.606Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:24.606Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:24.706Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:24.707Z||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-08-14T05:06:24.707Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:24.756Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:24.757Z||pool-123-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:06:25.607Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:25.608Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:25.611Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:25.611Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:25.711Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:06:25.712Z||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-08-14T05:06:25.712Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:25.745Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:25.746Z||pool-124-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:06:26.612Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:26.613Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:26.616Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:26.616Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:26.716Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:26.717Z||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-08-14T05:06:26.717Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:26.740Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:26.741Z||pool-125-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:06:27.617Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:27.618Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:27.620Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:27.620Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:27.720Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:27.722Z||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-08-14T05:06:27.722Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:27.744Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:27.745Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:06:28.621Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:28.622Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:28.625Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:28.626Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:06:28.726Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:28.727Z||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-08-14T05:06:28.727Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:28.753Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:28.754Z||pool-127-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:06:29.626Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:06:29.627Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:29.631Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:29.631Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:06:29.731Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:29.732Z||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-08-14T05:06:29.733Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:29.754Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:29.755Z||pool-128-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:06:30.633Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "serviceName": "Demo_pNF_4q1wUTQe8Um4mWBXSeUz",
  "serviceVersion": "1.0",
  "serviceUUID": "e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "681e313d-7f04-45c0-b350-9eb4c5bf907e",
  "resources": [
    {
      "resourceInstanceName": "pNF 7011853c-4ccf 0",
      "resourceCustomizationUUID": "a7700ca7-2c31-46e4-bd74-90eb71b8ec2b",
      "resourceName": "pNF 7011853c-4ccf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b02709d6-93bc-4dae-86f5-1048ded9275d",
      "resourceInvariantUUID": "6b31fcf0-8559-4dfa-80c5-74bd707c6c88",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
      "artifactChecksum": "YjFhNzU5Zjc1NjVkMmEyYThiMjI2Yjg5N2NiMDRjNTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59181c3c-3a5d-463a-aecb-4a5d9f44cc22"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T05:06:30.634Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T05:06:30.634Z|49aea62b-f438-4160-af0e-c7e0598c1ac6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed ASDC
2022-08-14T05:06:30.635Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8740dc7b-b693-4196-a73a-88c4f36e7359
ServiceName:Demo_pNF_4q1wUTQe8Um4mWBXSeUz
ServiceVersion:1.0
ServiceUUID:e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed
ServiceInvariantUUID:681e313d-7f04-45c0-b350-9eb4c5bf907e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
ArtifactUUID:59181c3c-3a5d-463a-aecb-4a5d9f44cc22
ArtifactChecksum:YjFhNzU5Zjc1NjVkMmEyYThiMjI2Yjg5N2NiMDRjNTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7011853c-4ccf 0
ResourceCustomizationUUID:a7700ca7-2c31-46e4-bd74-90eb71b8ec2b
ResourceInvariantUUID:6b31fcf0-8559-4dfa-80c5-74bd707c6c88
ResourceName:pNF 7011853c-4ccf
ResourceType:PNF
ResourceUUID:b02709d6-93bc-4dae-86f5-1048ded9275d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-14T05:06:30.635Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed 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-08-14T05:06:30.683Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:06:30.685Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:06:30.685Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:06:30.685Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 59181c3c-3a5d-463a-aecb-4a5d9f44cc22 from URL: /sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:30.685Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:06:30.686Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:30.892Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:06:30.896Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar 59181c3c-3a5d-463a-aecb-4a5d9f44cc22 82653
2022-08-14T05:06:30.897Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar ASDC sendASDCNotification
2022-08-14T05:06:30.897Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:30.897Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:06:30.898Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:30.900Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:30.900Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453590897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:06:31.000Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:31.003Z||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-08-14T05:06:31.003Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:31.025Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:31.026Z||pool-129-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:06:31.901Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:06:31.902Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:06:31.902Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 59181c3c-3a5d-463a-aecb-4a5d9f44cc22, URL: /sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar to file: /app/ASDC/1/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:31.903Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:31.904Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:31.904Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:32.063Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9448185627267474235/Definitions/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml
2022-08-14T05:06:33.324Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T05:06:33.325Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:06:33.325Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.326Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-14T05:06:33.326Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.326Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.326Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.327Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.327Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.327Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.327Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7011853c-4ccf 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-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.327Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:06:33.327Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.328Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.328Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Node template pNF 7011853c-4ccf 0 is matching search criteria
2022-08-14T05:06:33.328Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:06:33.328Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 7011853c-4ccf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:06:33.329Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.329Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.329Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Node template pNF 7011853c-4ccf 0 is matching search criteria
2022-08-14T05:06:33.329Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:06:33.329Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 7011853c-4ccf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:06:33.329Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.330Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.330Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.330Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.330Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.331Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.331Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.331Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.331Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.332Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.332Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_4q1wUTQe8Um4mWBXSeUz
Description:catalog service description
Model UUID:e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed
Model Version:NULL
Model InvariantUuid:681e313d-7f04-45c0-b350-9eb4c5bf907e
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-08-14T05:06:33.362Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: b02709d6-93bc-4dae-86f5-1048ded9275d
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-08-14T05:06:33.377Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||pNF 7011853c-4ccf 0
2022-08-14T05:06:33.377Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b02709d6-93bc-4dae-86f5-1048ded9275d
2022-08-14T05:06:33.378Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed
2022-08-14T05:06:33.378Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed
2022-08-14T05:06:33.378Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7011853c-4ccf 0 b02709d6-93bc-4dae-86f5-1048ded9275d 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-08-14T05:06:33.385Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30c9807, org.onap.sdc.toscaparser.api.parameters.Input@78cc3510, org.onap.sdc.toscaparser.api.parameters.Input@33ae3762, org.onap.sdc.toscaparser.api.parameters.Input@5a51108e, org.onap.sdc.toscaparser.api.parameters.Input@3d7a7763]
2022-08-14T05:06:33.385Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.385Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.386Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed: pNF 7011853c-4ccf
2022-08-14T05:06:33.386Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||Processing PNF resource: b02709d6-93bc-4dae-86f5-1048ded9275d
2022-08-14T05:06:33.386Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:06:33.386Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_4q1wUTQe8Um4mWBXSeUz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:06:33.386Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||Resource customization UUID: a7700ca7-2c31-46e4-bd74-90eb71b8ec2b is the same as notified resource customizationUUID: a7700ca7-2c31-46e4-bd74-90eb71b8ec2b
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-08-14T05:06:33.452Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7011853c-4ccf b02709d6-93bc-4dae-86f5-1048ded9275d 0 ASDC deployResourceStructure
2022-08-14T05:06:33.452Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar ASDC sendASDCNotification
2022-08-14T05:06:33.452Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar
2022-08-14T05:06:33.453Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:06:33.453Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:06:33.455Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:06:33.455Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453593452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:06:33.556Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:06:33.557Z||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-08-14T05:06:33.557Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:06:33.574Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:06:33.575Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:06:34.458Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:06:34.486Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:06:34.490Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:06:34.490Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:06:34.490Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:07:04.490Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:07:04.505Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:07:04.511Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:07:04.511Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:07:04.511Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:07:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:07:21.922Z||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-08-14T05:07:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:07:21.959Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:07:21.960Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:07:21.960Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453580816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:07:21.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:07:34.512Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:07:34.529Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:07:34.535Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:07:34.535Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:07:34.535Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:08:04.536Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:08:04.557Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:08:04.560Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:08:04.560Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:08:04.560Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:08:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:08:21.921Z||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-08-14T05:08:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:08:21.960Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:08:21.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:08:21.962Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:08:21.963Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:08:34.560Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:08:34.576Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:08:34.583Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:08:34.584Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:08:34.584Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:09:04.584Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:09:04.602Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:09:04.605Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:09:04.606Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:09:04.606Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:09:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:09:21.921Z||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-08-14T05:09:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:09:22.468Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:09:22.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453581781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:09:22.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453581789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:09:22.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453581825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:09:22.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453582829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:09:22.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "policy-id",
  "timestamp": 1660453582830,
  "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-08-14T05:09:22.482Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8740dc7b-b693-4196-a73a-88c4f36e7359
2022-08-14T05:09:22.482Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8740dc7b-b693-4196-a73a-88c4f36e7359 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-08-14T05:09:22.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660453583835,
  "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-08-14T05:09:22.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8740dc7b-b693-4196-a73a-88c4f36e7359
2022-08-14T05:09:22.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8740dc7b-b693-4196-a73a-88c4f36e7359 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-08-14T05:09:22.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453577035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:09:22.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453584431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:09:22.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453585919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:09:22.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660453585438,
  "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-08-14T05:09:22.521Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8740dc7b-b693-4196-a73a-88c4f36e7359
2022-08-14T05:09:22.522Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8740dc7b-b693-4196-a73a-88c4f36e7359 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-08-14T05:09:22.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "cds",
  "timestamp": 1660453586927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-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-08-14T05:09:22.555Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8740dc7b-b693-4196-a73a-88c4f36e7359
2022-08-14T05:09:22.556Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8740dc7b-b693-4196-a73a-88c4f36e7359 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-08-14T05:09:22.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453581917,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.583Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453590897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453593452,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453587562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:09:22.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453596557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/resourceInstances/pnf7011853c4ccf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453590809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453602306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "aai-ml",
  "timestamp": 1660453603310,
  "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-08-14T05:09:22.593Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8740dc7b-b693-4196-a73a-88c4f36e7359
2022-08-14T05:09:22.594Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8740dc7b-b693-4196-a73a-88c4f36e7359 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-08-14T05:09:22.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453603355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:09:22.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453605357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf4q1wutqe8um4mwbxseuz/1.0/artifacts/service-DemoPnf4q1wutqe8um4mwbxseuz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:09:22.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:09:22.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:09:22.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "clamp",
  "timestamp": 1660453606368,
  "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-08-14T05:09:22.612Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8740dc7b-b693-4196-a73a-88c4f36e7359
2022-08-14T05:09:22.612Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8740dc7b-b693-4196-a73a-88c4f36e7359 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-08-14T05:09:34.606Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:09:34.623Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:09:34.628Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:09:34.628Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:09:34.628Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T05:09:34.628Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T05:09:34.628Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:09:34.628Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:09:34.629Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:09:34.629Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:09:34.629Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:09:34.629Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:09:34.629Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:09:34.629Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:09:34.642Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T05:10:04.643Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8740dc7b-b693-4196-a73a-88c4f36e7359 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-08-14T05:10:04.654Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8740dc7b-b693-4196-a73a-88c4f36e7359 and serviceModelVersionId: e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed
2022-08-14T05:10:04.654Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 681e313d-7f04-45c0-b350-9eb4c5bf907e
2022-08-14T05:10:04.656Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0
2022-08-14T05:10:04.662Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T05:10:04.730Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0|INFO|500||Invoke
2022-08-14T05:10:04.731Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8740dc7b-b693-4196-a73a-88c4f36e7359], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9a3507d-b6f5-49bd-bf54-d18fec382212], X-ECOMP-RequestID=[8740dc7b-b693-4196-a73a-88c4f36e7359], X-TransactionId=[], X-ONAP-RequestID=[8740dc7b-b693-4196-a73a-88c4f36e7359], Content-Type=[application/merge-patch+json]}
2022-08-14T05:10:04.764Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T05:10:05.227Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?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/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220814-05:10:04:430-18093], vertex-id=[557168], Content-Length=[0], Date=[Sun, 14 Aug 2022 05:10:04 GMT], Content-Type=[application/json]}
2022-08-14T05:10:05.227Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T05:10:05.228Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/681e313d-7f04-45c0-b350-9eb4c5bf907e/model-vers/model-ver/e598d1d7-2c4f-4cd4-8c83-6dd75998f0ed?depth=0|INFO|500||InvokeReturn
2022-08-14T05:10:05.229Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T05:10:05.230Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:10:05.236Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:10:05.237Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8740dc7b-b693-4196-a73a-88c4f36e7359 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T05:10:05.237Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T05:10:05.237Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:10:05.240Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:10:05.240Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453805237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:10:05.340Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:10:05.341Z||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-08-14T05:10:05.341Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:10:05.366Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:10:05.367Z||pool-131-thread-1|||||INFO|500||cambria reply ok (27 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-08-14T05:10:06.253Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:10:06.253Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:10:06.254Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:10:16.653Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:10:16.654Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:10:16.654Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:10:16.654Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:10:21.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:10:21.921Z||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-08-14T05:10:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:10:22.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:10:22.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:10:22.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8740dc7b-b693-4196-a73a-88c4f36e7359",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660453805237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:10:22.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:10:26.240Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:10:26.241Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:10:26.241Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:10:26.242Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:10:35.813Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:10:35.813Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:10:35.814Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:10:35.814Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:10:45.368Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:11:21.917Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:11:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:11:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:11:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:11:21.921Z||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-08-14T05:11:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:11:31.530Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:11:31.557Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:12:21.917Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:12:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:12:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:12:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:12:21.921Z||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-08-14T05:12:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:12:31.496Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:12:31.514Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:13:21.917Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:13:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:13:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:13:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:13:21.921Z||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-08-14T05:13:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:13:31.557Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:13:31.560Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:14:21.917Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:14:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:14:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:14:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:14:21.921Z||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-08-14T05:14:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:14:31.560Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:14:31.581Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:15:21.917Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:15:21.917Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:15:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:15:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:15:21.921Z||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-08-14T05:15:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:15:31.526Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:15:31.526Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:21.917Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:16:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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-08-14T05:16:21.918Z|8740dc7b-b693-4196-a73a-88c4f36e7359|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:16:21.921Z||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-08-14T05:16:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:22.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:22.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.558Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.559Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.559Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"60c29132-c9f1-4620-80b7-7cb0996aedf8","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a3756cf7-ea6e-4c00-85a0-72c3afd348d3","serviceDescription":"service","serviceInvariantUUID":"80a3c67c-ba49-4be4-8ae1-9c3118c1d558","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8aaff2e7-7941-48c1-8536-ec14323f2860","resourceInvariantUUID":"d6080c03-fe82-4dd1-8810-0e46fa27a677","resourceCustomizationUUID":"dab3fa33-ca9b-4154-8267-98df1194983d","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":"ZjU5NGI2OGNkMzJhYjE3MmNjZGIyMjIyOTJkMmU1NzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbcb75d7-bfa7-4c23-9fcf-2c42a2113e4a","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":"YTFlMDZhMGEzOTg2MTlkZTVmN2MyYWM0OGJjZDk2ZGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7ab4e1f-9746-4db8-bbbd-9a08c5ec7970","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":"84e0b6a3-8e94-40fb-8993-dddbe00fb7c4","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":"afba7cd0-d2f0-44e3-9b3e-346b7273b779","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":"ed696689-ebdf-4e91-b821-e40b958483be","artifactVersion":"2","generatedFromUUID":"84e0b6a3-8e94-40fb-8993-dddbe00fb7c4"},{"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":"NmJjZGZkMWRmN2I3Y2U3ZmRmZjQxMTBiMTNlODI0ODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"80539824-1363-4e33-ba3a-e45de6705d26","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":"YjA1NWU4NDEzZDg4ZmRiNzcwZmYwOTc5MTdmOGIzY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"baa7b894-2caa-4040-939f-868d5825a259","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YWM1NWQwNDZiYjgxOTc0NzI1NDViYzc5NjQ3YzZlNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b7926c1-c575-4474-9ac4-aaada3087107","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T05:16:22.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.561Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:22.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.562Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:22.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.564Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:22.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.565Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454153699,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454152867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454150625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454157562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.567Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454167068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454166689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454166009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454167019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:22.571Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454168271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "policy-id",
  "timestamp": 1660454168022,
  "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-08-14T05:16:22.614Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60c29132-c9f1-4620-80b7-7cb0996aedf8
2022-08-14T05:16:22.615Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60c29132-c9f1-4620-80b7-7cb0996aedf8 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-08-14T05:16:22.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.632Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454169467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:22.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.633Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454170510,
  "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-08-14T05:16:22.643Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 60c29132-c9f1-4620-80b7-7cb0996aedf8
2022-08-14T05:16:22.643Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60c29132-c9f1-4620-80b7-7cb0996aedf8 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-08-14T05:16:22.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454171028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454171516,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "cds",
  "timestamp": 1660454174034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-14T05:16:22.665Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:16:22.666Z||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-08-14T05:16:22.666Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:22.673Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 60c29132-c9f1-4620-80b7-7cb0996aedf8
2022-08-14T05:16:22.674Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60c29132-c9f1-4620-80b7-7cb0996aedf8 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-08-14T05:16:22.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454175519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:22.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454176604,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "aai-ml",
  "timestamp": 1660454177608,
  "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-08-14T05:16:22.704Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 60c29132-c9f1-4620-80b7-7cb0996aedf8
2022-08-14T05:16:22.705Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60c29132-c9f1-4620-80b7-7cb0996aedf8 and ComponentName AAI
2022-08-14T05:16:22.706Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:22.706Z||pool-132-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-14T05:16:22.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.726Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454170625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454180529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:22.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:16:22.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:22.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:22.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:16:22.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:22.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:16:23.565Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:23.566Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:23.568Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:23.568Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:16:23.669Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T05:16:23.670Z||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-08-14T05:16:23.670Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:23.713Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:23.714Z||pool-133-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:24.569Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:24.571Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:24.573Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:24.573Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:16:24.673Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:24.674Z||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-08-14T05:16:24.674Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:24.723Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:24.724Z||pool-134-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:16:25.574Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:25.575Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:25.577Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:25.577Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:25.677Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:25.678Z||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-08-14T05:16:25.678Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:25.718Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:25.719Z||pool-135-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:16:26.577Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:26.578Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:26.581Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:26.581Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-14T05:16:26.681Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:26.682Z||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-08-14T05:16:26.683Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:26.706Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:26.707Z||pool-136-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:16:27.582Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:27.583Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:27.585Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:27.585Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:27.686Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:27.687Z||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-08-14T05:16:27.687Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:27.715Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:27.716Z||pool-137-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:28.586Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:28.587Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:28.590Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:28.590Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:16:28.690Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:28.691Z||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-08-14T05:16:28.691Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:28.716Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:28.717Z||pool-138-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:29.591Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:16:29.591Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:29.594Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:29.595Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:16:29.695Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:29.696Z||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-08-14T05:16:29.696Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:29.726Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:29.727Z||pool-139-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:16:30.596Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a3756cf7-ea6e-4c00-85a0-72c3afd348d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "80a3c67c-ba49-4be4-8ae1-9c3118c1d558",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dab3fa33-ca9b-4154-8267-98df1194983d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8aaff2e7-7941-48c1-8536-ec14323f2860",
      "resourceInvariantUUID": "d6080c03-fe82-4dd1-8810-0e46fa27a677",
      "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": "YTFlMDZhMGEzOTg2MTlkZTVmN2MyYWM0OGJjZDk2ZGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c7ab4e1f-9746-4db8-bbbd-9a08c5ec7970",
          "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": "84e0b6a3-8e94-40fb-8993-dddbe00fb7c4",
          "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": "ed696689-ebdf-4e91-b821-e40b958483be",
            "generatedFromUUID": "84e0b6a3-8e94-40fb-8993-dddbe00fb7c4"
          },
          "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": "ed696689-ebdf-4e91-b821-e40b958483be",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YWM1NWQwNDZiYjgxOTc0NzI1NDViYzc5NjQ3YzZlNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b7926c1-c575-4474-9ac4-aaada3087107"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T05:16:30.597Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T05:16:30.597Z|8740dc7b-b693-4196-a73a-88c4f36e7359|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a3756cf7-ea6e-4c00-85a0-72c3afd348d3 ASDC
2022-08-14T05:16:30.598Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:60c29132-c9f1-4620-80b7-7cb0996aedf8
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:a3756cf7-ea6e-4c00-85a0-72c3afd348d3
ServiceInvariantUUID:80a3c67c-ba49-4be4-8ae1-9c3118c1d558
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:3b7926c1-c575-4474-9ac4-aaada3087107
ArtifactChecksum:YWM1NWQwNDZiYjgxOTc0NzI1NDViYzc5NjQ3YzZlNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dab3fa33-ca9b-4154-8267-98df1194983d
ResourceInvariantUUID:d6080c03-fe82-4dd1-8810-0e46fa27a677
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8aaff2e7-7941-48c1-8536-ec14323f2860
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:c7ab4e1f-9746-4db8-bbbd-9a08c5ec7970
ArtifactChecksum:YTFlMDZhMGEzOTg2MTlkZTVmN2MyYWM0OGJjZDk2ZGE=
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:84e0b6a3-8e94-40fb-8993-dddbe00fb7c4
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:ed696689-ebdf-4e91-b821-e40b958483be
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:ed696689-ebdf-4e91-b821-e40b958483be
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T05:16:30.598Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3756cf7-ea6e-4c00-85a0-72c3afd348d3 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-08-14T05:16:30.713Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:16:30.714Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:16:30.714Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:16:30.714Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3b7926c1-c575-4474-9ac4-aaada3087107 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-14T05:16:30.714Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:16:30.715Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-14T05:16:31.102Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:16:31.118Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3b7926c1-c575-4474-9ac4-aaada3087107 78798
2022-08-14T05:16:31.118Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-14T05:16:31.118Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-14T05:16:31.118Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:16:31.119Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:31.121Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:31.121Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454191118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:31.221Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:31.223Z||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-08-14T05:16:31.223Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:31.260Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:31.261Z||pool-140-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:32.122Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:16:32.123Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:16:32.123Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3b7926c1-c575-4474-9ac4-aaada3087107, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-14T05:16:32.123Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-14T05:16:32.124Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-14T05:16:32.124Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-14T05:16:32.247Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2807731645432210386/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-08-14T05:16:33.719Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T05:16:33.720Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:16:33.720Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-14T05:16:33.720Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-08-14T05:16:33.721Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:33.721Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:33.721Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|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-BasicVmMacro-csar.csar
2022-08-14T05:16:33.721Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-14T05:16:33.722Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|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-BasicVmMacro-csar.csar
2022-08-14T05:16:33.722Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:33.722Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|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-BasicVmMacro-csar.csar
2022-08-14T05:16:33.722Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:33.723Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-14T05:16:33.723Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:16:33.723Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.724Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:33.724Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:33.725Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:16:33.725Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:16:33.725Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.726Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:33.726Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:33.726Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:16:33.727Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:16:33.727Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.727Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:33.727Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.728Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-14T05:16:33.728Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-14T05:16:33.728Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-14T05:16:33.728Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-14T05:16:33.729Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-14T05:16:33.729Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T05:16:33.729Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.730Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T05:16:33.730Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.730Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:33.731Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:16:33.731Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.731Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:33.731Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:16:33.732Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.732Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:33.732Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:16:33.733Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.733Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-14T05:16:33.733Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-14T05:16:33.733Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-14T05:16:33.734Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=09ac5ca8-1ff4-4aea-b7ac-2b9ce6b5c6bc
2022-08-14T05:16:33.734Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.734Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:33.734Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.735Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:33.735Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.735Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:33.735Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:33.736Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:33.736Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:a3756cf7-ea6e-4c00-85a0-72c3afd348d3
Model Version:NULL
Model InvariantUuid:80a3c67c-ba49-4be4-8ae1-9c3118c1d558
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:49b8c1ac-f057-497b-a7a8-5154eb9a0d51
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6080c03-fe82-4dd1-8810-0e46fa27a677
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dab3fa33-ca9b-4154-8267-98df1194983d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b702a2ab-4929-4c9c-b528-b964d29db554
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0f11b5c0-ca40-4d3c-85fa-040235e4a10e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09ac5ca8-1ff4-4aea-b7ac-2b9ce6b5c6bc
ModelInvariantUuid:64f01c23-b68c-464b-ba18-3141cc7d6fbc
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:29a9e81f-f657-432c-a32e-bb6430842006
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a4031b4a-3004-497d-a586-f1afd19ebf29
ModelInvariantUuid:79c85967-b889-44b1-8cb5-d4c25fde33df
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d105a759-738e-490e-bc56-cdf5dd7fabc4
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-08-14T05:16:33.753Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 8aaff2e7-7941-48c1-8536-ec14323f2860
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-08-14T05:16:33.758Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-08-14T05:16:33.758Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8aaff2e7-7941-48c1-8536-ec14323f2860
2022-08-14T05:16:33.759Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c7ab4e1f-9746-4db8-bbbd-9a08c5ec7970 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-14T05:16:33.759Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:16:33.759Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:34.003Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:16:34.004Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c7ab4e1f-9746-4db8-bbbd-9a08c5ec7970 792
2022-08-14T05:16:34.004Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:34.004Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:34.005Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:16:34.005Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:34.007Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:34.007Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454194004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:34.107Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:16:34.108Z||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-08-14T05:16:34.109Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:34.144Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:34.145Z||pool-141-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:35.008Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b702a2ab-4929-4c9c-b528-b964d29db554",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0f11b5c0-ca40-4d3c-85fa-040235e4a10e",
    "vfModuleModelCustomizationUUID": "67c0f130-9bad-4918-85b3-b2d9d4c1c7d4",
    "isBase": true,
    "artifacts": [
      "84e0b6a3-8e94-40fb-8993-dddbe00fb7c4",
      "ed696689-ebdf-4e91-b821-e40b958483be"
    ],
    "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-08-14T05:16:35.014Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f11b5c0-ca40-4d3c-85fa-040235e4a10e
VfModuleModelInvariantUUID:b702a2ab-4929-4c9c-b528-b964d29db554
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e0b6a3-8e94-40fb-8993-dddbe00fb7c4
,
ed696689-ebdf-4e91-b821-e40b958483be

}
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-08-14T05:16:35.017Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b702a2ab-4929-4c9c-b528-b964d29db554",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0f11b5c0-ca40-4d3c-85fa-040235e4a10e",
    "vfModuleModelCustomizationUUID": "67c0f130-9bad-4918-85b3-b2d9d4c1c7d4",
    "isBase": true,
    "artifacts": [
      "84e0b6a3-8e94-40fb-8993-dddbe00fb7c4",
      "ed696689-ebdf-4e91-b821-e40b958483be"
    ],
    "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-08-14T05:16:35.017Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0f11b5c0-ca40-4d3c-85fa-040235e4a10e
VfModuleModelInvariantUUID:b702a2ab-4929-4c9c-b528-b964d29db554
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e0b6a3-8e94-40fb-8993-dddbe00fb7c4
,
ed696689-ebdf-4e91-b821-e40b958483be

}
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-08-14T05:16:35.017Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 84e0b6a3-8e94-40fb-8993-dddbe00fb7c4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-14T05:16:35.018Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:16:35.018Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:35.296Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:16:35.296Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 84e0b6a3-8e94-40fb-8993-dddbe00fb7c4 5033
2022-08-14T05:16:35.298Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:35.298Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:35.298Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:16:35.299Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:35.301Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:35.301Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454195298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:35.401Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:35.403Z||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-08-14T05:16:35.403Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:35.422Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:35.423Z||pool-142-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:16:36.302Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ed696689-ebdf-4e91-b821-e40b958483be from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-14T05:16:36.303Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:16:36.303Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:36.631Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:16:36.631Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ed696689-ebdf-4e91-b821-e40b958483be 903
2022-08-14T05:16:36.632Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:36.632Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:36.632Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:16:36.632Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:36.635Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:36.635Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454196632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:16:36.736Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:16:36.736Z||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-08-14T05:16:36.737Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:36.755Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:36.756Z||pool-143-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:37.636Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a3756cf7-ea6e-4c00-85a0-72c3afd348d3
2022-08-14T05:16:37.637Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8aaff2e7-7941-48c1-8536-ec14323f2860 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-08-14T05:16:37.661Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21ed0f54, org.onap.sdc.toscaparser.api.parameters.Input@770d79aa, org.onap.sdc.toscaparser.api.parameters.Input@31a759cc, org.onap.sdc.toscaparser.api.parameters.Input@773cb1b5, org.onap.sdc.toscaparser.api.parameters.Input@3ee297a9]
2022-08-14T05:16:37.663Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.663Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.664Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-14T05:16:37.664Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= dab3fa33-ca9b-4154-8267-98df1194983d
2022-08-14T05:16:37.664Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dab3fa33-ca9b-4154-8267-98df1194983d matches Tosca VF Customization UUID: dab3fa33-ca9b-4154-8267-98df1194983d
2022-08-14T05:16:37.664Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: dab3fa33-ca9b-4154-8267-98df1194983d  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-08-14T05:16:37.668Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.668Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.669Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id dab3fa33-ca9b-4154-8267-98df1194983d: {\"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-08-14T05:16:37.669Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b7f90c3
2022-08-14T05:16:37.669Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.669Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T05:16:37.670Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 67c0f130-9bad-4918-85b3-b2d9d4c1c7d4
2022-08-14T05:16:37.670Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 67c0f130-9bad-4918-85b3-b2d9d4c1c7d4
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-08-14T05:16:37.673Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.673Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:37.674Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:16:37.674Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.674Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:37.674Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:16:37.674Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.675Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-14T05:16:37.675Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-14T05:16:37.675Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-14T05:16:37.675Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=09ac5ca8-1ff4-4aea-b7ac-2b9ce6b5c6bc
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-08-14T05:16:37.678Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.679Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:37.679Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:16:37.679Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.680Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-14T05:16:37.680Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dab3fa33-ca9b-4154-8267-98df1194983d
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-08-14T05:16:37.683Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.683Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.683Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a3756cf7-ea6e-4c00-85a0-72c3afd348d3: basic_vm_macro
2022-08-14T05:16:37.683Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.684Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.684Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.684Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.684Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.685Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.685Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.685Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.685Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:16:37.686Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:16:37.686Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:37.840Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8aaff2e7-7941-48c1-8536-ec14323f2860 1 ASDC deployResourceStructure
2022-08-14T05:16:37.840Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:37.841Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:37.841Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:16:37.841Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:37.843Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:37.844Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454197840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:37.944Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:37.945Z||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-08-14T05:16:37.945Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:37.964Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:37.965Z||pool-144-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:38.845Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:38.845Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:38.845Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:16:38.846Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:38.848Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:38.848Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454198845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:38.948Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:38.949Z||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-08-14T05:16:38.949Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:38.970Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:38.971Z||pool-145-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:16:39.849Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:39.850Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||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-08-14T05:16:39.850Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:16:39.850Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:39.852Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:39.852Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454199849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:39.953Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:39.954Z||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-08-14T05:16:39.954Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:39.995Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:39.998Z||pool-146-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:16:40.854Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-14T05:16:40.854Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-14T05:16:40.855Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:16:40.855Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:16:40.858Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:16:40.858Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454200854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:16:40.958Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:16:40.959Z||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-08-14T05:16:40.960Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:16:40.999Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:16:41.000Z||pool-147-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:16:41.859Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:16:41.896Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:16:41.899Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:16:41.900Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:16:41.900Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:16:41.900Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:17:11.900Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:17:11.915Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:17:11.917Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:17:11.918Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:17:11.918Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:17:11.918Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:17:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:17:21.921Z||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-08-14T05:17:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:17:21.990Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:17:21.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:17:21.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:17:21.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:17:41.918Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:17:41.930Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:17:41.933Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:17:41.933Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:17:41.933Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:17:41.933Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:18:11.933Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:18:11.945Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:18:11.947Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:18:11.947Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:18:11.948Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:18:11.948Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:18:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:18:21.922Z||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-08-14T05:18:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:18:21.963Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:18:21.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:18:21.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:18:21.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:18:41.948Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:18:41.966Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:18:41.969Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:18:41.970Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:18:41.970Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:18:41.970Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:19:11.970Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:19:11.986Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:19:11.991Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:19:11.991Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:19:11.991Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-14T05:19:11.991Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-14T05:19:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:19:21.922Z||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-08-14T05:19:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:19:21.968Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:19:21.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:21.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:21.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:21.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:21.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "clamp",
  "timestamp": 1660454181534,
  "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-08-14T05:19:21.985Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 60c29132-c9f1-4620-80b7-7cb0996aedf8
2022-08-14T05:19:21.986Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60c29132-c9f1-4620-80b7-7cb0996aedf8 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-08-14T05:19:22.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.000Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454181975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454182094,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454173699,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454172866,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454182982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454162035,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454184762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.005Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "policy-id",
  "timestamp": 1660454183988,
  "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-08-14T05:19:22.033Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31fe4541-985a-469b-b66f-16c84959c484
2022-08-14T05:19:22.033Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fe4541-985a-469b-b66f-16c84959c484 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-08-14T05:19:22.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454185505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454186145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454185526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "cds",
  "timestamp": 1660454186921,
  "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-08-14T05:19:22.064Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31fe4541-985a-469b-b66f-16c84959c484
2022-08-14T05:19:22.065Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fe4541-985a-469b-b66f-16c84959c484 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-08-14T05:19:22.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454186534,
  "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-08-14T05:19:22.089Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 60c29132-c9f1-4620-80b7-7cb0996aedf8
2022-08-14T05:19:22.089Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 60c29132-c9f1-4620-80b7-7cb0996aedf8 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-08-14T05:19:22.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454187678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454189772,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454190883,
  "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-08-14T05:19:22.155Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31fe4541-985a-469b-b66f-16c84959c484
2022-08-14T05:19:22.155Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fe4541-985a-469b-b66f-16c84959c484 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-08-14T05:19:22.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454191118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454191888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454160809,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454194004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454195298,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.176Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454196632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.178Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454187563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454172868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454197840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454198845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454198280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454199260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454199849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.181Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454200854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454201402,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454202407,
  "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-08-14T05:19:22.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31fe4541-985a-469b-b66f-16c84959c484
2022-08-14T05:19:22.192Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fe4541-985a-469b-b66f-16c84959c484 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-08-14T05:19:22.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454205525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:19:22.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454210005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "aai-ml",
  "timestamp": 1660454211010,
  "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-08-14T05:19:22.222Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31fe4541-985a-469b-b66f-16c84959c484
2022-08-14T05:19:22.223Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fe4541-985a-469b-b66f-16c84959c484 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-08-14T05:19:22.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454213534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:19:22.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:19:22.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:19:22.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "clamp",
  "timestamp": 1660454214540,
  "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-08-14T05:19:22.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31fe4541-985a-469b-b66f-16c84959c484
2022-08-14T05:19:22.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fe4541-985a-469b-b66f-16c84959c484 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-08-14T05:19:41.993Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:19:42.011Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:19:42.015Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:19:42.015Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:19:42.016Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T05:19:42.016Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T05:19:42.016Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:19:42.017Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:19:42.017Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:19:42.017Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:19:42.018Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:19:42.018Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:19:42.018Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|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-08-14T05:19:42.027Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T05:20:12.027Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8 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-08-14T05:20:12.036Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 60c29132-c9f1-4620-80b7-7cb0996aedf8 and serviceModelVersionId: a3756cf7-ea6e-4c00-85a0-72c3afd348d3
2022-08-14T05:20:12.036Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80a3c67c-ba49-4be4-8ae1-9c3118c1d558
2022-08-14T05:20:12.037Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0
2022-08-14T05:20:12.045Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T05:20:12.106Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0|INFO|500||Invoke
2022-08-14T05:20:12.107Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[60c29132-c9f1-4620-80b7-7cb0996aedf8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1c9328a8-39b6-448d-b1b3-cf32ccb173d9], X-ECOMP-RequestID=[60c29132-c9f1-4620-80b7-7cb0996aedf8], X-TransactionId=[], X-ONAP-RequestID=[60c29132-c9f1-4620-80b7-7cb0996aedf8], Content-Type=[application/merge-patch+json]}
2022-08-14T05:20:12.142Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T05:20:12.374Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?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/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220814-05:20:11:801-648], vertex-id=[212992], Content-Length=[0], Date=[Sun, 14 Aug 2022 05:20:11 GMT], Content-Type=[application/json]}
2022-08-14T05:20:12.375Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T05:20:12.376Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80a3c67c-ba49-4be4-8ae1-9c3118c1d558/model-vers/model-ver/a3756cf7-ea6e-4c00-85a0-72c3afd348d3?depth=0|INFO|500||InvokeReturn
2022-08-14T05:20:12.376Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T05:20:12.377Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|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-08-14T05:20:12.383Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|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-08-14T05:20:12.384Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 60c29132-c9f1-4620-80b7-7cb0996aedf8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T05:20:12.384Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T05:20:12.385Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:12.388Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:12.388Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454412384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:20:12.489Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T05:20:12.490Z||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-08-14T05:20:12.490Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:12.513Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:12.513Z||pool-148-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-14T05:20:13.409Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T05:20:13.410Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"31fe4541-985a-469b-b66f-16c84959c484","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2d4ed754-98aa-420b-b323-cb10a3e4fdde","serviceDescription":"service","serviceInvariantUUID":"02918878-f581-4732-9c94-3a492f108ab4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d05d1907-cf38-4efe-87ab-09342dc661d6","resourceInvariantUUID":"ffcaffac-170e-44d1-b3d8-7f704460bc4a","resourceCustomizationUUID":"4b70b693-669b-47da-9508-2614e67f9a9f","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":"Y2IwODU5MjYzMGU2OGNjMzY0MDM3OGNkMGEzNjU3YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e92e02be-e733-46bf-a648-f3afc1895d5c","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":"YWVkNTA3ZGE2YmNmMzlmMTlhOGZjZGI5YmUzNjBhM2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"379c5ba9-42bf-4e78-b6c5-227e66583854","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":"74815b94-5140-48a3-b125-aacfae0e7d25","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":"c44b6d33-9a28-4430-98f5-2820a4375a02","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":"77ef3aa3-1114-45a2-aef0-934b606582c9","artifactVersion":"2","generatedFromUUID":"818c24af-d675-4ec4-9e52-f96f26dbb66b"},{"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":"2e278697-1b9a-4cf1-96a0-35cf1659ebc7","artifactVersion":"2","generatedFromUUID":"74815b94-5140-48a3-b125-aacfae0e7d25"},{"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":"818c24af-d675-4ec4-9e52-f96f26dbb66b","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":"2a3a0284-693d-436b-bd89-c6d51369539a","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":"OWFjNTNlODk0OGFkMGU5MWUwNDExYzFhMWQwMzQxYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e2b49d6-b418-4870-84bb-144cdb722749","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzE2N2QwOTVkZDNiMTUxMTA3MzU0ZThlN2RlYzFlMTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d45e830-9605-4b2c-8ea7-6069544c4043","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T05:20:13.411Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:13.411Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:13.414Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:13.414Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:13.514Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:13.515Z||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-08-14T05:20:13.515Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:13.541Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:13.542Z||pool-149-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:14.414Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:14.415Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:14.418Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:14.418Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:20:14.518Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:14.519Z||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-08-14T05:20:14.519Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:14.561Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:14.561Z||pool-150-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:15.419Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:15.420Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:15.422Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:15.423Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:20:15.523Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:15.524Z||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-08-14T05:20:15.524Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:15.546Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:15.547Z||pool-151-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:16.424Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:16.424Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:16.427Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:16.427Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:16.528Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T05:20:16.529Z||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-08-14T05:20:16.529Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:16.546Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:16.547Z||pool-152-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:17.428Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:17.429Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:17.432Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:17.432Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-14T05:20:17.532Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:17.533Z||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-08-14T05:20:17.533Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:17.555Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:17.556Z||pool-153-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:18.433Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:18.434Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:18.437Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:18.437Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-14T05:20:18.537Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:18.538Z||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-08-14T05:20:18.538Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:18.555Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:18.556Z||pool-154-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:19.438Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:19.439Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:19.442Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:19.442Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-14T05:20:19.542Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:20:19.543Z||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-08-14T05:20:19.544Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:19.567Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:19.567Z||pool-155-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:20.443Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:20.444Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:20.447Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:20.447Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:20.548Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:20.549Z||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-08-14T05:20:20.549Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:20.568Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:20.568Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:21.448Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:21.448Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:21.451Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:21.451Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.551Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:21.552Z||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-08-14T05:20:21.552Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:21.575Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:21.576Z||pool-157-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:21.921Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:20:21.921Z||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-08-14T05:20:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:21.956Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:21.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.958Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454272866,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454280809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454282035,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454277562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454292467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454293128,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454293177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454293499,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:20:21.972Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:21.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:21.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:21.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:21.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "cds",
  "timestamp": 1660454294538,
  "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-08-14T05:20:22.000Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8b092a32-b072-4885-be39-77c54fe7dc01
2022-08-14T05:20:22.000Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b092a32-b072-4885-be39-77c54fe7dc01 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-08-14T05:20:22.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660454294505,
  "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-08-14T05:20:22.017Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8b092a32-b072-4885-be39-77c54fe7dc01
2022-08-14T05:20:22.018Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b092a32-b072-4885-be39-77c54fe7dc01 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-08-14T05:20:22.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454298553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454299817,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454290625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "aai-ml",
  "timestamp": 1660454300820,
  "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-08-14T05:20:22.044Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8b092a32-b072-4885-be39-77c54fe7dc01
2022-08-14T05:20:22.044Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b092a32-b072-4885-be39-77c54fe7dc01 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-08-14T05:20:22.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454300570,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:20:22.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:22.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:20:22.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:20:22.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:20:22.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454300612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:22.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:20:22.452Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:20:22.453Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:22.455Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:22.455Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:20:22.556Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:22.557Z||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-08-14T05:20:22.557Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:22.575Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:22.576Z||pool-158-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:23.457Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2d4ed754-98aa-420b-b323-cb10a3e4fdde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "02918878-f581-4732-9c94-3a492f108ab4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "4b70b693-669b-47da-9508-2614e67f9a9f",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d05d1907-cf38-4efe-87ab-09342dc661d6",
      "resourceInvariantUUID": "ffcaffac-170e-44d1-b3d8-7f704460bc4a",
      "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": "YWVkNTA3ZGE2YmNmMzlmMTlhOGZjZGI5YmUzNjBhM2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "379c5ba9-42bf-4e78-b6c5-227e66583854",
          "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": "74815b94-5140-48a3-b125-aacfae0e7d25",
          "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": "2e278697-1b9a-4cf1-96a0-35cf1659ebc7",
            "generatedFromUUID": "74815b94-5140-48a3-b125-aacfae0e7d25"
          },
          "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": "77ef3aa3-1114-45a2-aef0-934b606582c9",
          "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": "2e278697-1b9a-4cf1-96a0-35cf1659ebc7",
          "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": "818c24af-d675-4ec4-9e52-f96f26dbb66b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MzE2N2QwOTVkZDNiMTUxMTA3MzU0ZThlN2RlYzFlMTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d45e830-9605-4b2c-8ea7-6069544c4043"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T05:20:23.457Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T05:20:23.458Z|60c29132-c9f1-4620-80b7-7cb0996aedf8|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2d4ed754-98aa-420b-b323-cb10a3e4fdde ASDC
2022-08-14T05:20:23.458Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:31fe4541-985a-469b-b66f-16c84959c484
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2d4ed754-98aa-420b-b323-cb10a3e4fdde
ServiceInvariantUUID:02918878-f581-4732-9c94-3a492f108ab4
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:6d45e830-9605-4b2c-8ea7-6069544c4043
ArtifactChecksum:MzE2N2QwOTVkZDNiMTUxMTA3MzU0ZThlN2RlYzFlMTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4b70b693-669b-47da-9508-2614e67f9a9f
ResourceInvariantUUID:ffcaffac-170e-44d1-b3d8-7f704460bc4a
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:d05d1907-cf38-4efe-87ab-09342dc661d6
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:379c5ba9-42bf-4e78-b6c5-227e66583854
ArtifactChecksum:YWVkNTA3ZGE2YmNmMzlmMTlhOGZjZGI5YmUzNjBhM2U=
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:74815b94-5140-48a3-b125-aacfae0e7d25
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:2e278697-1b9a-4cf1-96a0-35cf1659ebc7
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:77ef3aa3-1114-45a2-aef0-934b606582c9
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:2e278697-1b9a-4cf1-96a0-35cf1659ebc7
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:818c24af-d675-4ec4-9e52-f96f26dbb66b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-14T05:20:23.459Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d4ed754-98aa-420b-b323-cb10a3e4fdde 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-08-14T05:20:23.712Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:20:23.713Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:20:23.713Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:20:23.713Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6d45e830-9605-4b2c-8ea7-6069544c4043 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:23.713Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:20:23.714Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:24.267Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:20:24.284Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6d45e830-9605-4b2c-8ea7-6069544c4043 158206
2022-08-14T05:20:24.284Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-14T05:20:24.285Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:24.285Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:20:24.285Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:24.288Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:24.288Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454424284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:24.388Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:24.389Z||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-08-14T05:20:24.390Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:24.408Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:24.409Z||pool-159-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:25.288Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:20:25.289Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:20:25.290Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6d45e830-9605-4b2c-8ea7-6069544c4043, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:25.290Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-14T05:20:25.291Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:25.291Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:25.547Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1213136657329312462/Definitions/service-BasicCnfMacro-template.yml
2022-08-14T05:20:27.163Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T05:20:27.164Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:20:27.164Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:27.164Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-14T05:20:27.164Z|31fe4541-985a-469b-b66f-16c84959c484|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-BasicCnfMacro-csar.csar
2022-08-14T05:20:27.164Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:27.165Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:27.165Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:27.165Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:20:27.165Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.165Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:27.166Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:27.166Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:20:27.166Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:20:27.167Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.167Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:27.167Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:27.167Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:20:27.167Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:20:27.167Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.168Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:27.168Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.168Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-14T05:20:27.168Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-14T05:20:27.168Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-14T05:20:27.169Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-14T05:20:27.169Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.169Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T05:20:27.169Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.169Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:27.169Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.170Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:27.171Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:20:27.171Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.171Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-14T05:20:27.171Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-14T05:20:27.171Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7ce6d2b5-abec-406f-8b82-615a2c1614d7
2022-08-14T05:20:27.171Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.171Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:27.172Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.172Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:27.172Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.172Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:27.172Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:27.172Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:27.172Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2d4ed754-98aa-420b-b323-cb10a3e4fdde
Model Version:NULL
Model InvariantUuid:02918878-f581-4732-9c94-3a492f108ab4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:88e77a0a-11fe-43ac-9e16-5733e59b8606
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ffcaffac-170e-44d1-b3d8-7f704460bc4a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b70b693-669b-47da-9508-2614e67f9a9f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9dd1aae6-c9a2-477d-b096-e3d794241c8c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:79c3389a-939e-402b-8ce9-f68dc3c1b56b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:e35574db-bf47-4e07-8534-eb9d2fa53170
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:4a481709-f85b-45cc-9085-318d07f3c285
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ce6d2b5-abec-406f-8b82-615a2c1614d7
ModelInvariantUuid:c86b382c-519b-4ba8-bf5e-09c73094e4ff
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:bac91bf7-7c3a-4531-8e01-42f550a5d4fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:18c73421-44bc-4998-966a-45362d3f3ad8
ModelInvariantUuid:7215fdb5-8881-459b-a13c-232ced3b453f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:5ecc5ce9-11d6-4037-ad7a-d9b5c15a9cb8
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-08-14T05:20:27.182Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d05d1907-cf38-4efe-87ab-09342dc661d6
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-08-14T05:20:27.185Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-08-14T05:20:27.186Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d05d1907-cf38-4efe-87ab-09342dc661d6
2022-08-14T05:20:27.186Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 379c5ba9-42bf-4e78-b6c5-227e66583854 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-14T05:20:27.186Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:20:27.187Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:27.395Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:20:27.396Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 379c5ba9-42bf-4e78-b6c5-227e66583854 1565
2022-08-14T05:20:27.397Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:27.397Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:27.397Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:20:27.398Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:27.400Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:27.400Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454427397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:27.500Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:20:27.501Z||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-08-14T05:20:27.502Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:27.589Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:27.590Z||pool-160-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:28.401Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e35574db-bf47-4e07-8534-eb9d2fa53170",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a481709-f85b-45cc-9085-318d07f3c285",
    "vfModuleModelCustomizationUUID": "809807ce-246e-44ee-ab83-f686b7fe7882",
    "isBase": true,
    "artifacts": [
      "74815b94-5140-48a3-b125-aacfae0e7d25",
      "2e278697-1b9a-4cf1-96a0-35cf1659ebc7"
    ],
    "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": "9dd1aae6-c9a2-477d-b096-e3d794241c8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79c3389a-939e-402b-8ce9-f68dc3c1b56b",
    "vfModuleModelCustomizationUUID": "a7ece7c2-6dfa-433d-8450-6c2151aa2220",
    "isBase": false,
    "artifacts": [
      "818c24af-d675-4ec4-9e52-f96f26dbb66b"
    ],
    "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-08-14T05:20:28.409Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a481709-f85b-45cc-9085-318d07f3c285
VfModuleModelInvariantUUID:e35574db-bf47-4e07-8534-eb9d2fa53170
VfModuleModelDescription:NULL
Artifacts UUID List:{
74815b94-5140-48a3-b125-aacfae0e7d25
,
2e278697-1b9a-4cf1-96a0-35cf1659ebc7

}
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:79c3389a-939e-402b-8ce9-f68dc3c1b56b
VfModuleModelInvariantUUID:9dd1aae6-c9a2-477d-b096-e3d794241c8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
818c24af-d675-4ec4-9e52-f96f26dbb66b

}
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-08-14T05:20:28.412Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "e35574db-bf47-4e07-8534-eb9d2fa53170",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a481709-f85b-45cc-9085-318d07f3c285",
    "vfModuleModelCustomizationUUID": "809807ce-246e-44ee-ab83-f686b7fe7882",
    "isBase": true,
    "artifacts": [
      "74815b94-5140-48a3-b125-aacfae0e7d25",
      "2e278697-1b9a-4cf1-96a0-35cf1659ebc7"
    ],
    "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": "9dd1aae6-c9a2-477d-b096-e3d794241c8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79c3389a-939e-402b-8ce9-f68dc3c1b56b",
    "vfModuleModelCustomizationUUID": "a7ece7c2-6dfa-433d-8450-6c2151aa2220",
    "isBase": false,
    "artifacts": [
      "818c24af-d675-4ec4-9e52-f96f26dbb66b"
    ],
    "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-08-14T05:20:28.413Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a481709-f85b-45cc-9085-318d07f3c285
VfModuleModelInvariantUUID:e35574db-bf47-4e07-8534-eb9d2fa53170
VfModuleModelDescription:NULL
Artifacts UUID List:{
74815b94-5140-48a3-b125-aacfae0e7d25
,
2e278697-1b9a-4cf1-96a0-35cf1659ebc7

}
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:79c3389a-939e-402b-8ce9-f68dc3c1b56b
VfModuleModelInvariantUUID:9dd1aae6-c9a2-477d-b096-e3d794241c8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
818c24af-d675-4ec4-9e52-f96f26dbb66b

}
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-08-14T05:20:28.413Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 74815b94-5140-48a3-b125-aacfae0e7d25 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-14T05:20:28.413Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:20:28.414Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:28.675Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:20:28.676Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 74815b94-5140-48a3-b125-aacfae0e7d25 914
2022-08-14T05:20:28.676Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:28.676Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:28.676Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:20:28.677Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:28.679Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:28.679Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454428676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:28.779Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:28.781Z||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-08-14T05:20:28.781Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:28.837Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:28.838Z||pool-161-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:29.680Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77ef3aa3-1114-45a2-aef0-934b606582c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-14T05:20:29.680Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:20:29.681Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:29.942Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:20:29.943Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 77ef3aa3-1114-45a2-aef0-934b606582c9 12
2022-08-14T05:20:29.944Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:29.944Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:29.944Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:20:29.944Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:29.947Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:29.947Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454429943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:30.047Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:30.048Z||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-08-14T05:20:30.048Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:30.073Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:30.073Z||pool-162-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:30.947Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2e278697-1b9a-4cf1-96a0-35cf1659ebc7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-14T05:20:30.948Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:20:30.948Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:31.302Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:20:31.303Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2e278697-1b9a-4cf1-96a0-35cf1659ebc7 96
2022-08-14T05:20:31.303Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:31.303Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:31.303Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:20:31.303Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:31.305Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:31.306Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454431303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:31.406Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:31.407Z||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-08-14T05:20:31.407Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:31.428Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:31.428Z||pool-163-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:32.306Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 818c24af-d675-4ec4-9e52-f96f26dbb66b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-14T05:20:32.307Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:20:32.308Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:32.619Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:20:32.620Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 818c24af-d675-4ec4-9e52-f96f26dbb66b 20206
2022-08-14T05:20:32.621Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:32.621Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:32.621Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:20:32.622Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:32.624Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:32.625Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454432621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:20:32.725Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:32.725Z||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-08-14T05:20:32.726Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:32.745Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:32.745Z||pool-164-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:33.629Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 2d4ed754-98aa-420b-b323-cb10a3e4fdde
2022-08-14T05:20:33.630Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d05d1907-cf38-4efe-87ab-09342dc661d6 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-08-14T05:20:33.643Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f9eb83a, org.onap.sdc.toscaparser.api.parameters.Input@169b70d4, org.onap.sdc.toscaparser.api.parameters.Input@20a1f5b0, org.onap.sdc.toscaparser.api.parameters.Input@3a9a6ddf, org.onap.sdc.toscaparser.api.parameters.Input@30cf4dde]
2022-08-14T05:20:33.646Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.646Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.646Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-08-14T05:20:33.647Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4b70b693-669b-47da-9508-2614e67f9a9f
2022-08-14T05:20:33.647Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b70b693-669b-47da-9508-2614e67f9a9f matches Tosca VF Customization UUID: 4b70b693-669b-47da-9508-2614e67f9a9f
2022-08-14T05:20:33.647Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4b70b693-669b-47da-9508-2614e67f9a9f  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-08-14T05:20:33.650Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.651Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.652Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4b70b693-669b-47da-9508-2614e67f9a9f: {\"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-08-14T05:20:33.652Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ba18ba8
2022-08-14T05:20:33.653Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.653Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-14T05:20:33.653Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a7ece7c2-6dfa-433d-8450-6c2151aa2220
2022-08-14T05:20:33.654Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a7ece7c2-6dfa-433d-8450-6c2151aa2220
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-08-14T05:20:33.657Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.657Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:33.657Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:20:33.658Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.658Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:33.658Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-14T05:20:33.658Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.658Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-14T05:20:33.659Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4b70b693-669b-47da-9508-2614e67f9a9f
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-08-14T05:20:33.661Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.661Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.662Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 2d4ed754-98aa-420b-b323-cb10a3e4fdde: basic_cnf_macro
2022-08-14T05:20:33.662Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.662Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.662Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.663Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.663Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.663Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.664Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.664Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.665Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:20:33.665Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:20:33.665Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:33.740Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d05d1907-cf38-4efe-87ab-09342dc661d6 2 ASDC deployResourceStructure
2022-08-14T05:20:33.741Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:33.741Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:33.741Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:20:33.741Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:33.744Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:33.744Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454433741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:20:33.844Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:33.846Z||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-08-14T05:20:33.846Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:33.862Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:33.862Z||pool-165-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:34.745Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:34.745Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:34.745Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:20:34.746Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:34.748Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:34.748Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454434745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:20:34.848Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:34.849Z||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-08-14T05:20:34.849Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:34.867Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:34.867Z||pool-166-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:35.749Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:35.750Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:35.750Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-14T05:20:35.750Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:35.752Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:35.752Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454435749,
  "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-08-14T05:20:35.853Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-14T05:20:35.854Z||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-08-14T05:20:35.854Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:35.898Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:35.899Z||pool-167-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:20:36.754Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:36.754Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:36.754Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:20:36.754Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:36.757Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:36.757Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-14T05:20:36.857Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:36.858Z||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-08-14T05:20:36.858Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:36.873Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:36.874Z||pool-168-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:37.759Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:37.759Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||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-08-14T05:20:37.759Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-14T05:20:37.759Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:37.762Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:37.762Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454437758,
  "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-08-14T05:20:37.862Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:37.863Z||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-08-14T05:20:37.863Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:37.879Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:37.880Z||pool-169-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:38.763Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-14T05:20:38.763Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-14T05:20:38.763Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:20:38.763Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:20:38.766Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:20:38.766Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454438763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:20:38.866Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:20:38.867Z||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-08-14T05:20:38.868Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:20:38.885Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:20:38.885Z||pool-170-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:20:39.767Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31fe4541-985a-469b-b66f-16c84959c484
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:20:39.786Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31fe4541-985a-469b-b66f-16c84959c484
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:20:39.789Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:20:39.789Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:20:39.789Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T05:20:39.789Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T05:20:39.789Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:20:39.789Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:20:39.790Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:20:39.790Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:20:39.790Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:20:39.790Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:20:39.790Z|31fe4541-985a-469b-b66f-16c84959c484|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-08-14T05:20:39.797Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T05:21:09.798Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31fe4541-985a-469b-b66f-16c84959c484 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-08-14T05:21:09.805Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31fe4541-985a-469b-b66f-16c84959c484 and serviceModelVersionId: 2d4ed754-98aa-420b-b323-cb10a3e4fdde
2022-08-14T05:21:09.805Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02918878-f581-4732-9c94-3a492f108ab4
2022-08-14T05:21:09.806Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0
2022-08-14T05:21:09.812Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T05:21:09.856Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0|INFO|500||Invoke
2022-08-14T05:21:09.857Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[31fe4541-985a-469b-b66f-16c84959c484], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a01d97f-5627-4e0c-943a-aac8fc31f5f4], X-ECOMP-RequestID=[31fe4541-985a-469b-b66f-16c84959c484], X-TransactionId=[], X-ONAP-RequestID=[31fe4541-985a-469b-b66f-16c84959c484], Content-Type=[application/merge-patch+json]}
2022-08-14T05:21:09.885Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T05:21:10.346Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?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/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220814-05:21:09:548-22159], vertex-id=[610416], Content-Length=[0], Date=[Sun, 14 Aug 2022 05:21:09 GMT], Content-Type=[application/json]}
2022-08-14T05:21:10.346Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-14T05:21:10.347Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02918878-f581-4732-9c94-3a492f108ab4/model-vers/model-ver/2d4ed754-98aa-420b-b323-cb10a3e4fdde?depth=0|INFO|500||InvokeReturn
2022-08-14T05:21:10.347Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T05:21:10.347Z|31fe4541-985a-469b-b66f-16c84959c484|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-08-14T05:21:10.362Z|31fe4541-985a-469b-b66f-16c84959c484|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-08-14T05:21:10.362Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31fe4541-985a-469b-b66f-16c84959c484 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T05:21:10.363Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T05:21:10.363Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:10.365Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:10.365Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454470362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:21:10.465Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:10.466Z||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-08-14T05:21:10.466Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:10.497Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:10.497Z||pool-171-thread-1|||||INFO|500||cambria reply ok (31 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-08-14T05:21:11.387Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:21:11.388Z|31fe4541-985a-469b-b66f-16c84959c484|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-08-14T05:21:11.388Z|31fe4541-985a-469b-b66f-16c84959c484|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:15.926Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:15.927Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-14T05:21:15.927Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8b092a32-b072-4885-be39-77c54fe7dc01","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"eada943a-9bad-4029-a0ac-be3329b7408c","serviceDescription":"service","serviceInvariantUUID":"3193a553-7c18-4b57-abcd-a74ccf7ecbaa","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e78debd6-7f91-47d6-90a6-4c0bdd99cdd4","resourceInvariantUUID":"6aa5c544-3e0e-4ccc-98ee-bedc25af73b9","resourceCustomizationUUID":"44a3090b-9eea-4e3d-90d9-849f2165fff1","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":"MGM5M2VmYTQyNTUxMTQyNzNiZDEwMmE0NTY5ODA0MDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db52eb1e-49db-4b4b-bd67-c363f51db6f5","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":"47e7f18e-74aa-4fcc-b352-3bad9131683a","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":"276891ad-91ea-45dc-873a-a0586082f632","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":"MWI2MGI3MDkxOGQ0ZDJhZjFmODQxYjdhYjA3NWJjOTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ce9defa9-3a41-4b33-b610-fd673ddf48e3","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":"2f60c343-0d5c-4778-8724-f23e05721afd","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":"4abc91be-5447-4b01-a410-fc42f2219d56","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":"75109d1a-af82-485e-b31e-2ae2d1a61819","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":"Mzk3ZWQzMzhhYjE5M2ZlOTE5ZGJhMWNkOTJhZTczYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"933c9abd-00ec-4692-accd-27964e3e529c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTdkOWRlMmEwZmJlNzIzNGQ2YWVjYjI1NmVjNTM0Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b167157d-64c8-483e-8f19-457f373ab587","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-14T05:21:15.930Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:15.930Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:15.932Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:15.932Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:16.033Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:21:16.034Z||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-08-14T05:21:16.034Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:16.050Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:16.050Z||pool-172-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:21:16.933Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:16.934Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:16.935Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:16.936Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:17.036Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:17.037Z||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-08-14T05:21:17.037Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:17.055Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:17.055Z||pool-173-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:21:17.936Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:17.937Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:17.939Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:17.939Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:18.039Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:18.040Z||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-08-14T05:21:18.040Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:18.058Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:18.058Z||pool-174-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:21:18.939Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:18.940Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:18.942Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:18.942Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:19.043Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:19.044Z||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-08-14T05:21:19.044Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:19.062Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:19.062Z||pool-175-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:21:19.943Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:19.944Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:19.946Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:19.946Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:20.047Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:20.048Z||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-08-14T05:21:20.048Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:20.064Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:20.065Z||pool-176-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:21:20.947Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:20.947Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:20.949Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:20.950Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:21.050Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:21.051Z||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-08-14T05:21:21.051Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:21.090Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:21.090Z||pool-177-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:21:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:21:21.921Z||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-08-14T05:21:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:21.946Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:21.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:21.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660454293699,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:21:21.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:21:21.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:21.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "clamp",
  "timestamp": 1660454301576,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-08-14T05:21:21.950Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-14T05:21:21.951Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:21.954Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:21.954Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:21.964Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8b092a32-b072-4885-be39-77c54fe7dc01
2022-08-14T05:21:21.965Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b092a32-b072-4885-be39-77c54fe7dc01 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-08-14T05:21:21.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:21.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454292868,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:21:21.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:21:21.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:21.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454301617,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:21:21.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:21:21.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:21.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "policy-id",
  "timestamp": 1660454302622,
  "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-08-14T05:21:21.993Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8b092a32-b072-4885-be39-77c54fe7dc01
2022-08-14T05:21:21.993Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b092a32-b072-4885-be39-77c54fe7dc01 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-08-14T05:21:22.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:22.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454302793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:21:22.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:21:22.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:22.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454305328,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:21:22.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:21:22.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-14T05:21:22.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660454306333,
  "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-08-14T05:21:22.013Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8b092a32-b072-4885-be39-77c54fe7dc01
2022-08-14T05:21:22.014Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8b092a32-b072-4885-be39-77c54fe7dc01 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-08-14T05:21:22.054Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:22.055Z||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-08-14T05:21:22.055Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:22.074Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:22.074Z||pool-178-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:21:22.955Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:22.956Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:22.958Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:22.958Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:21:23.058Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:23.059Z||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-08-14T05:21:23.059Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:23.106Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:23.107Z||pool-179-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:21:23.959Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-14T05:21:23.960Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:23.963Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:23.963Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:21:24.063Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:24.064Z||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-08-14T05:21:24.064Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:24.103Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:24.104Z||pool-180-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:21:24.964Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "eada943a-9bad-4029-a0ac-be3329b7408c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3193a553-7c18-4b57-abcd-a74ccf7ecbaa",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "44a3090b-9eea-4e3d-90d9-849f2165fff1",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e78debd6-7f91-47d6-90a6-4c0bdd99cdd4",
      "resourceInvariantUUID": "6aa5c544-3e0e-4ccc-98ee-bedc25af73b9",
      "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": "MTdkOWRlMmEwZmJlNzIzNGQ2YWVjYjI1NmVjNTM0Njg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b167157d-64c8-483e-8f19-457f373ab587"
    }
  ],
  "workloadContext": "Production"
}
2022-08-14T05:21:24.964Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-14T05:21:24.965Z|31fe4541-985a-469b-b66f-16c84959c484|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eada943a-9bad-4029-a0ac-be3329b7408c ASDC
2022-08-14T05:21:24.965Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8b092a32-b072-4885-be39-77c54fe7dc01
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:eada943a-9bad-4029-a0ac-be3329b7408c
ServiceInvariantUUID:3193a553-7c18-4b57-abcd-a74ccf7ecbaa
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:b167157d-64c8-483e-8f19-457f373ab587
ArtifactChecksum:MTdkOWRlMmEwZmJlNzIzNGQ2YWVjYjI1NmVjNTM0Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:44a3090b-9eea-4e3d-90d9-849f2165fff1
ResourceInvariantUUID:6aa5c544-3e0e-4ccc-98ee-bedc25af73b9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e78debd6-7f91-47d6-90a6-4c0bdd99cdd4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-14T05:21:24.966Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eada943a-9bad-4029-a0ac-be3329b7408c 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-08-14T05:21:25.012Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:21:25.013Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:21:25.014Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:21:25.014Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b167157d-64c8-483e-8f19-457f373ab587 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-14T05:21:25.014Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-08-14T05:21:25.014Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-14T05:21:25.958Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-08-14T05:21:25.964Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b167157d-64c8-483e-8f19-457f373ab587 105663
2022-08-14T05:21:25.964Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-14T05:21:25.964Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-14T05:21:25.964Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-14T05:21:25.965Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:25.967Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:25.968Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454485964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:21:26.067Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-14T05:21:26.069Z||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-08-14T05:21:26.069Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:26.093Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:26.094Z||pool-181-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-14T05:21:26.968Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-14T05:21:26.969Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-08-14T05:21:26.970Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b167157d-64c8-483e-8f19-457f373ab587, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-14T05:21:26.970Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-14T05:21:26.971Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-14T05:21:26.971Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-14T05:21:27.077Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6100307473265091161/Definitions/service-TestPnfMacro-template.yml
2022-08-14T05:21:27.938Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-14T05:21:27.939Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:21:27.939Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-14T05:21:27.939Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-14T05:21:27.940Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-TestPnfMacro-csar.csar
2022-08-14T05:21:27.940Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-TestPnfMacro-csar.csar
2022-08-14T05:21:27.940Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||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-08-14T05:21:27.940Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-TestPnfMacro-csar.csar
2022-08-14T05:21:27.940Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-TestPnfMacro-csar.csar
2022-08-14T05:21:27.940Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-TestPnfMacro-csar.csar
2022-08-14T05:21:27.940Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-TestPnfMacro-csar.csar
2022-08-14T05:21:27.941Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-08-14T05:21:27.941Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.941Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.941Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-14T05:21:27.942Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:21:27.942Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:21:27.942Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.942Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.943Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-14T05:21:27.943Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-08-14T05:21:27.943Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-14T05:21:27.943Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.943Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.944Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.944Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.944Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.944Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.944Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.944Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.944Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.945Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.945Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:eada943a-9bad-4029-a0ac-be3329b7408c
Model Version:NULL
Model InvariantUuid:3193a553-7c18-4b57-abcd-a74ccf7ecbaa
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-08-14T05:21:27.953Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e78debd6-7f91-47d6-90a6-4c0bdd99cdd4
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-08-14T05:21:27.957Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-08-14T05:21:27.957Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e78debd6-7f91-47d6-90a6-4c0bdd99cdd4
2022-08-14T05:21:27.957Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||No resources found for Service: eada943a-9bad-4029-a0ac-be3329b7408c
2022-08-14T05:21:27.957Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eada943a-9bad-4029-a0ac-be3329b7408c
2022-08-14T05:21:27.957Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e78debd6-7f91-47d6-90a6-4c0bdd99cdd4 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-08-14T05:21:27.962Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2306b656, org.onap.sdc.toscaparser.api.parameters.Input@59e78c50, org.onap.sdc.toscaparser.api.parameters.Input@22ac7fa8, org.onap.sdc.toscaparser.api.parameters.Input@2eecfa5b, org.onap.sdc.toscaparser.api.parameters.Input@384e4dd6]
2022-08-14T05:21:27.963Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.963Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.963Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eada943a-9bad-4029-a0ac-be3329b7408c: test-pnf
2022-08-14T05:21:27.963Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||Processing PNF resource: e78debd6-7f91-47d6-90a6-4c0bdd99cdd4
2022-08-14T05:21:27.963Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-14T05:21:27.964Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-14T05:21:27.964Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||Resource customization UUID: 44a3090b-9eea-4e3d-90d9-849f2165fff1 is the same as notified resource customizationUUID: 44a3090b-9eea-4e3d-90d9-849f2165fff1
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-08-14T05:21:28.011Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e78debd6-7f91-47d6-90a6-4c0bdd99cdd4 0 ASDC deployResourceStructure
2022-08-14T05:21:28.011Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-14T05:21:28.012Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-14T05:21:28.012Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-14T05:21:28.012Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:28.014Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:28.014Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454488011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:21:28.115Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:21:28.115Z||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-08-14T05:21:28.116Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:21:28.155Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:21:28.156Z||pool-182-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-14T05:21:29.015Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8b092a32-b072-4885-be39-77c54fe7dc01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-08-14T05:21:29.073Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8b092a32-b072-4885-be39-77c54fe7dc01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-14T05:21:29.078Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-14T05:21:29.078Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-14T05:21:29.078Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-14T05:21:29.079Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-14T05:21:29.079Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:21:29.080Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:21:29.080Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:21:29.080Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:21:29.080Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:21:29.081Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:21:29.081Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-14T05:21:29.081Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:21:29.096Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-14T05:21:59.097Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8b092a32-b072-4885-be39-77c54fe7dc01 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-08-14T05:21:59.141Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8b092a32-b072-4885-be39-77c54fe7dc01 and serviceModelVersionId: eada943a-9bad-4029-a0ac-be3329b7408c
2022-08-14T05:21:59.142Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3193a553-7c18-4b57-abcd-a74ccf7ecbaa
2022-08-14T05:21:59.143Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3193a553-7c18-4b57-abcd-a74ccf7ecbaa/model-vers/model-ver/eada943a-9bad-4029-a0ac-be3329b7408c?depth=0
2022-08-14T05:21:59.148Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-08-14T05:21:59.185Z|8b092a32-b072-4885-be39-77c54fe7dc01|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/3193a553-7c18-4b57-abcd-a74ccf7ecbaa/model-vers/model-ver/eada943a-9bad-4029-a0ac-be3329b7408c?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-08-14T05:21:59.186Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3193a553-7c18-4b57-abcd-a74ccf7ecbaa/model-vers/model-ver/eada943a-9bad-4029-a0ac-be3329b7408c?depth=0|INFO|500||Invoke
2022-08-14T05:21:59.208Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3193a553-7c18-4b57-abcd-a74ccf7ecbaa/model-vers/model-ver/eada943a-9bad-4029-a0ac-be3329b7408c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-14T05:21:59.982Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3193a553-7c18-4b57-abcd-a74ccf7ecbaa/model-vers/model-ver/eada943a-9bad-4029-a0ac-be3329b7408c?depth=0|INFO|500||InvokeReturn
2022-08-14T05:21:59.982Z|8b092a32-b072-4885-be39-77c54fe7dc01|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/3193a553-7c18-4b57-abcd-a74ccf7ecbaa/model-vers/model-ver/eada943a-9bad-4029-a0ac-be3329b7408c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220814-05:21:58:874-54826], vertex-id=[282752], Content-Length=[0], Date=[Sun, 14 Aug 2022 05:21:58 GMT], Content-Type=[application/json]}
2022-08-14T05:21:59.983Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-08-14T05:21:59.984Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-14T05:21:59.984Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:21:59.989Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:21:59.990Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8b092a32-b072-4885-be39-77c54fe7dc01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-14T05:21:59.990Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-14T05:21:59.991Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-08-14T05:21:59.993Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-14T05:21:59.993Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454519990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:22:00.093Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-14T05:22:00.094Z||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-08-14T05:22:00.094Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as cgoLKN5ahLYp7PjU) ...
2022-08-14T05:22:00.127Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:22:00.127Z||pool-183-thread-1|||||INFO|500||cambria reply ok (34 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-08-14T05:22:01.033Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:22:01.034Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:22:01.034Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:22:10.627Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:22:10.627Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:22:10.628Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:22:10.628Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:22:20.186Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:22:20.186Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:22:20.187Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:22:20.187Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:22:21.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:22:21.921Z||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-08-14T05:22:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:22:21.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:22:21.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "60c29132-c9f1-4620-80b7-7cb0996aedf8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454412384,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:22:21.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:22:21.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:22:21.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-14T05:22:21.948Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-14T05:22:21.949Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:22:21.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:21.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-14T05:22:21.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:22:21.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:22:29.777Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:22:29.778Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:22:29.778Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:22:29.778Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:22:39.348Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:22:39.348Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:22:39.349Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:22:39.349Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:22:48.907Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:23:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:23:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:23:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:23:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:23:21.921Z||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-08-14T05:23:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:23:21.953Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:23:21.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454181917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:23:21.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:23:21.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454424284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:23:21.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454427397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454428676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454429943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:23:21.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454431303,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454432621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454433741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-14T05:23:21.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454434745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454435749,
  "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-08-14T05:23:21.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454436754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454437758,
  "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-08-14T05:23:21.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454438763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fe4541-985a-469b-b66f-16c84959c484",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454470362,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:23:21.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:23:21.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:23:31.535Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:24:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:24:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:24:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:24:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:24:21.921Z||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-08-14T05:24:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:24:22.487Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:24:22.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-14T05:24:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454471387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-14T05:24:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454485964,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-14T05:24:22.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:24:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-14T05:24:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454488011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-14T05:24:22.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:24:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-14T05:24:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8b092a32-b072-4885-be39-77c54fe7dc01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660454519990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-14T05:24:22.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-14T05:24:31.520Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:25:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:25:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:25:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:25:21.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:25:21.921Z||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-08-14T05:25:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:25:31.486Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:25:31.494Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:26:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:26:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:26:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:26:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:26:21.921Z||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-08-14T05:26:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:26:31.484Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:26:31.515Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:27:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:27:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:27:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:27:21.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:27:21.921Z||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-08-14T05:27:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:27:31.498Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:27:31.498Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:28:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:28:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:28:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:28:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:28:21.921Z||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-08-14T05:28:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:28:31.493Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:28:31.493Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:29:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:29:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:29:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:29:21.920Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:29:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:29:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:29:31.514Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:29:31.514Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:30:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:30:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:30:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:30:21.920Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:30:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:30:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:30:31.498Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:30:31.498Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:31:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:31:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:31:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:31:21.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:31:21.921Z||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-08-14T05:31:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:31:31.483Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:31:31.495Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:32:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:32:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:32:21.919Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:32:21.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:32:21.922Z||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-08-14T05:32:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:32:31.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:32:31.504Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:33:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:33:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:33:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:33:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:33:21.921Z||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-08-14T05:33:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:33:31.492Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:33:31.493Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:34:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:34:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:34:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:34:21.920Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:34:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:34:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:34:31.494Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:34:31.499Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:35:21.917Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:35:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:35:21.918Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:35:21.920Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:35:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:35:21.921Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:35:31.487Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:35:31.487Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:36:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:36:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:36:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:36:21.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:36:21.921Z||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-08-14T05:36:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:36:31.496Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:36:31.505Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:37:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:37:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:37:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:37:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:37:21.921Z||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-08-14T05:37:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:37:31.488Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:37:31.488Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:38:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:38:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:38:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:38:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:38:21.921Z||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-08-14T05:38:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:38:31.498Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:38:31.501Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:39:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:39:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:39:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:39:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:39:21.921Z||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-08-14T05:39:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:39:31.549Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:39:31.549Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:40:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:40:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:40:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:40:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:40:21.921Z||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-08-14T05:40:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:40:31.486Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:40:31.498Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:41:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:41:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:41:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:41:21.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:41:21.921Z||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-08-14T05:41:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:41:31.513Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:41:31.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:42:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:42:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:42:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:42:21.920Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:42:21.921Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:42:21.921Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:42:31.484Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:42:31.515Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:43:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:43:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:43:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:43:21.920Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:43:21.921Z|8b092a32-b072-4885-be39-77c54fe7dc01|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-08-14T05:43:21.921Z|8b092a32-b072-4885-be39-77c54fe7dc01|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:43:31.579Z|8b092a32-b072-4885-be39-77c54fe7dc01|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:43:31.579Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:44:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:44:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:44:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:44:21.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:44:21.921Z||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-08-14T05:44:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:44:31.481Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:44:31.482Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:45:21.917Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:45:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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-08-14T05:45:21.918Z|22721cab-f284-4af1-8057-9db064c64cf0|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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:45:21.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:45:21.921Z||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-08-14T05:45:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:45:31.488Z|22721cab-f284-4af1-8057-9db064c64cf0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:45:31.496Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:46:21.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:46:21.918Z||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-08-14T05:46:21.919Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:46:21.921Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:46:21.922Z||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-08-14T05:46:21.922Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:46:31.498Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:46:31.513Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:47:21.917Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:47:21.918Z||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-08-14T05:47:21.918Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:47:21.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-14T05:47:21.921Z||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-08-14T05:47:21.921Z||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 cgoLKN5ahLYp7PjU) ...
2022-08-14T05:47:31.503Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-14T05:47:31.503Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK