Results

By type

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

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

2022-04-04T12:59:21.307Z||main|||||INFO|500||The following profiles are active: basic
2022-04-04T12:59:32.950Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-04T12:59:32.951Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-04T12:59:33.072Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-04T12:59:37.346Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-04T12:59:37.739Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-04T12:59:38.214Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-04T12:59:38.222Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-04T12:59:38.338Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-04T12:59:38.579Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-04T12:59:39.196Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-04T12:59:40.853Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-04T12:59:43.420Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-04T12:59:43.492Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-04T12:59:44.093Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-04T12:59:44.253Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-04T12:59:45.544Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-04T12:59:46.670Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-04T12:59:46.688Z||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$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-04T12:59:46.689Z||main|||||WARN|500||The sdc end point is not alive
2022-04-04T12:59:50.099Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-04T12:59:53.152Z||main|||||WARN|500||---
2022-04-04T12:59:53.153Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-04T12:59:53.153Z||main|||||WARN|500||---
2022-04-04T12:59:53.643Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-04T12:59:58.954Z||main|||||INFO|500||Started Application in 40.903 seconds (JVM running for 43.087)
2022-04-04T12:59:58.971Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-04T12:59:58.973Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-04T12:59:58.988Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-04T12:59:59.024Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-04T12:59:59.073Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dc461da2-f300-4ee2-8a32-fe9a5c6cfcb2 url= /sdc/v1/artifactTypes
2022-04-04T12:59:59.074Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-04T12:59:59.337Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-04T12:59:59.368Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-04T12:59:59.397Z||scheduling-1|||||DEBUG|500||create keys
2022-04-04T12:59:59.405Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-04T12:59:59.428Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T12:59:59.450Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 740a08b0-ea71-48ed-9813-18f3d495c440 url= /sdc/v1/registerForDistribution
2022-04-04T12:59:59.676Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 740a08b0-ea71-48ed-9813-18f3d495c440 url= /sdc/v1/registerForDistribution
2022-04-04T12:59:59.677Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-04T12:59:59.687Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T12:59:59.688Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T12:59:59.694Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-04T12:59:59.696Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T12:59:59.696Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T12:59:59.699Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T12:59:59.699Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:00:10.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:00:10.003Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:00:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:00:59.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:00:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:00:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:00:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:00:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:01:09.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:01:09.249Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:01:59.688Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:01:59.688Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:01:59.688Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:01:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:01:59.689Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:01:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:02:09.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:02:09.240Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:02:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:02:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:02:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:02:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:02:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:02:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:03:09.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:03:09.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:03:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:03:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:03:59.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:03:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:03:59.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:03:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:04:09.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:04:09.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:04:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:04:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:04:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:04:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:04:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:04:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:05:09.252Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:05:09.257Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:05:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:05:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:05:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:05:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:05:59.687Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:05:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:06:09.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:06:09.236Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:06:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:06:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:06:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:06:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:06:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:06:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:07:09.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:07:09.242Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:07:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:07:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:07:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:07:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:07:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:07:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:08:09.231Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:08:09.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:08:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:08:59.686Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:08:59.688Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:08:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:08:59.689Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:08:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:09:09.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:09:09.243Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:09:35.341Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-04T13:09:35.592Z||http-nio-8085-exec-1|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@498e078a ((conn=890) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-04T13:09:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:09:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:09:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:09:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:09:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:09:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:10:09.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:10:09.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:10:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:10:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:10:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:10:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:10:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:10:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:11:09.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:11:09.258Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:11:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:11:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:11:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:11:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:11:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:11:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:12:09.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:12:09.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:12:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:12:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:12:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:12:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:12:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:12:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:13:09.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:13:09.231Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:13:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:13:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:13:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:13:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:13:59.689Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:13:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:14:09.240Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:14:09.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:14:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:14:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:14:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:14:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:14:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:14:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:15:09.235Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:15:09.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:15:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:15:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:15:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:15:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:15:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:15:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:16:09.229Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:16:09.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:16:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:16:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:16:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:16:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:16:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:16:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:17:09.232Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:17:09.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:17:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:17:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:17:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:17:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:17:59.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:17:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:18:09.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:18:09.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:18:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:18:59.689Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:18:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:18:59.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:18:59.697Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:18:59.701Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:19:09.254Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:19:09.255Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:19:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:19:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:19:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:19:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:19:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:19:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:20:09.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:20:09.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:20:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:20:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:20:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:20:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:20:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:20:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:21:09.267Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:21:09.274Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:21:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:21:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:21:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:21:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:21:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:21:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:22:09.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:22:09.243Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:22:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:22:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:22:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:22:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:22:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:22:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:23:09.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:23:09.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:23:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:23:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:23:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:23:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:23:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:23:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:24:09.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:24:09.239Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:24:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:24:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:24:59.687Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:24:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:24:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:24:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:25:09.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:25:09.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:25:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:25:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:25:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:25:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:25:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:25:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:26:09.239Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:26:09.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:26:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:26:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:26:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:26:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:26:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:26:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:27:09.230Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:27:09.231Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:27:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:27:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:27:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:27:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:27:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:27:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:28:09.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:28:09.233Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:28:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:28:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:28:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:28:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:28:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:28:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:29:09.236Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:29:09.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:29:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:29:59.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:29:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:29:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:29:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:29:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:30:09.234Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:30:09.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:30:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:30:59.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:30:59.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:30:59.688Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:30:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:30:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:31:09.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:31:09.234Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:31:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:31:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:31:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:31:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:31:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:31:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:32:09.227Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:32:09.227Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:32:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:32:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:32:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:32:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:32:59.687Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:32:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:33:09.232Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:33:09.233Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:33:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:33:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:33:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:33:59.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:33:59.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:33:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:34:09.217Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:34:09.228Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:34:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:34:59.684Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:34:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:34:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:34:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:34:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:35:09.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:35:09.250Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:35:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:35:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:35:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:35:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:35:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:35:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:36:09.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:36:09.246Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:36:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:36:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:36:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:36:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:36:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:36:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:37:09.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:37:09.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:37:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:37:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:37:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:37:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:37:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:37:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:38:09.252Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:38:09.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:38:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:38:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:38:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:38:59.686Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:38:59.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:38:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:39:09.248Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:39:09.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:39:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:39:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:39:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:39:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:39:59.686Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:39:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:40:09.248Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:40:09.248Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:40:59.684Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:40:59.685Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:40:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:40:59.686Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:40:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:40:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:41:09.292Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:41:09.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:41:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:41:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:41:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:41:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:41:59.687Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:41:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:42:09.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:42:09.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:42:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:42:59.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:42:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:42:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:42:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:42:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:43:09.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:43:09.223Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:43:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:43:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:43:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:43:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:43:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:43:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:44:09.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:44:09.243Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:44:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:44:59.686Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:44:59.687Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:44:59.687Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:44:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:44:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:45:09.227Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:45:09.233Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:45:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:45:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:45:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:45:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:45:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:45:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:46:09.256Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:46:09.256Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:46:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:46:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:46:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:46:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:46:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:46:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:47:09.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:47:09.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:47:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:47:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:47:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:47:59.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:47:59.686Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:47:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:48:09.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:48:09.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:48:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:48:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:48:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:48:59.686Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:48:59.687Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:48:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:49:09.220Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:49:09.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:49:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:49:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:49:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:49:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:49:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:49:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:50:09.249Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:50:09.260Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:50:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:50:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:50:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:50:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:50:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:50:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:51:09.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:51:09.229Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:51:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:51:59.685Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:51:59.686Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:51:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:51:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:51:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:52:09.250Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:52:09.250Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:52:59.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:52:59.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:52:59.685Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:52:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:52:59.688Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:52:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:53:09.231Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:53:09.231Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:53:59.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:53:59.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:53:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:53:59.685Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:53:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:53:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:54:09.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:54:09.232Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:54:59.684Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:54:59.685Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:54:59.685Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:54:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:54:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:54:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:00.309Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:00.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"657c7457-0504-49d6-89d8-3e44f9df74e7","serviceName":"vFW 2022-04-04 13-50-30","serviceVersion":"1.0","serviceUUID":"8623248b-fc3c-48d7-ad5a-e6bb879884dd","serviceDescription":"catalog service description","serviceInvariantUUID":"7b3de524-b710-47be-bdeb-d8211fdb4eb6","resources":[{"resourceInstanceName":"vFW e6bedf25-bb0a 0","resourceName":"vFW e6bedf25-bb0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf","resourceInvariantUUID":"b2e6c7d7-ff23-47a9-a3c5-69b71a13e535","resourceCustomizationUUID":"80b7efcd-bf75-436a-a7ca-e882dba45d70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml","artifactChecksum":"YThlMjczYzI5OWUwYzUzZTdjMzdjODZiY2EyZDM5Njc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e53b45b1-e599-453d-b3f3-47653dfeaf45","artifactVersion":"1"},{"artifactName":"vfwe6bedf25bb0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json","artifactChecksum":"N2ViZWE2NmJiOTA4Y2ZjNzExODQ3NDZhNGZmNGI0MzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c10c2dbb-b673-4a35-9ced-cf946345b8ad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1e7feca5-aad2-4335-a806-defc39db1dec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml","artifactChecksum":"NmQ5MzdhN2VjNDYxMWE3NmZkNWJlMmUyN2Y1MTkxMTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f0cb3bb-4673-418c-a631-e71cfea3f04f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"300c1b97-6a3c-48c2-b17d-4d0f50b72e68","artifactVersion":"2","generatedFromUUID":"1e7feca5-aad2-4335-a806-defc39db1dec"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220404135030-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml","artifactChecksum":"N2UzMTE1NDFhNTQ0YjcxNzQwNTZiYTQ3NmE1NmE5MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd261f6a-0e65-46f7-b2f4-0a654131ff1f","artifactVersion":"1"},{"artifactName":"service-Vfw20220404135030-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar","artifactChecksum":"NTEyYTZlMWM0ZWRlYWM4MTYxYWQxYjRjYTQ5YmRkNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb68ddf0-e317-4677-8547-d80784f36bf1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T13:55:00.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:00.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080459133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:00.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:00.343Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:00.343Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080466526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080460431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080462414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080464712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080461306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080459133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.353Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080466526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.353Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080460431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080462414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080464712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080461306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080459133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080460431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080466526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080462414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080464712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080461306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080459133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080466526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080462414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080460431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.363Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080464712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080461306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080459133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080460431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080466526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.367Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080462414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080464712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080461306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.370Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080466526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080460431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.372Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080462414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080459133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.374Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080464712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.374Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080461306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.375Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080459133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080466526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080460431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080462414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080464712,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.378Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080461306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080474265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.379Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.380Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.380Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080474553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.380Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080475017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.381Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080474306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080474980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649080474110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "cds",
  "timestamp": 1649080476045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.445Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-04T13:55:00.449Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:00.449Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:00.461Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:00.462Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:00.568Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:00.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080475991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649080474110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080475969,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "policy-id",
  "timestamp": 1649080476997,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:00.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649080474110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080477364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649080474110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080478462,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.647Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.648Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T13:55:00.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649080474110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080479891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649080479475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649080479478,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649080474110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649080474110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080481902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:00.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "clamp",
  "timestamp": 1649080482907,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.667Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.667Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:00.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080493722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:00.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:55:00.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:00.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "aai-ml",
  "timestamp": 1649080494729,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T13:55:00.681Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 657c7457-0504-49d6-89d8-3e44f9df74e7
2022-04-04T13:55:00.682Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 657c7457-0504-49d6-89d8-3e44f9df74e7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:01.351Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:01.352Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:01.353Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:01.354Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T13:55:01.454Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:01.455Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:01.455Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:01.463Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:01.464Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:02.354Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:02.355Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:02.358Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:02.358Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T13:55:02.458Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:02.459Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:02.460Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:02.470Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:02.472Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:03.358Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:03.359Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:03.362Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:03.363Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:03.463Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T13:55:03.464Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:03.464Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:03.474Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:03.475Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:04.363Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:04.364Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:04.366Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:04.366Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-04T13:55:04.467Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T13:55:04.468Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:04.468Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:04.480Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:04.480Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:05.367Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:05.369Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:05.372Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:05.372Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:05.472Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:05.473Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:05.474Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:05.485Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:05.486Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:06.372Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T13:55:06.373Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:06.376Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:06.376Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:55:06.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:06.477Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:06.478Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:06.492Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:06.493Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:07.378Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "serviceName": "vFW 2022-04-04 13-50-30",
  "serviceVersion": "1.0",
  "serviceUUID": "8623248b-fc3c-48d7-ad5a-e6bb879884dd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7b3de524-b710-47be-bdeb-d8211fdb4eb6",
  "resources": [
    {
      "resourceInstanceName": "vFW e6bedf25-bb0a 0",
      "resourceCustomizationUUID": "80b7efcd-bf75-436a-a7ca-e882dba45d70",
      "resourceName": "vFW e6bedf25-bb0a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf",
      "resourceInvariantUUID": "b2e6c7d7-ff23-47a9-a3c5-69b71a13e535",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe6bedf25bb0a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
          "artifactChecksum": "N2ViZWE2NmJiOTA4Y2ZjNzExODQ3NDZhNGZmNGI0MzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c10c2dbb-b673-4a35-9ced-cf946345b8ad",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1e7feca5-aad2-4335-a806-defc39db1dec",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "300c1b97-6a3c-48c2-b17d-4d0f50b72e68",
            "generatedFromUUID": "1e7feca5-aad2-4335-a806-defc39db1dec"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "300c1b97-6a3c-48c2-b17d-4d0f50b72e68",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220404135030-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
      "artifactChecksum": "NTEyYTZlMWM0ZWRlYWM4MTYxYWQxYjRjYTQ5YmRkNzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb68ddf0-e317-4677-8547-d80784f36bf1"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T13:55:07.379Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T13:55:07.379Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8623248b-fc3c-48d7-ad5a-e6bb879884dd ASDC
2022-04-04T13:55:07.527Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:657c7457-0504-49d6-89d8-3e44f9df74e7
ServiceName:vFW 2022-04-04 13-50-30
ServiceVersion:1.0
ServiceUUID:8623248b-fc3c-48d7-ad5a-e6bb879884dd
ServiceInvariantUUID:7b3de524-b710-47be-bdeb-d8211fdb4eb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220404135030-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
ArtifactUUID:eb68ddf0-e317-4677-8547-d80784f36bf1
ArtifactChecksum:NTEyYTZlMWM0ZWRlYWM4MTYxYWQxYjRjYTQ5YmRkNzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e6bedf25-bb0a 0
ResourceCustomizationUUID:80b7efcd-bf75-436a-a7ca-e882dba45d70
ResourceInvariantUUID:b2e6c7d7-ff23-47a9-a3c5-69b71a13e535
ResourceName:vFW e6bedf25-bb0a
ResourceType:VF
ResourceUUID:8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe6bedf25bb0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
ArtifactUUID:c10c2dbb-b673-4a35-9ced-cf946345b8ad
ArtifactChecksum:N2ViZWE2NmJiOTA4Y2ZjNzExODQ3NDZhNGZmNGI0MzQ=
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/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
ArtifactUUID:1e7feca5-aad2-4335-a806-defc39db1dec
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/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
ArtifactUUID:300c1b97-6a3c-48c2-b17d-4d0f50b72e68
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/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
ArtifactUUID:300c1b97-6a3c-48c2-b17d-4d0f50b72e68
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-04T13:55:07.528Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8623248b-fc3c-48d7-ad5a-e6bb879884dd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T13:55:07.581Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T13:55:07.582Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-04T13:55:07.583Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-04T13:55:07.583Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb68ddf0-e317-4677-8547-d80784f36bf1 from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:07.583Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:07.585Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:08.069Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:08.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar eb68ddf0-e317-4677-8547-d80784f36bf1 98995
2022-04-04T13:55:08.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar ASDC sendASDCNotification
2022-04-04T13:55:08.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:08.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:08.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:08.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:08.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080508089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:08.194Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:08.196Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:08.196Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:08.206Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:08.206Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:09.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T13:55:09.096Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-04T13:55:09.097Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: eb68ddf0-e317-4677-8547-d80784f36bf1, URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar to file: /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.098Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.179Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.179Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:09.944Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1338179305465739251/Definitions/service-Vfw20220404135030-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-04-04T13:55:13.054Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.059Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e6bedf25-bb0a 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-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:13.061Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-04T13:55:13.067Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.068Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.072Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.072Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-04T13:55:13.074Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-04T13:55:13.076Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T13:55:13.077Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.077Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.080Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.080Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.080Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:13.081Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:13.082Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T13:55:13.084Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.084Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:13.085Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.086Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.087Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.088Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3c9f12c2-3b23-45da-8e0a-5a8986eb0218
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.089Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T13:55:13.090Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dbf70d9-51e4-4346-aee8-92961f677995
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.091Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.092Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T13:55:13.093Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cae024b-c9e1-4207-a5a4-8784c3f0f114
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.094Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:13.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:13.095Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-04 13-50-30
Description:catalog service description
Model UUID:8623248b-fc3c-48d7-ad5a-e6bb879884dd
Model Version:NULL
Model InvariantUuid:7b3de524-b710-47be-bdeb-d8211fdb4eb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e6bedf25-bb0a
Model UUID:1388a7a1-aa0a-43fd-97ea-af5e7ea3693a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b2e6c7d7-ff23-47a9-a3c5-69b71a13e535
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:80b7efcd-bf75-436a-a7ca-e882dba45d70
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:711b9e0c-dbc6-4c9e-ba36-8475c0108c9b
ModelName:VfwE6bedf25Bb0a..base_vfw..module-0
ModelUuid:339c6dbf-2649-42ce-ab81-96bd32e5e053
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c9f12c2-3b23-45da-8e0a-5a8986eb0218
ModelInvariantUuid:f78259d8-8005-4a2c-ad64-326f721321ee
ModelName:vFW e6bedf25-bb0a-nodes.vfwCvfc
ModelUuid:7bb27641-c037-4230-bfa0-c6b544f4a838
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6dfce487-429e-43ce-9708-a924585b9b96
ModelInvariantUuid:278d4803-9d6b-4720-bd43-93154ef6e3bc
ModelName:VfwE6bedf25Bb0a.compute.nodes.heat.vfw
ModelUuid:40ffb41e-e1d8-4308-b90a-677c5f8a9e4c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7dbf70d9-51e4-4346-aee8-92961f677995
ModelInvariantUuid:e67665ba-caff-4b5e-8f03-7a697a552b91
ModelName:vFW e6bedf25-bb0a-nodes.vsnCvfc
ModelUuid:f8448815-986c-492a-bd4d-a1e72264e999
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:56ba5410-51fe-4c0f-a2c9-f435e94aa287
ModelInvariantUuid:b36276c6-25c4-4b68-9073-5e9a630fb219
ModelName:VfwE6bedf25Bb0a.compute.nodes.heat.vsn
ModelUuid:52bfe7fd-ce5e-4077-bb31-d732d3f02162
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3cae024b-c9e1-4207-a5a4-8784c3f0f114
ModelInvariantUuid:0aa37f8e-9b6b-4e65-b247-8780fc365978
ModelName:vFW e6bedf25-bb0a-nodes.vpgCvfc
ModelUuid:ccbb6e66-986d-4073-9ed5-05c4359540c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:70109c50-8f54-419c-8649-5765043c77fa
ModelInvariantUuid:2342c360-fb7f-4024-8efb-462aa8f911c7
ModelName:VfwE6bedf25Bb0a.compute.nodes.heat.vpg
ModelUuid:73be3b87-1477-46da-a456-0c3344e0fed4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T13:55:13.105Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T13:55:13.192Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||vFW e6bedf25-bb0a 0
2022-04-04T13:55:13.198Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf
2022-04-04T13:55:13.198Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c10c2dbb-b673-4a35-9ced-cf946345b8ad from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:13.199Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:13.199Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:13.702Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:13.702Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json c10c2dbb-b673-4a35-9ced-cf946345b8ad 785
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json ASDC sendASDCNotification
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:13.703Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:13.705Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:13.706Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080513702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:13.806Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:13.807Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:13.807Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:13.819Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:13.820Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:14.707Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE6bedf25Bb0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "711b9e0c-dbc6-4c9e-ba36-8475c0108c9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "339c6dbf-2649-42ce-ab81-96bd32e5e053",
    "vfModuleModelCustomizationUUID": "08eaefb5-65bd-4f6d-947e-772955406ab6",
    "isBase": true,
    "artifacts": [
      "1e7feca5-aad2-4335-a806-defc39db1dec",
      "300c1b97-6a3c-48c2-b17d-4d0f50b72e68"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T13:55:14.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6bedf25Bb0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:339c6dbf-2649-42ce-ab81-96bd32e5e053
VfModuleModelInvariantUUID:711b9e0c-dbc6-4c9e-ba36-8475c0108c9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e7feca5-aad2-4335-a806-defc39db1dec
,
300c1b97-6a3c-48c2-b17d-4d0f50b72e68

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

isBase:true


}

2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE6bedf25Bb0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "711b9e0c-dbc6-4c9e-ba36-8475c0108c9b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "339c6dbf-2649-42ce-ab81-96bd32e5e053",
    "vfModuleModelCustomizationUUID": "08eaefb5-65bd-4f6d-947e-772955406ab6",
    "isBase": true,
    "artifacts": [
      "1e7feca5-aad2-4335-a806-defc39db1dec",
      "300c1b97-6a3c-48c2-b17d-4d0f50b72e68"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE6bedf25Bb0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:339c6dbf-2649-42ce-ab81-96bd32e5e053
VfModuleModelInvariantUUID:711b9e0c-dbc6-4c9e-ba36-8475c0108c9b
VfModuleModelDescription:NULL
Artifacts UUID List:{
1e7feca5-aad2-4335-a806-defc39db1dec
,
300c1b97-6a3c-48c2-b17d-4d0f50b72e68

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

isBase:true


}

2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1e7feca5-aad2-4335-a806-defc39db1dec from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:14.725Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:14.726Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:15.373Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml 1e7feca5-aad2-4335-a806-defc39db1dec 20368
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:15.374Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:15.376Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:15.376Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080515374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:15.477Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:15.478Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:15.478Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:15.489Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:15.490Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:16.377Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 300c1b97-6a3c-48c2-b17d-4d0f50b72e68 from URL: /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:16.378Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-04T13:55:16.378Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:16.621Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-04T13:55:16.621Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env 300c1b97-6a3c-48c2-b17d-4d0f50b72e68 2098
2022-04-04T13:55:16.622Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T13:55:16.622Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:16.622Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T13:55:16.623Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:16.626Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:16.626Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080516622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:55:16.726Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:16.727Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:16.727Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:16.737Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:16.738Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:17.627Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8623248b-fc3c-48d7-ad5a-e6bb879884dd
2022-04-04T13:55:17.628Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e6bedf25-bb0a 0 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T13:55:17.667Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16981f5e, org.onap.sdc.toscaparser.api.parameters.Input@69a0c28f, org.onap.sdc.toscaparser.api.parameters.Input@13bdf5ec, org.onap.sdc.toscaparser.api.parameters.Input@255e559, org.onap.sdc.toscaparser.api.parameters.Input@546168a2]
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-04T13:55:17.672Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 80b7efcd-bf75-436a-a7ca-e882dba45d70
2022-04-04T13:55:17.673Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80b7efcd-bf75-436a-a7ca-e882dba45d70 matches Tosca VF Customization UUID: 80b7efcd-bf75-436a-a7ca-e882dba45d70
2022-04-04T13:55:17.673Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 80b7efcd-bf75-436a-a7ca-e882dba45d70  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T13:55:17.682Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.682Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.684Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 80b7efcd-bf75-436a-a7ca-e882dba45d70: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-04T13:55:17.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@932dc60
2022-04-04T13:55:17.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T13:55:17.686Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08eaefb5-65bd-4f6d-947e-772955406ab6
2022-04-04T13:55:17.687Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08eaefb5-65bd-4f6d-947e-772955406ab6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T13:55:17.696Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.696Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.696Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.697Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.698Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.698Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.698Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T13:55:17.699Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.700Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:17.701Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.701Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3c9f12c2-3b23-45da-8e0a-5a8986eb0218
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T13:55:17.710Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.710Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.710Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:17.711Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T13:55:17.712Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.713Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7dbf70d9-51e4-4346-aee8-92961f677995
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T13:55:17.716Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.716Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.716Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.720Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is not matching search criteria
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T13:55:17.721Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.722Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T13:55:17.723Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cae024b-c9e1-4207-a5a4-8784c3f0f114
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T13:55:17.726Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.727Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.727Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T13:55:17.727Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.728Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Node template vFW e6bedf25-bb0a 0 is matching search criteria
2022-04-04T13:55:17.728Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6bedf25-bb0a 0] matching following query criteria: sdcType=VF, customizationUUID=80b7efcd-bf75-436a-a7ca-e882dba45d70
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T13:55:17.730Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.730Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.730Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8623248b-fc3c-48d7-ad5a-e6bb879884dd: vFW e6bedf25-bb0a
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.731Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T13:55:17.732Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-04 13-50-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T13:55:17.733Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-04 13-50-30 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T13:55:17.988Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e6bedf25-bb0a 8e0f6d26-bffe-48e4-8fe3-f20a029ed8bf 1 ASDC deployResourceStructure
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json ASDC sendASDCNotification
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:17.989Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:17.991Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:17.991Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080517989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:18.091Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:18.092Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:18.092Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:18.102Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:18.103Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:18.992Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T13:55:18.993Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml
2022-04-04T13:55:18.993Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:18.994Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:18.996Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:18.996Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080518992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:19.096Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:19.097Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:19.097Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:19.113Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:19.114Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:19.998Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:20.001Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:20.001Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080519997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:20.101Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:20.102Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:20.103Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:20.113Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:20.114Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:21.002Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar ASDC sendASDCNotification
2022-04-04T13:55:21.003Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar
2022-04-04T13:55:21.003Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T13:55:21.003Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T13:55:21.005Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T13:55:21.005Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080521002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T13:55:21.105Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T13:55:21.107Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T13:55:21.107Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:21.123Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:21.124Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-04T13:55:22.006Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:22.025Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:22.031Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:55:22.031Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:55:22.031Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:55:22.032Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:55:52.032Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:52.044Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:55:52.047Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:55:52.047Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:55:52.048Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:55:52.048Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:55:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:55:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:55:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:55:59.807Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:55:59.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:55:59.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:55:59.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:56:22.048Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:22.060Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:56:22.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:56:52.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:52.079Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:56:52.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:56:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:56:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:56:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:57:00.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:57:00.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T13:57:00.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-04T13:57:00.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080499684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080508089,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080513702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080515374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080516622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080517989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/vfwe6bedf25bb0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080518992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T13:57:00.212Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080519997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/resourceInstances/vfwe6bedf25bb0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080521002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404135030/1.0/artifacts/service-Vfw20220404135030-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T13:57:00.213Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T13:57:22.083Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:22.097Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:57:22.100Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:57:52.101Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:52.125Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:57:52.130Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:57:52.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:57:52.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:57:52.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:57:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:57:59.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:57:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:58:09.228Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:58:22.131Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:22.159Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:58:22.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:58:52.163Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:52.182Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:58:52.186Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:58:52.186Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:58:52.187Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:58:52.187Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:58:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:58:59.688Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:58:59.688Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T13:59:09.225Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T13:59:22.187Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:22.199Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:22.202Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:59:22.202Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:59:22.202Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:59:22.203Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:59:52.203Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:52.218Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T13:59:52.221Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T13:59:52.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T13:59:52.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T13:59:52.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T13:59:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T13:59:59.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T13:59:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:09.230Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:00:22.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-04-04T14:00:22.223Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 657c7457-0504-49d6-89d8-3e44f9df74e7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:00:22.236Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 657c7457-0504-49d6-89d8-3e44f9df74e7 and serviceModelVersionId: 8623248b-fc3c-48d7-ad5a-e6bb879884dd
2022-04-04T14:00:22.236Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b3de524-b710-47be-bdeb-d8211fdb4eb6
2022-04-04T14:00:37.280Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0
2022-04-04T14:00:37.390Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:00:37.886Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-04T14:00:37.891Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0|INFO|500||Invoke
2022-04-04T14:00:38.007Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-04T14:00:38.785Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0|INFO|500||InvokeReturn
2022-04-04T14:00:38.786Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b3de524-b710-47be-bdeb-d8211fdb4eb6/model-vers/model-ver/8623248b-fc3c-48d7-ad5a-e6bb879884dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:00:38:017-21813], vertex-id=[151568], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:00:38 GMT], Content-Type=[application/json]}
2022-04-04T14:00:38.786Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:00:38.789Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:00:38.791Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:00:38.797Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-04T14:00:38.798Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 657c7457-0504-49d6-89d8-3e44f9df74e7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-04-04T14:00:38.799Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-04T14:00:38.800Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:00:38.802Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:00:38.802Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080838798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-04T14:00:38.902Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:00:38.903Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:00:38.904Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:38.914Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:00:38.915Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:00:39.816Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:39.817Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:39.817Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:50.064Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:00:50.065Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:50.065Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:50.065Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:59.597Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:00:59.598Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:59.599Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:59.599Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:00:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:00:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:00:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:00.314Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:01:00.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:01:00.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "657c7457-0504-49d6-89d8-3e44f9df74e7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649080838798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-04-04T14:01:00.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:01:09.189Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:01:09.190Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:09.190Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:09.191Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:18.730Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:01:18.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:18.731Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:18.731Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:28.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:01:28.274Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:28.275Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:28.275Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:37.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:01:59.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:59.684Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:59.684Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:01:59.685Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:01:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:01:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:02:09.299Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:02:09.299Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:02:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:02:59.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:02:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:02:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:02:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:02:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:03:09.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:03:09.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:03:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:03:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:03:59.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:03:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:03:59.686Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:03:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:04:09.226Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:04:09.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:04:59.684Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:04:59.685Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:04:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:04:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:04:59.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:04:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:00.320Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:00.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"47ef62bc-686c-4714-a683-1c411685f9c2","serviceName":"vFW 2022-04-04 14-01-19","serviceVersion":"1.0","serviceUUID":"cec7591b-5cb4-4360-b355-73acbece79f5","serviceDescription":"catalog service description","serviceInvariantUUID":"f4991dda-b02e-4db4-a166-66a7028a23dc","resources":[{"resourceInstanceName":"vFW 8a035ee2-d2f9 0","resourceName":"vFW 8a035ee2-d2f9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8dffc5c-9dab-45d4-aac7-1b53dbccc75f","resourceInvariantUUID":"9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1","resourceCustomizationUUID":"f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml","artifactChecksum":"MjY4OWFlNzc1ZDQ3YjAyMTRiZjVkMWFhN2VlZTZjNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05a12c3c-c1da-49b6-937a-818c1c847bf4","artifactVersion":"1"},{"artifactName":"vfw8a035ee2d2f90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json","artifactChecksum":"NjliMzYyODQyMjIzYzQ0MGFkMTY1NDZkNjY3YWUwOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42568384-ed21-4446-82a6-cb83531e92a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79856582-5f37-4753-bf4c-2530af9b6c07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml","artifactChecksum":"NTQ5NWMxYjBlYjU3ZjM5ZTVjNmIzY2FkODdhYjhiNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f9d1a5c-0d1b-4a6a-ae9a-03826895a586","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"12bd9636-c969-4256-891a-1fd37b424cef","artifactVersion":"2","generatedFromUUID":"79856582-5f37-4753-bf4c-2530af9b6c07"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220404140119-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml","artifactChecksum":"ZWRlODYyZDFiYWUwMTkzMmU2NmYxNDA5MzRiMGM3MmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1426376b-adb3-453c-b7e5-d8ff573caf6e","artifactVersion":"1"},{"artifactName":"service-Vfw20220404140119-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar","artifactChecksum":"M2EwOWYxYmQyOTBjMTk4MDY4ZTM1MDQwOTgwOWE1ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c341d13-4521-4c93-80d8-2199daa9f856","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:05:00.323Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:00.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.325Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:00.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081066526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.326Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081060431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081064711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081059133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081062414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081061306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081066526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081060431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081064711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.329Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081062414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081059133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.330Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081061306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081060431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081064711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081066526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.332Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081059133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.332Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081062414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081061306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081060431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081064711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081066526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081059133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081062414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081061306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081064711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.336Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081066526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081060431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081059133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081062414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081061306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081064711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081066526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081060431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081059133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081062414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081061306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081064711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081060431,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081066526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081059133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081062414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081061306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081074067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.345Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081074339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081074082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.346Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081074759,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081074881,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.347Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081074109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081075767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:00.348Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "cds",
  "timestamp": 1649081075888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.372Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.373Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081075472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081074109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "policy-id",
  "timestamp": 1649081076772,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.388Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.388Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081074109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081076864,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081077635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:00.396Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081074109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081077911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.402Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.402Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T14:05:00.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081078640,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.415Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.415Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081074109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.427Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081078915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081074109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081074109,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081085006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081087016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "clamp",
  "timestamp": 1649081088021,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-04-04T14:05:00.432Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:00.433Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:00.433Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.437Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.437Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081088382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:05:00.445Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:05:00.446Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "aai-ml",
  "timestamp": 1649081089386,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-04-04T14:05:00.446Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:00.446Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:00.450Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47ef62bc-686c-4714-a683-1c411685f9c2
2022-04-04T14:05:00.450Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47ef62bc-686c-4714-a683-1c411685f9c2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:01.333Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:01.334Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:01.337Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:01.337Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:05:01.437Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:01.438Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:01.439Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:01.530Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:01.531Z||pool-20-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:02.338Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:02.339Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:02.341Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:02.341Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:05:02.441Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:02.442Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:02.442Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:02.467Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:02.468Z||pool-21-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:03.341Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:03.342Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:03.346Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:03.346Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:03.447Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:05:03.449Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:03.449Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:03.474Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:03.474Z||pool-22-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:05:04.347Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:04.347Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:04.349Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:04.349Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-04T14:05:04.450Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:04.451Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:04.451Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:04.464Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:04.465Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:05.350Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:05.351Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:05.353Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:05.353Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:05.453Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:05.454Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:05.454Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:05.471Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:05.472Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:05:06.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:05:06.355Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:06.357Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:06.357Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:05:06.457Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:06.458Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:06.458Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:06.487Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:06.488Z||pool-25-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:07.359Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "serviceName": "vFW 2022-04-04 14-01-19",
  "serviceVersion": "1.0",
  "serviceUUID": "cec7591b-5cb4-4360-b355-73acbece79f5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f4991dda-b02e-4db4-a166-66a7028a23dc",
  "resources": [
    {
      "resourceInstanceName": "vFW 8a035ee2-d2f9 0",
      "resourceCustomizationUUID": "f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5",
      "resourceName": "vFW 8a035ee2-d2f9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b8dffc5c-9dab-45d4-aac7-1b53dbccc75f",
      "resourceInvariantUUID": "9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8a035ee2d2f90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
          "artifactChecksum": "NjliMzYyODQyMjIzYzQ0MGFkMTY1NDZkNjY3YWUwOTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "42568384-ed21-4446-82a6-cb83531e92a5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "79856582-5f37-4753-bf4c-2530af9b6c07",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "12bd9636-c969-4256-891a-1fd37b424cef",
            "generatedFromUUID": "79856582-5f37-4753-bf4c-2530af9b6c07"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "12bd9636-c969-4256-891a-1fd37b424cef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220404140119-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
      "artifactChecksum": "M2EwOWYxYmQyOTBjMTk4MDY4ZTM1MDQwOTgwOWE1ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c341d13-4521-4c93-80d8-2199daa9f856"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:05:07.359Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:05:07.359Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cec7591b-5cb4-4360-b355-73acbece79f5 ASDC
2022-04-04T14:05:07.360Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:47ef62bc-686c-4714-a683-1c411685f9c2
ServiceName:vFW 2022-04-04 14-01-19
ServiceVersion:1.0
ServiceUUID:cec7591b-5cb4-4360-b355-73acbece79f5
ServiceInvariantUUID:f4991dda-b02e-4db4-a166-66a7028a23dc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220404140119-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
ArtifactUUID:8c341d13-4521-4c93-80d8-2199daa9f856
ArtifactChecksum:M2EwOWYxYmQyOTBjMTk4MDY4ZTM1MDQwOTgwOWE1ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8a035ee2-d2f9 0
ResourceCustomizationUUID:f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
ResourceInvariantUUID:9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1
ResourceName:vFW 8a035ee2-d2f9
ResourceType:VF
ResourceUUID:b8dffc5c-9dab-45d4-aac7-1b53dbccc75f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8a035ee2d2f90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
ArtifactUUID:42568384-ed21-4446-82a6-cb83531e92a5
ArtifactChecksum:NjliMzYyODQyMjIzYzQ0MGFkMTY1NDZkNjY3YWUwOTM=
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/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
ArtifactUUID:79856582-5f37-4753-bf4c-2530af9b6c07
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/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
ArtifactUUID:12bd9636-c969-4256-891a-1fd37b424cef
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/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
ArtifactUUID:12bd9636-c969-4256-891a-1fd37b424cef
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-04T14:05:07.360Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cec7591b-5cb4-4360-b355-73acbece79f5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:05:07.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:05:07.400Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8c341d13-4521-4c93-80d8-2199daa9f856 from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:07.401Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:07.965Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:07.969Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar 8c341d13-4521-4c93-80d8-2199daa9f856 98939
2022-04-04T14:05:07.970Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar ASDC sendASDCNotification
2022-04-04T14:05:07.970Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:07.970Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:07.971Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:07.973Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:07.973Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081107970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:08.073Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:08.074Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:08.074Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:08.087Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:08.088Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:08.974Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:05:08.975Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:05:08.975Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8c341d13-4521-4c93-80d8-2199daa9f856, URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar to file: /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:08.975Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220404140119-csar.csar
2022-04-04T14:05:08.976Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:08.976Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:09.185Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7275863256154070545/Definitions/service-Vfw20220404140119-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-04T14:05:11.338Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.339Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8a035ee2-d2f9 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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||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-Vfw20220404140119-csar.csar
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:05:11.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:05:11.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:05:11.343Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.344Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.346Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:11.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:11.350Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94695cbd-4ea7-4024-abfc-e3a665c7bdd5
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:11.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:11.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b24c9de8-eacd-422e-8887-392e3e93c10c
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.354Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.355Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:11.356Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0936ca23-80d1-4ce5-b016-da69366233b3
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.357Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:11.358Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-04 14-01-19
Description:catalog service description
Model UUID:cec7591b-5cb4-4360-b355-73acbece79f5
Model Version:NULL
Model InvariantUuid:f4991dda-b02e-4db4-a166-66a7028a23dc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8a035ee2-d2f9
Model UUID:cfe4893d-37bb-4517-b5b6-2712eea2eabb
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9c70e7c5-a9bf-475e-8fde-0ea38dbe0ee1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dc43e12c-8782-4c78-90eb-5b90d5f3f2f3
ModelName:Vfw8a035ee2D2f9..base_vfw..module-0
ModelUuid:761035a9-ef20-4dfa-951b-be0d1671e054
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:94695cbd-4ea7-4024-abfc-e3a665c7bdd5
ModelInvariantUuid:b20f1dff-5522-4c53-bd21-6222e27fa31f
ModelName:vFW 8a035ee2-d2f9-nodes.vfwCvfc
ModelUuid:f5ae9cdb-902d-4d2d-a1a6-bda992a6826c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f074002b-9296-402b-a808-e9396076b148
ModelInvariantUuid:4d18c1ee-c9ea-4568-acbf-8c4d37717573
ModelName:Vfw8a035ee2D2f9.compute.nodes.heat.vfw
ModelUuid:6ca88dcf-c808-40c6-a537-6d0b625a17e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b24c9de8-eacd-422e-8887-392e3e93c10c
ModelInvariantUuid:14f334b2-c986-4dc6-93da-89edabbfb2e3
ModelName:vFW 8a035ee2-d2f9-nodes.vsnCvfc
ModelUuid:fc79c53b-fe34-4e12-bf03-85ffc8d69780
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f4cb2927-9767-45fb-8238-c25dd35c3fd8
ModelInvariantUuid:4c655000-158c-46b5-b638-345d16b9bbbb
ModelName:Vfw8a035ee2D2f9.compute.nodes.heat.vsn
ModelUuid:236011ef-01f6-4b6a-ba04-6c9fbeac3c53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0936ca23-80d1-4ce5-b016-da69366233b3
ModelInvariantUuid:b0e7109f-563e-47cb-875d-550e232e369b
ModelName:vFW 8a035ee2-d2f9-nodes.vpgCvfc
ModelUuid:3a88e511-bb0e-43b3-b5ca-b0f6efa6cbde
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:527a1987-3ae4-4658-bb4e-a37c656141b2
ModelInvariantUuid:1104dd6e-fbb4-4ace-9cac-e3f47b118f88
ModelName:Vfw8a035ee2D2f9.compute.nodes.heat.vpg
ModelUuid:ce8ac329-72bf-4c0a-8a0a-3ae117f7d712
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:05:11.366Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: b8dffc5c-9dab-45d4-aac7-1b53dbccc75f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||vFW 8a035ee2-d2f9 0
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8dffc5c-9dab-45d4-aac7-1b53dbccc75f
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 42568384-ed21-4446-82a6-cb83531e92a5 from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:11.370Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:12.268Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json 42568384-ed21-4446-82a6-cb83531e92a5 785
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json ASDC sendASDCNotification
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:12.269Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:12.270Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:12.272Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:12.273Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081112269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:12.372Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:05:12.374Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:12.374Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:12.384Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:12.385Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:13.273Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a035ee2D2f9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dc43e12c-8782-4c78-90eb-5b90d5f3f2f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "761035a9-ef20-4dfa-951b-be0d1671e054",
    "vfModuleModelCustomizationUUID": "6098d088-8879-44f5-a0a2-efeed9844416",
    "isBase": true,
    "artifacts": [
      "79856582-5f37-4753-bf4c-2530af9b6c07",
      "12bd9636-c969-4256-891a-1fd37b424cef"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:05:13.278Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a035ee2D2f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:761035a9-ef20-4dfa-951b-be0d1671e054
VfModuleModelInvariantUUID:dc43e12c-8782-4c78-90eb-5b90d5f3f2f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
79856582-5f37-4753-bf4c-2530af9b6c07
,
12bd9636-c969-4256-891a-1fd37b424cef

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

isBase:true


}

2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8a035ee2D2f9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dc43e12c-8782-4c78-90eb-5b90d5f3f2f3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "761035a9-ef20-4dfa-951b-be0d1671e054",
    "vfModuleModelCustomizationUUID": "6098d088-8879-44f5-a0a2-efeed9844416",
    "isBase": true,
    "artifacts": [
      "79856582-5f37-4753-bf4c-2530af9b6c07",
      "12bd9636-c969-4256-891a-1fd37b424cef"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8a035ee2D2f9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:761035a9-ef20-4dfa-951b-be0d1671e054
VfModuleModelInvariantUUID:dc43e12c-8782-4c78-90eb-5b90d5f3f2f3
VfModuleModelDescription:NULL
Artifacts UUID List:{
79856582-5f37-4753-bf4c-2530af9b6c07
,
12bd9636-c969-4256-891a-1fd37b424cef

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

isBase:true


}

2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79856582-5f37-4753-bf4c-2530af9b6c07 from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:13.289Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:13.290Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:13.785Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:13.786Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml 79856582-5f37-4753-bf4c-2530af9b6c07 20368
2022-04-04T14:05:13.786Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T14:05:13.787Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:13.787Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:13.787Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:13.789Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:13.789Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081113786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:13.889Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:13.890Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:13.890Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:13.906Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:13.906Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:14.789Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12bd9636-c969-4256-891a-1fd37b424cef from URL: /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:14.790Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:05:14.790Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:15.376Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env 12bd9636-c969-4256-891a-1fd37b424cef 2098
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:05:15.377Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:15.379Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:15.379Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081115377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:05:15.480Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:05:15.481Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:15.481Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:15.494Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:15.495Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:16.380Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cec7591b-5cb4-4360-b355-73acbece79f5
2022-04-04T14:05:16.381Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8a035ee2-d2f9 0 b8dffc5c-9dab-45d4-aac7-1b53dbccc75f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:05:16.397Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7594bdec, org.onap.sdc.toscaparser.api.parameters.Input@7137224, org.onap.sdc.toscaparser.api.parameters.Input@7ef58fea, org.onap.sdc.toscaparser.api.parameters.Input@7d83ee95, org.onap.sdc.toscaparser.api.parameters.Input@2d284714]
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-04-04T14:05:16.399Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
2022-04-04T14:05:16.400Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5 matches Tosca VF Customization UUID: f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
2022-04-04T14:05:16.400Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T14:05:16.402Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.403Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.403Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fb6c7a
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6098d088-8879-44f5-a0a2-efeed9844416
2022-04-04T14:05:16.404Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6098d088-8879-44f5-a0a2-efeed9844416
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T14:05:16.407Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.408Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:16.409Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.410Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:16.411Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.411Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=94695cbd-4ea7-4024-abfc-e3a665c7bdd5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:05:16.415Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.415Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.415Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:16.416Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.417Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-04T14:05:16.418Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.419Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b24c9de8-eacd-422e-8887-392e3e93c10c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:05:16.422Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.422Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.422Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is not matching search criteria
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-04T14:05:16.423Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-04T14:05:16.424Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-04T14:05:16.425Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0936ca23-80d1-4ce5-b016-da69366233b3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:05:16.428Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.429Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.429Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:05:16.429Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.430Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Node template vFW 8a035ee2-d2f9 0 is matching search criteria
2022-04-04T14:05:16.430Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8a035ee2-d2f9 0] matching following query criteria: sdcType=VF, customizationUUID=f2ccf25d-aba2-4b3a-8d03-0bc1c66ce7b5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cec7591b-5cb4-4360-b355-73acbece79f5: vFW 8a035ee2-d2f9
2022-04-04T14:05:16.433Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.434Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.434Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.434Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.436Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-04-04 14-01-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:05:16.437Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-04-04 14-01-19 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8a035ee2-d2f9 b8dffc5c-9dab-45d4-aac7-1b53dbccc75f 1 ASDC deployResourceStructure
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json ASDC sendASDCNotification
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json
2022-04-04T14:05:16.610Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:16.611Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:16.612Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:16.612Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081116610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:16.713Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:16.713Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:16.714Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:16.733Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:16.733Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:17.613Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-04T14:05:17.614Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml
2022-04-04T14:05:17.614Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:17.614Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:17.616Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:17.616Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081117613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:17.716Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:17.717Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:17.717Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:17.727Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:17.728Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:18.617Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-04T14:05:18.617Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env
2022-04-04T14:05:18.617Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:18.618Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:18.619Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:18.619Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081118616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:18.720Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:18.721Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:18.721Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:18.732Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:18.733Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:05:19.621Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar ASDC sendASDCNotification
2022-04-04T14:05:19.622Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar
2022-04-04T14:05:19.622Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:05:19.623Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:19.626Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:19.627Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081119621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:05:19.726Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:05:19.727Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:19.727Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:19.736Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:19.737Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:05:20.628Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47ef62bc-686c-4714-a683-1c411685f9c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:05:20.638Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47ef62bc-686c-4714-a683-1c411685f9c2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:05:20.644Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:05:20.645Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:05:20.646Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:05:20.647Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:05:20.651Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:05:50.651Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47ef62bc-686c-4714-a683-1c411685f9c2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:05:50.658Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47ef62bc-686c-4714-a683-1c411685f9c2 and serviceModelVersionId: cec7591b-5cb4-4360-b355-73acbece79f5
2022-04-04T14:05:50.659Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4991dda-b02e-4db4-a166-66a7028a23dc
2022-04-04T14:05:50.660Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0
2022-04-04T14:05:50.665Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:05:50.725Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-04T14:05:50.727Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0|INFO|500||Invoke
2022-04-04T14:05:50.760Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-04T14:05:51.296Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0|INFO|500||InvokeReturn
2022-04-04T14:05:51.297Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4991dda-b02e-4db4-a166-66a7028a23dc/model-vers/model-ver/cec7591b-5cb4-4360-b355-73acbece79f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:05:50:768-86287], vertex-id=[192624], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:05:50 GMT], Content-Type=[application/json]}
2022-04-04T14:05:51.298Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:05:51.298Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:05:51.298Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:05:51.304Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-04T14:05:51.304Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47ef62bc-686c-4714-a683-1c411685f9c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:05:51.304Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:05:51.305Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:05:51.307Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:05:51.307Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081151304,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:05:51.407Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:05:51.408Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:05:51.409Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:51.424Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:51.425Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:05:59.685Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:05:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:05:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:05:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:59.686Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:05:59.686Z|47ef62bc-686c-4714-a683-1c411685f9c2|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:05:59.817Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:05:59.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-04T14:05:59.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:05:59.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:00.340Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:06:00.341Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:06:00.342Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f37ba3b-cd38-411f-8eb7-3024085b2281","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3fd739d7-bf53-4861-98b6-ef9f30393e0d","serviceDescription":"service","serviceInvariantUUID":"b3209988-58dc-416a-b865-bafda3cfc3a4","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8195763f-84d1-4b1e-a138-7e9bd7e01ddd","resourceInvariantUUID":"ebe23676-f179-48cd-a1f8-4da8ec4ed957","resourceCustomizationUUID":"5525aa73-1b3b-4d32-be87-be5a665db569","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":"NjI2ZDEwOWJjNDBmNTI1ZTE5YTc0YmU4NTdkZjA0NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25109b7b-12fb-4b27-8537-9a4a79cd2f25","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWI1ZDZmM2FlOTEwZjc1OTQ0NTVhMTA3MzA2NTYzMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"12b3776e-08e2-4b3a-ab13-af74480a830d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:06:00.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:06:00.345Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:00.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:00.347Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081159684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:00.447Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:06:00.448Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:00.448Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:00.468Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:06:00.469Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:06:01.348Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:06:01.349Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:01.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:01.351Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081159684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:01.451Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:06:01.452Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:01.452Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:01.503Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:06:01.503Z||pool-36-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:06:02.352Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "3fd739d7-bf53-4861-98b6-ef9f30393e0d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b3209988-58dc-416a-b865-bafda3cfc3a4",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5525aa73-1b3b-4d32-be87-be5a665db569",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8195763f-84d1-4b1e-a138-7e9bd7e01ddd",
      "resourceInvariantUUID": "ebe23676-f179-48cd-a1f8-4da8ec4ed957",
      "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": "ZWI1ZDZmM2FlOTEwZjc1OTQ0NTVhMTA3MzA2NTYzMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "12b3776e-08e2-4b3a-ab13-af74480a830d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:06:02.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:06:02.353Z|47ef62bc-686c-4714-a683-1c411685f9c2|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3fd739d7-bf53-4861-98b6-ef9f30393e0d ASDC
2022-04-04T14:06:02.353Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5f37ba3b-cd38-411f-8eb7-3024085b2281
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3fd739d7-bf53-4861-98b6-ef9f30393e0d
ServiceInvariantUUID:b3209988-58dc-416a-b865-bafda3cfc3a4
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:12b3776e-08e2-4b3a-ab13-af74480a830d
ArtifactChecksum:ZWI1ZDZmM2FlOTEwZjc1OTQ0NTVhMTA3MzA2NTYzMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5525aa73-1b3b-4d32-be87-be5a665db569
ResourceInvariantUUID:ebe23676-f179-48cd-a1f8-4da8ec4ed957
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8195763f-84d1-4b1e-a138-7e9bd7e01ddd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-04T14:06:02.354Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fd739d7-bf53-4861-98b6-ef9f30393e0d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:02.377Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12b3776e-08e2-4b3a-ab13-af74480a830d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-04-04T14:06:02.378Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:02.853Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 12b3776e-08e2-4b3a-ab13-af74480a830d 52510
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:06:02.856Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:02.868Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:02.868Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081162856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:02.959Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-04-04T14:06:02.959Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:02.960Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:02.972Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:06:02.973Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:06:03.869Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:06:03.870Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-04-04T14:06:03.870Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 12b3776e-08e2-4b3a-ab13-af74480a830d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:03.871Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-04T14:06:03.871Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:03.872Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.026Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1066748562279941069/Definitions/service-BasicNetwork-template.yml
2022-04-04T14:06:04.381Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.382Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-04-04T14:06:04.383Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.384Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.385Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.386Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.387Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:3fd739d7-bf53-4861-98b6-ef9f30393e0d
Model Version:NULL
Model InvariantUuid:b3209988-58dc-416a-b865-bafda3cfc3a4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ebe23676-f179-48cd-a1f8-4da8ec4ed957
Model UUID:2061a151-79bb-4c8b-8740-f83c11223f83
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5525aa73-1b3b-4d32-be87-be5a665db569
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:06:04.392Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 8195763f-84d1-4b1e-a138-7e9bd7e01ddd
2022-04-04T14:06:04.393Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||No resources found for Service: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:06:04.396Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||
2022-04-04T14:06:04.397Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-04T14:06:04.398Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
2022-04-04T14:06:04.398Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
2022-04-04T14:06:04.398Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-04T14:06:04.399Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.403Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20677d26, org.onap.sdc.toscaparser.api.parameters.Input@ca5a582, org.onap.sdc.toscaparser.api.parameters.Input@332bc83d, org.onap.sdc.toscaparser.api.parameters.Input@46e7c32d, org.onap.sdc.toscaparser.api.parameters.Input@5d72189a]
2022-04-04T14:06:04.404Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.404Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3fd739d7-bf53-4861-98b6-ef9f30393e0d: Generic NeutronNet
2022-04-04T14:06:04.405Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.406Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.406Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.406Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.434Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.434Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:06:04.435Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:06:04.436Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||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-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-04T14:06:04.476Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:06:04.477Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:06:04.478Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:06:04.479Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081164476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:04.579Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:06:04.580Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:06:04.580Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:04.608Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:06:04.609Z||pool-38-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:06:05.480Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:05.489Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:05.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:06:05.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:06:05.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:06:35.492Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:35.502Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:06:35.503Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:06:35.504Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:06:35.504Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:06:59.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:06:59.687Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:06:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:06:59.724Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:06:59.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081099684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081107970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081112269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081113786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081115377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081116610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/vfw8a035ee2d2f90_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081117613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081118616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/resourceInstances/vfw8a035ee2d2f90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081119621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220404140119/1.0/artifacts/service-Vfw20220404140119-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "clamp",
  "timestamp": 1649081126526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "cds",
  "timestamp": 1649081124711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "cds",
  "timestamp": 1649081124711,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "clamp",
  "timestamp": 1649081126526,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081134109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081134109,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "cds",
  "timestamp": 1649081136877,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "cds",
  "timestamp": 1649081137883,
  "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=?
2022-04-04T14:06:59.747Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.748Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:59.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081139133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.756Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.756Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.756Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081139133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "policy-id",
  "timestamp": 1649081141307,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.757Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "policy-id",
  "timestamp": 1649081141307,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "clamp",
  "timestamp": 1649081145019,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "policy-id",
  "timestamp": 1649081144960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "policy-id",
  "timestamp": 1649081145966,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "clamp",
  "timestamp": 1649081147033,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "policy-id",
  "timestamp": 1649081146970,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:06:59.763Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.763Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:59.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "clamp",
  "timestamp": 1649081148037,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:06:59.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.776Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:06:59.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47ef62bc-686c-4714-a683-1c411685f9c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081151304,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "aai-ml",
  "timestamp": 1649081150431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "aai-ml",
  "timestamp": 1649081150431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081152414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "aai-ml",
  "timestamp": 1649081153391,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081152414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081155343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081156859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:06:59.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081157863,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:06:59.788Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:06:59.788Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:07:05.504Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:05.514Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:05.517Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:07:05.517Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:07:05.517Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:07:35.518Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:35.530Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:07:35.532Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:07:35.532Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:07:35.532Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:07:59.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:07:59.689Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:07:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:07:59.711Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:07:59.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-04T14:07:59.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "aai-ml",
  "timestamp": 1649081158781,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:07:59.714Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:08:05.533Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:05.546Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:05.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:08:05.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:08:05.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:08:35.549Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:35.557Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:08:35.560Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:08:35.560Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:08:35.560Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:08:59.685Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:08:59.686Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:08:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:08:59.717Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:08:59.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081159684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:08:59.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:08:59.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "aai-ml",
  "timestamp": 1649081159786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:08:59.727Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f37ba3b-cd38-411f-8eb7-3024085b2281
2022-04-04T14:08:59.728Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f37ba3b-cd38-411f-8eb7-3024085b2281 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:08:59.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081159684,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081162856,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081164476,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:08:59.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:09:05.561Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:09:05.571Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:09:05.574Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:09:05.575Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:09:05.579Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:09:35.580Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:09:35.589Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@45914ac8 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2514) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-04-04T14:09:35.595Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-04T14:09:35.595Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||(conn=2514) WSREP has not yet prepared node for application use
2022-04-04T14:09:35.607Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exception occurred on executePatchAAI : could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-04T14:09:35.607Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||Exception occurred
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.findOneByDistributionId(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:167)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2514) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 54 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 59 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 60 common frames omitted
2022-04-04T14:09:35.609Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exception in Watchdog executePatchAAI(): org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-04T14:09:35.610Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Exception caused by: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:09:35.613Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-04T14:09:35.613Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f37ba3b-cd38-411f-8eb7-3024085b2281 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
2022-04-04T14:09:35.614Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-04T14:09:35.614Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:35.616Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:35.616Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081375613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-04-04T14:09:35.717Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:35.718Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:35.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:35.733Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:35.734Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:09:36.623Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3fae0e27 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2515) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor183.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.save(Unknown Source)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 76 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 77 common frames omitted
2022-04-04T14:09:36.624Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-04-04T14:09:36.625Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||(conn=2515) WSREP has not yet prepared node for application use
2022-04-04T14:09:36.627Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor183.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.save(Unknown Source)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2515) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 71 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 76 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 77 common frames omitted
2022-04-04T14:09:36.629Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor183.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at jdk.internal.reflect.GeneratedMethodAccessor185.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.save(Unknown Source)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	... 40 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2515) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 71 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 76 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 77 common frames omitted
2022-04-04T14:09:36.634Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.save(Unknown Source)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:703)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 23 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy141.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 26 common frames omitted
2022-04-04T14:09:36.635Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:09:36.641Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f37ba3b-cd38-411f-8eb7-3024085b2281 and serviceModelVersionId: 3fd739d7-bf53-4861-98b6-ef9f30393e0d
2022-04-04T14:09:36.641Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3209988-58dc-416a-b865-bafda3cfc3a4
2022-04-04T14:09:36.642Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0
2022-04-04T14:09:36.648Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:09:36.725Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-04T14:09:36.728Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0|INFO|500||Invoke
2022-04-04T14:09:36.753Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-04-04T14:09:37.252Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0|INFO|500||InvokeReturn
2022-04-04T14:09:37.253Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3209988-58dc-416a-b865-bafda3cfc3a4/model-vers/model-ver/3fd739d7-bf53-4861-98b6-ef9f30393e0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220404-14:09:36:761-6739], vertex-id=[237720], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:09:36 GMT], Content-Type=[application/json]}
2022-04-04T14:09:37.255Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:09:37.255Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:09:37.256Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-04-04T14:09:37.256Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f37ba3b-cd38-411f-8eb7-3024085b2281 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-04-04T14:09:37.256Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-04-04T14:09:37.257Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:37.259Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:37.260Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081377256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-04T14:09:37.360Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:37.361Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:37.361Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:37.377Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:37.378Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:09:38.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:09:38.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:09:38.290Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:42.699Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:42.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:09:42.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"a1863c8f-6993-4c92-bb42-e865b6fb465e","serviceName":"Demo_pNF_fTxkJddcSVXi3LNpBjpg","serviceVersion":"1.0","serviceUUID":"0452a77a-8ec1-408b-9578-b749de35b5f1","serviceDescription":"catalog service description","serviceInvariantUUID":"8b6bfe5c-9cd6-4597-a978-25c5e8b891fc","resources":[{"resourceInstanceName":"pNF fe69998d-a4ee 0","resourceName":"pNF fe69998d-a4ee","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a2f60521-8562-4b9c-ad1c-54648614ddd6","resourceInvariantUUID":"e733cd26-83a4-4e1a-872e-eafce4742099","resourceCustomizationUUID":"53fbd317-6b1b-4712-9228-540c4bfe4806","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml","artifactChecksum":"ZTFiY2UwNzg5OTg3Yzc5ZmUyZDc0YzYxNTExYmE4YWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6f7a626-36f0-4e32-b3ac-4ffa6699ac61","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar","artifactChecksum":"M2Y1MTVmYzAwMmNhNjcyOGRlM2ZiNmY2NTZiNWM3ODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45193962-9e8d-41d2-8fa1-6787ad08ec07","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98448ca7-5e65-442a-8881-48ce21cf799d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml","artifactChecksum":"M2U2Y2YzNWYzN2QyNzk0MzE4MTBlOWU1ZjkyZTZiNTU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"17141400-5a4d-481a-bc9c-188189e03395","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5347b0d8-5bb4-4fd4-befa-5ef5d98939b5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc4ab85c-8191-42d9-83a3-d48ad90f6649","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml","artifactChecksum":"Y2ZhNmE0MjAwZWJkOTRhYzVlYmJkNzc2ZDcxNzkyNzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"823a898b-f958-4148-82ff-02bdb833802a","artifactVersion":"1"},{"artifactName":"service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar","artifactChecksum":"MjIzMTFkY2M3YzFhOTBkMGYzNTBjZjQxN2MzYWY1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"724ff3ef-00ea-4677-9a06-3a437a04a5a9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:09:42.704Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:42.705Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:42.709Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:42.709Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:42.809Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:42.810Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:42.810Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:42.820Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:42.821Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:43.709Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:43.710Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:43.713Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:43.713Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:43.813Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:43.814Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:43.815Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:43.825Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:43.826Z||pool-42-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:44.713Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:44.714Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:44.716Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:44.716Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:44.817Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:09:44.818Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:44.818Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:44.827Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:44.828Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:45.717Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:45.718Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:45.721Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:45.721Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:45.821Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:45.822Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:45.822Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:45.833Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:45.834Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:46.722Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:46.723Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:46.726Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:46.726Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:46.825Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:09:46.827Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:46.827Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:46.839Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:46.840Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:47.728Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:47.729Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:47.732Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:47.732Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:47.832Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:47.833Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:47.833Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:47.851Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:47.851Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:48.733Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:48.734Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:48.736Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:48.736Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:48.836Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:48.838Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:48.838Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:48.850Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:48.851Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:09:49.737Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:09:49.739Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:49.741Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:49.741Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:09:49.842Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:49.843Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:49.843Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:49.853Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:49.854Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:09:50.742Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "serviceName": "Demo_pNF_fTxkJddcSVXi3LNpBjpg",
  "serviceVersion": "1.0",
  "serviceUUID": "0452a77a-8ec1-408b-9578-b749de35b5f1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8b6bfe5c-9cd6-4597-a978-25c5e8b891fc",
  "resources": [
    {
      "resourceInstanceName": "pNF fe69998d-a4ee 0",
      "resourceCustomizationUUID": "53fbd317-6b1b-4712-9228-540c4bfe4806",
      "resourceName": "pNF fe69998d-a4ee",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a2f60521-8562-4b9c-ad1c-54648614ddd6",
      "resourceInvariantUUID": "e733cd26-83a4-4e1a-872e-eafce4742099",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
      "artifactChecksum": "MjIzMTFkY2M3YzFhOTBkMGYzNTBjZjQxN2MzYWY1YjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "724ff3ef-00ea-4677-9a06-3a437a04a5a9"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:09:50.743Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:09:50.743Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0452a77a-8ec1-408b-9578-b749de35b5f1 ASDC
2022-04-04T14:09:50.744Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:a1863c8f-6993-4c92-bb42-e865b6fb465e
ServiceName:Demo_pNF_fTxkJddcSVXi3LNpBjpg
ServiceVersion:1.0
ServiceUUID:0452a77a-8ec1-408b-9578-b749de35b5f1
ServiceInvariantUUID:8b6bfe5c-9cd6-4597-a978-25c5e8b891fc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
ArtifactUUID:724ff3ef-00ea-4677-9a06-3a437a04a5a9
ArtifactChecksum:MjIzMTFkY2M3YzFhOTBkMGYzNTBjZjQxN2MzYWY1YjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fe69998d-a4ee 0
ResourceCustomizationUUID:53fbd317-6b1b-4712-9228-540c4bfe4806
ResourceInvariantUUID:e733cd26-83a4-4e1a-872e-eafce4742099
ResourceName:pNF fe69998d-a4ee
ResourceType:PNF
ResourceUUID:a2f60521-8562-4b9c-ad1c-54648614ddd6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-04T14:09:50.744Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0452a77a-8ec1-408b-9578-b749de35b5f1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:09:50.774Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 724ff3ef-00ea-4677-9a06-3a437a04a5a9 from URL: /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:50.775Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:09:50.776Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:50.976Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:09:50.979Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar 724ff3ef-00ea-4677-9a06-3a437a04a5a9 82648
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar ASDC sendASDCNotification
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:09:50.980Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:50.982Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:50.982Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081390980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:09:51.082Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:09:51.084Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:51.084Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:51.095Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:51.096Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:09:51.982Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:09:51.983Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:09:51.983Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 724ff3ef-00ea-4677-9a06-3a437a04a5a9, URL: /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar to file: /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:51.984Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:51.984Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:51.984Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.108Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13055844396894660335/Definitions/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.886Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|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-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|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-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fe69998d-a4ee 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-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|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-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.887Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Node template pNF fe69998d-a4ee 0 is matching search criteria
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fe69998d-a4ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Node template pNF fe69998d-a4ee 0 is matching search criteria
2022-04-04T14:09:52.888Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF fe69998d-a4ee 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.889Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.890Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.890Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.890Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.890Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.890Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.890Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_fTxkJddcSVXi3LNpBjpg
Description:catalog service description
Model UUID:0452a77a-8ec1-408b-9578-b749de35b5f1
Model Version:NULL
Model InvariantUuid:8b6bfe5c-9cd6-4597-a978-25c5e8b891fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:09:52.897Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a2f60521-8562-4b9c-ad1c-54648614ddd6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:09:52.900Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||pNF fe69998d-a4ee 0
2022-04-04T14:09:52.900Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a2f60521-8562-4b9c-ad1c-54648614ddd6
2022-04-04T14:09:52.900Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0452a77a-8ec1-408b-9578-b749de35b5f1
2022-04-04T14:09:52.900Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0452a77a-8ec1-408b-9578-b749de35b5f1
2022-04-04T14:09:52.900Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fe69998d-a4ee 0 a2f60521-8562-4b9c-ad1c-54648614ddd6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:09:52.905Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32820057, org.onap.sdc.toscaparser.api.parameters.Input@5f5d4a63, org.onap.sdc.toscaparser.api.parameters.Input@32bf846e, org.onap.sdc.toscaparser.api.parameters.Input@4de4d687, org.onap.sdc.toscaparser.api.parameters.Input@6fc6f7d4]
2022-04-04T14:09:52.905Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.905Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.906Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0452a77a-8ec1-408b-9578-b749de35b5f1: pNF fe69998d-a4ee
2022-04-04T14:09:52.906Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Processing PNF resource: a2f60521-8562-4b9c-ad1c-54648614ddd6
2022-04-04T14:09:52.906Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:09:52.907Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_fTxkJddcSVXi3LNpBjpg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:09:52.908Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||Resource customization UUID: 53fbd317-6b1b-4712-9228-540c4bfe4806 is the same as notified resource customizationUUID: 53fbd317-6b1b-4712-9228-540c4bfe4806
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-04T14:09:52.945Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fe69998d-a4ee a2f60521-8562-4b9c-ad1c-54648614ddd6 0 ASDC deployResourceStructure
2022-04-04T14:09:52.945Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar ASDC sendASDCNotification
2022-04-04T14:09:52.946Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar
2022-04-04T14:09:52.946Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:09:52.946Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:09:52.952Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:09:52.952Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081392945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:09:53.048Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-04-04T14:09:53.049Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:09:53.049Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:53.068Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:53.069Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:09:53.952Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:09:54.626Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:09:54.629Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:09:54.629Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:09:54.629Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:09:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:09:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:09:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:09:59.707Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:09:59.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:09:59.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081314110,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081319133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081321306,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081319712,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081329782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081330593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:09:59.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:09:59.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081330564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:09:59.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:09:59.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "cds",
  "timestamp": 1649081331622,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:09:59.730Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a1863c8f-6993-4c92-bb42-e865b6fb465e
2022-04-04T14:09:59.730Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1863c8f-6993-4c92-bb42-e865b6fb465e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:09:59.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081331575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081330977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "policy-id",
  "timestamp": 1649081332578,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:09:59.742Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a1863c8f-6993-4c92-bb42-e865b6fb465e
2022-04-04T14:09:59.742Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1863c8f-6993-4c92-bb42-e865b6fb465e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:09:59.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081331982,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:09:59.751Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a1863c8f-6993-4c92-bb42-e865b6fb465e
2022-04-04T14:09:59.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1863c8f-6993-4c92-bb42-e865b6fb465e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:09:59.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081330431,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:09:59.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:09:59.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:10:24.629Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:10:24.641Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:10:24.645Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:10:24.645Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:10:24.645Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:10:54.645Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:10:54.658Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:10:54.661Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:10:54.661Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:10:54.661Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:10:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:10:59.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:10:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:10:59.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:10:59.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:10:59.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:10:59.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:24.661Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:11:24.677Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:11:24.680Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:11:24.680Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:11:24.680Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:11:54.681Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:11:54.692Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:11:54.694Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:11:54.695Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-04T14:11:54.695Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-04T14:11:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:11:59.687Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:11:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:11:59.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:11:59.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081339360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081332414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081341335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081343200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081336526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081344203,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.744Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a1863c8f-6993-4c92-bb42-e865b6fb465e
2022-04-04T14:11:59.744Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1863c8f-6993-4c92-bb42-e865b6fb465e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081346068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081339133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081341306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "aai-ml",
  "timestamp": 1649081347072,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a1863c8f-6993-4c92-bb42-e865b6fb465e
2022-04-04T14:11:59.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1863c8f-6993-4c92-bb42-e865b6fb465e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081339133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081341306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081339133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081341306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081349711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081339133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081341306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081350745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081349711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081339133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081341306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081352061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081349711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081339133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081341306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "clamp",
  "timestamp": 1649081353066,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.784Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a1863c8f-6993-4c92-bb42-e865b6fb465e
2022-04-04T14:11:59.785Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a1863c8f-6993-4c92-bb42-e865b6fb465e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081349711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081339133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081341306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081349711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081349711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081354672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081355472,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081349711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081356477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.802Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081356179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "policy-id",
  "timestamp": 1649081357484,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.817Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d10b95a0-037f-48f2-9b01-6381e3a2f3ff
2022-04-04T14:11:59.818Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d10b95a0-037f-48f2-9b01-6381e3a2f3ff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081358001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081357766,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "cds",
  "timestamp": 1649081359030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.831Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d10b95a0-037f-48f2-9b01-6381e3a2f3ff
2022-04-04T14:11:59.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d10b95a0-037f-48f2-9b01-6381e3a2f3ff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081358803,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.844Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d10b95a0-037f-48f2-9b01-6381e3a2f3ff
2022-04-04T14:11:59.844Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d10b95a0-037f-48f2-9b01-6381e3a2f3ff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T14:11:59.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081359807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081368379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081370518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081372664,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081372062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081372674,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081373669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081364713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081373350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.888Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081373678,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.893Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d10b95a0-037f-48f2-9b01-6381e3a2f3ff
2022-04-04T14:11:59.893Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d10b95a0-037f-48f2-9b01-6381e3a2f3ff and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "policy-id",
  "timestamp": 1649081374674,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.909Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
2022-04-04T14:11:59.909Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081375002,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081374567,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081375613,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet"
}
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081375882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f37ba3b-cd38-411f-8eb7-3024085b2281",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081377256,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.921Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "cds",
  "timestamp": 1649081377647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.926Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
2022-04-04T14:11:59.927Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081376997,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.938Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
2022-04-04T14:11:59.939Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T14:11:59.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081378001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081379061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081380081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081354110,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "clamp",
  "timestamp": 1649081381087,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.958Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d10b95a0-037f-48f2-9b01-6381e3a2f3ff
2022-04-04T14:11:59.958Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d10b95a0-037f-48f2-9b01-6381e3a2f3ff and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081380470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:11:59.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "aai-ml",
  "timestamp": 1649081381474,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:11:59.974Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d10b95a0-037f-48f2-9b01-6381e3a2f3ff
2022-04-04T14:11:59.974Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d10b95a0-037f-48f2-9b01-6381e3a2f3ff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:11:59.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.983Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.983Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.983Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.984Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.984Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.984Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.985Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.985Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.985Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.986Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.988Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.988Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081361306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.988Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.991Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081385561,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.995Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-04T14:11:59.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081385432,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:11:59.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:11:59.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:11:59.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:11:59.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:11:59.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081386565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:00.000Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "policy-id",
  "timestamp": 1649081387569,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:00.014Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
2022-04-04T14:12:00.014Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:00.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/resourceInstances/pnffe69998da4ee0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081360812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081379712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081387557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.023Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081388560,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:00.027Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
2022-04-04T14:12:00.028Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.034Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081389391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.035Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081388758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.037Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.037Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.038Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.038Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.038Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.039Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.039Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.039Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "cds",
  "timestamp": 1649081390397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:00.043Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
2022-04-04T14:12:00.043Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:00.049Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.049Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081390065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081390980,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.050Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.051Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081390974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081391178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081392006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081392945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFtxkjddcsvxi3lnpbjpg/1.0/artifacts/service-DemoPnfFtxkjddcsvxi3lnpbjpg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081392557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081392786,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081393010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:00.066Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0dcf3583-d674-4fc2-990c-02b34b9dd94c
2022-04-04T14:12:00.066Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dcf3583-d674-4fc2-990c-02b34b9dd94c and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:00.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081393592,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:00.078Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
2022-04-04T14:12:00.078Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T14:12:00.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081394595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:00.089Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081362414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081398558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:00.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:00.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:00.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081398853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:00.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:24.695Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:12:24.718Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:12:24.721Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:12:24.722Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:12:24.722Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:12:24.722Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:12:24.722Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:12:24.722Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:12:24.723Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:12:24.723Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:12:24.723Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:12:24.723Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:12:24.723Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:12:24.723Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|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-04-04T14:12:24.729Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:12:54.730Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a1863c8f-6993-4c92-bb42-e865b6fb465e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:12:54.735Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a1863c8f-6993-4c92-bb42-e865b6fb465e and serviceModelVersionId: 0452a77a-8ec1-408b-9578-b749de35b5f1
2022-04-04T14:12:54.736Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b6bfe5c-9cd6-4597-a978-25c5e8b891fc
2022-04-04T14:12:54.738Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0
2022-04-04T14:12:54.746Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:12:54.821Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0|INFO|500||Invoke
2022-04-04T14:12:54.822Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a1863c8f-6993-4c92-bb42-e865b6fb465e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0df45e49-9417-422c-8c00-09ba7c209dbf], X-ECOMP-RequestID=[a1863c8f-6993-4c92-bb42-e865b6fb465e], X-TransactionId=[], X-ONAP-RequestID=[a1863c8f-6993-4c92-bb42-e865b6fb465e], Content-Type=[application/merge-patch+json]}
2022-04-04T14:12:54.848Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-04T14:12:55.450Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?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/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220404-14:12:54:856-38015], vertex-id=[245912], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:12:54 GMT], Content-Type=[application/json]}
2022-04-04T14:12:55.451Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:12:55.452Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b6bfe5c-9cd6-4597-a978-25c5e8b891fc/model-vers/model-ver/0452a77a-8ec1-408b-9578-b749de35b5f1?depth=0|INFO|500||InvokeReturn
2022-04-04T14:12:55.452Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:12:55.452Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|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-04-04T14:12:55.457Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|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-04-04T14:12:55.458Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a1863c8f-6993-4c92-bb42-e865b6fb465e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:12:55.458Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:12:55.458Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:12:55.461Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:12:55.461Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081575458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:12:55.562Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:12:55.563Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:12:55.563Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:12:55.575Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:12:55.575Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:12:56.474Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:12:56.475Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d10b95a0-037f-48f2-9b01-6381e3a2f3ff","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0d6184a8-80b0-4535-98f4-833e0581dbe5","serviceDescription":"service","serviceInvariantUUID":"3d3f4c18-8fac-43ff-8da1-3782d07d4426","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7563cbd2-13da-4d69-876d-c2cc55599ff6","resourceInvariantUUID":"b607f77e-051a-4674-abed-5b292b8a4fcf","resourceCustomizationUUID":"993c26ea-5761-4c42-981b-af68b9d37eac","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":"YjU1M2Y0YmU0Yzg2OTg2NmEwOGZkNzliMzVkZjlmYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"237d3b88-62f7-44f3-b27a-d5cc2566c043","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":"OWQzMGU1MmYyZmM0Y2RlODUwZGFjMTI5NjFmNmYyYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59574e8b-435c-44aa-83df-2bc20a0755a0","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":"b3a7daab-d47a-4af0-a7fe-18ffa2398137","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":"53f51e81-a8d8-4a4c-b4ee-7c23cccace51","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":"5a406dd0-720c-4733-a0dc-e67e22418475","artifactVersion":"2","generatedFromUUID":"b3a7daab-d47a-4af0-a7fe-18ffa2398137"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjYyNzI5Y2Q1MWUzYzFlNmVkOGVhNWM3YTU2MGY3NzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b61c156c-4318-4982-b5ca-e63dd7e54200","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzBhMDljNTQyY2Q3MThhNjQxZjEzMTAyM2RmZDg2MmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e31a5462-9541-481e-b6b1-5d6682ae4aba","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:12:56.475Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:12:56.475Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:12:56.477Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:12:56.477Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:56.577Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:12:56.578Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:12:56.578Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:12:56.588Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:12:56.588Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:12:57.477Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:12:57.478Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:12:57.480Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:12:57.480Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:12:57.581Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:12:57.582Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:12:57.582Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:12:57.596Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:12:57.596Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:12:58.481Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:12:58.482Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:12:58.484Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:12:58.484Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:12:58.584Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:12:58.585Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:12:58.586Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:12:58.598Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:12:58.598Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:12:59.484Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:12:59.485Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:12:59.488Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:12:59.488Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.588Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:12:59.589Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:12:59.589Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:12:59.603Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:12:59.604Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:12:59.686Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:12:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:12:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:12:59.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:12:59.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081399571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "policy-id",
  "timestamp": 1649081400574,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dcf3583-d674-4fc2-990c-02b34b9dd94c
2022-04-04T14:12:59.724Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dcf3583-d674-4fc2-990c-02b34b9dd94c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081401000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649081380881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081402060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081402003,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.741Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
2022-04-04T14:12:59.741Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.749Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081394712,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.750Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081404186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081403950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "cds",
  "timestamp": 1649081405425,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0dcf3583-d674-4fc2-990c-02b34b9dd94c
2022-04-04T14:12:59.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dcf3583-d674-4fc2-990c-02b34b9dd94c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "aai-ml",
  "timestamp": 1649081404954,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.771Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
2022-04-04T14:12:59.772Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081407064,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "clamp",
  "timestamp": 1649081408067,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.787Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
2022-04-04T14:12:59.788Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081388572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081410471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.806Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081411483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.807Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "policy-id",
  "timestamp": 1649081412490,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.820Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34686f14-57fa-4c0b-8753-51664674443c
2022-04-04T14:12:59.820Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34686f14-57fa-4c0b-8753-51664674443c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081395599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081413216,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081413969,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081360431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081414990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081415355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081415364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081415993,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.836Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0dcf3583-d674-4fc2-990c-02b34b9dd94c
2022-04-04T14:12:59.836Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dcf3583-d674-4fc2-990c-02b34b9dd94c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081409711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081416772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081417801,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.850Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 34686f14-57fa-4c0b-8753-51664674443c
2022-04-04T14:12:59.850Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34686f14-57fa-4c0b-8753-51664674443c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081418692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649081418803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "cds",
  "timestamp": 1649081419946,
  "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-04-04T14:12:59.861Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 34686f14-57fa-4c0b-8753-51664674443c
2022-04-04T14:12:59.861Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34686f14-57fa-4c0b-8753-51664674443c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081423062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081403006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081425068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.874Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081425147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081424960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "clamp",
  "timestamp": 1649081426071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.880Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
2022-04-04T14:12:59.881Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "aai-ml",
  "timestamp": 1649081425964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.892Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
2022-04-04T14:12:59.892Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081427424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649081428427,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.905Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 34686f14-57fa-4c0b-8753-51664674443c
2022-04-04T14:12:59.905Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34686f14-57fa-4c0b-8753-51664674443c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081366526,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081437284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081443651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "aai-ml",
  "timestamp": 1649081444655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.921Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0dcf3583-d674-4fc2-990c-02b34b9dd94c
2022-04-04T14:12:59.921Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dcf3583-d674-4fc2-990c-02b34b9dd94c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081448065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081450074,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:12:59.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "clamp",
  "timestamp": 1649081451077,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:12:59.934Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0dcf3583-d674-4fc2-990c-02b34b9dd94c
2022-04-04T14:12:59.934Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dcf3583-d674-4fc2-990c-02b34b9dd94c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:12:59.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081426967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:12:59.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081453970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:12:59.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:12:59.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:12:59.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:13:00.489Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:00.489Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:00.491Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:00.491Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-04T14:13:00.592Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:13:00.593Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:00.593Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:00.603Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:00.603Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:01.492Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:01.493Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:01.495Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:01.495Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:13:01.595Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:01.596Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:01.596Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:01.606Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:01.607Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:02.495Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:02.496Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:02.498Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:02.498Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:13:02.599Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:13:02.600Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:02.600Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:02.608Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:02.609Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:03.500Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0d6184a8-80b0-4535-98f4-833e0581dbe5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3d3f4c18-8fac-43ff-8da1-3782d07d4426",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "993c26ea-5761-4c42-981b-af68b9d37eac",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7563cbd2-13da-4d69-876d-c2cc55599ff6",
      "resourceInvariantUUID": "b607f77e-051a-4674-abed-5b292b8a4fcf",
      "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": "OWQzMGU1MmYyZmM0Y2RlODUwZGFjMTI5NjFmNmYyYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "59574e8b-435c-44aa-83df-2bc20a0755a0",
          "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": "b3a7daab-d47a-4af0-a7fe-18ffa2398137",
          "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": "5a406dd0-720c-4733-a0dc-e67e22418475",
            "generatedFromUUID": "b3a7daab-d47a-4af0-a7fe-18ffa2398137"
          },
          "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": "5a406dd0-720c-4733-a0dc-e67e22418475",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NzBhMDljNTQyY2Q3MThhNjQxZjEzMTAyM2RmZDg2MmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e31a5462-9541-481e-b6b1-5d6682ae4aba"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:13:03.500Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:13:03.501Z|a1863c8f-6993-4c92-bb42-e865b6fb465e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d6184a8-80b0-4535-98f4-833e0581dbe5 ASDC
2022-04-04T14:13:03.501Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d10b95a0-037f-48f2-9b01-6381e3a2f3ff
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0d6184a8-80b0-4535-98f4-833e0581dbe5
ServiceInvariantUUID:3d3f4c18-8fac-43ff-8da1-3782d07d4426
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:e31a5462-9541-481e-b6b1-5d6682ae4aba
ArtifactChecksum:NzBhMDljNTQyY2Q3MThhNjQxZjEzMTAyM2RmZDg2MmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:993c26ea-5761-4c42-981b-af68b9d37eac
ResourceInvariantUUID:b607f77e-051a-4674-abed-5b292b8a4fcf
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7563cbd2-13da-4d69-876d-c2cc55599ff6
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:59574e8b-435c-44aa-83df-2bc20a0755a0
ArtifactChecksum:OWQzMGU1MmYyZmM0Y2RlODUwZGFjMTI5NjFmNmYyYjQ=
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:b3a7daab-d47a-4af0-a7fe-18ffa2398137
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:5a406dd0-720c-4733-a0dc-e67e22418475
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:5a406dd0-720c-4733-a0dc-e67e22418475
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-04T14:13:03.501Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d6184a8-80b0-4535-98f4-833e0581dbe5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:13:03.526Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:13:03.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:13:03.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:13:03.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e31a5462-9541-481e-b6b1-5d6682ae4aba from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-04T14:13:03.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:13:03.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-04T14:13:04.170Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:13:04.174Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e31a5462-9541-481e-b6b1-5d6682ae4aba 71060
2022-04-04T14:13:04.174Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-04T14:13:04.174Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-04T14:13:04.174Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:13:04.175Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:04.177Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:04.177Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081584174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:13:04.277Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:04.278Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:04.278Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:04.287Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:04.287Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:05.178Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:13:05.179Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:13:05.179Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e31a5462-9541-481e-b6b1-5d6682ae4aba, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:05.180Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-04T14:13:05.180Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:05.180Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:05.337Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13573909070346137536/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-04T14:13:06.511Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:13:06.512Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:13:06.512Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:06.512Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-04T14:13:06.512Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:06.513Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:06.513Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-BasicVm-csar.csar
2022-04-04T14:13:06.513Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-BasicVm-csar.csar
2022-04-04T14:13:06.513Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-BasicVm-csar.csar
2022-04-04T14:13:06.514Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:06.514Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-BasicVm-csar.csar
2022-04-04T14:13:06.514Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-04T14:13:06.514Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-BasicVm-csar.csar
2022-04-04T14:13:06.515Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:13:06.515Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.515Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:06.516Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:06.516Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:13:06.516Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:13:06.517Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.517Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:06.517Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:06.518Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:13:06.518Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:13:06.518Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.519Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:06.519Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.519Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-04T14:13:06.520Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-04T14:13:06.520Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-04T14:13:06.520Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-04T14:13:06.521Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-04T14:13:06.521Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T14:13:06.521Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.521Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:13:06.522Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.522Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:06.522Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:06.523Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.523Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:06.524Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:06.524Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.524Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:06.525Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:06.525Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.525Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-04T14:13:06.526Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-04T14:13:06.526Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-04T14:13:06.526Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ad0012a-ef70-408b-89b4-7932b6a17f33
2022-04-04T14:13:06.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:06.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.527Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:06.528Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.528Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:06.528Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:06.528Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:06.529Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0d6184a8-80b0-4535-98f4-833e0581dbe5
Model Version:NULL
Model InvariantUuid:3d3f4c18-8fac-43ff-8da1-3782d07d4426
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:0fa3d480-cce4-4a17-af40-7801c8c2d83a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b607f77e-051a-4674-abed-5b292b8a4fcf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:993c26ea-5761-4c42-981b-af68b9d37eac
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:16030f62-bf30-4052-8fa3-2fd07a1d7568
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:79d158c1-ddc2-4d5a-b1f3-0c6ac456b974
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7ad0012a-ef70-408b-89b4-7932b6a17f33
ModelInvariantUuid:c5791bdd-7169-4190-9b2b-0195aa811063
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:23419597-c9f2-4a5f-9bd4-182e4c39d6fa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:460ea020-e993-440c-9278-85ac93b74036
ModelInvariantUuid:30882470-9eeb-4671-8990-efabfe7a5e12
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:cdeb146f-ee06-4d5d-853d-d47c77193cb3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:13:06.536Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7563cbd2-13da-4d69-876d-c2cc55599ff6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:13:06.539Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-04-04T14:13:06.540Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7563cbd2-13da-4d69-876d-c2cc55599ff6
2022-04-04T14:13:06.540Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 59574e8b-435c-44aa-83df-2bc20a0755a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-04T14:13:06.540Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:13:06.541Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-04T14:13:07.244Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:13:07.245Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 59574e8b-435c-44aa-83df-2bc20a0755a0 787
2022-04-04T14:13:07.246Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-04T14:13:07.246Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-04T14:13:07.246Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:13:07.247Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:07.249Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:07.249Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081587246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:13:07.349Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:13:07.351Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:07.351Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:07.362Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:07.363Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:08.250Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "16030f62-bf30-4052-8fa3-2fd07a1d7568",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79d158c1-ddc2-4d5a-b1f3-0c6ac456b974",
    "vfModuleModelCustomizationUUID": "0b961f26-cfc1-446c-9309-123654d10c84",
    "isBase": true,
    "artifacts": [
      "b3a7daab-d47a-4af0-a7fe-18ffa2398137",
      "5a406dd0-720c-4733-a0dc-e67e22418475"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:13:08.254Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79d158c1-ddc2-4d5a-b1f3-0c6ac456b974
VfModuleModelInvariantUUID:16030f62-bf30-4052-8fa3-2fd07a1d7568
VfModuleModelDescription:NULL
Artifacts UUID List:{
b3a7daab-d47a-4af0-a7fe-18ffa2398137
,
5a406dd0-720c-4733-a0dc-e67e22418475

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

isBase:true


}

2022-04-04T14:13:08.256Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "16030f62-bf30-4052-8fa3-2fd07a1d7568",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "79d158c1-ddc2-4d5a-b1f3-0c6ac456b974",
    "vfModuleModelCustomizationUUID": "0b961f26-cfc1-446c-9309-123654d10c84",
    "isBase": true,
    "artifacts": [
      "b3a7daab-d47a-4af0-a7fe-18ffa2398137",
      "5a406dd0-720c-4733-a0dc-e67e22418475"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:13:08.257Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:79d158c1-ddc2-4d5a-b1f3-0c6ac456b974
VfModuleModelInvariantUUID:16030f62-bf30-4052-8fa3-2fd07a1d7568
VfModuleModelDescription:NULL
Artifacts UUID List:{
b3a7daab-d47a-4af0-a7fe-18ffa2398137
,
5a406dd0-720c-4733-a0dc-e67e22418475

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

isBase:true


}

2022-04-04T14:13:08.257Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b3a7daab-d47a-4af0-a7fe-18ffa2398137 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-04T14:13:08.257Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:13:08.257Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-04T14:13:08.646Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:13:08.646Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b3a7daab-d47a-4af0-a7fe-18ffa2398137 5033
2022-04-04T14:13:08.646Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-04T14:13:08.646Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-04T14:13:08.647Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:13:08.647Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:08.649Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:08.649Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081588646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:13:08.749Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:08.750Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:08.750Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:08.779Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:08.780Z||pool-61-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:09.649Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a406dd0-720c-4733-a0dc-e67e22418475 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-04T14:13:09.650Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:13:09.650Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-04T14:13:09.782Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:13:09.783Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5a406dd0-720c-4733-a0dc-e67e22418475 903
2022-04-04T14:13:09.783Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-04T14:13:09.783Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-04T14:13:09.783Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:13:09.784Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:09.786Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:09.786Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081589783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:13:09.886Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:09.887Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:09.887Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:09.897Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:09.897Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:10.787Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0d6184a8-80b0-4535-98f4-833e0581dbe5
2022-04-04T14:13:10.787Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7563cbd2-13da-4d69-876d-c2cc55599ff6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:13:10.801Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@653c449f, org.onap.sdc.toscaparser.api.parameters.Input@37862ccc, org.onap.sdc.toscaparser.api.parameters.Input@18b77da2, org.onap.sdc.toscaparser.api.parameters.Input@7ce204e1, org.onap.sdc.toscaparser.api.parameters.Input@7bfdbf5e]
2022-04-04T14:13:10.803Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.803Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.804Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-04T14:13:10.804Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 993c26ea-5761-4c42-981b-af68b9d37eac
2022-04-04T14:13:10.804Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 993c26ea-5761-4c42-981b-af68b9d37eac matches Tosca VF Customization UUID: 993c26ea-5761-4c42-981b-af68b9d37eac
2022-04-04T14:13:10.804Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 993c26ea-5761-4c42-981b-af68b9d37eac  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T14:13:10.806Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.807Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.807Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 993c26ea-5761-4c42-981b-af68b9d37eac: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-04-04T14:13:10.807Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@324bf6ec
2022-04-04T14:13:10.808Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.808Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:13:10.808Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b961f26-cfc1-446c-9309-123654d10c84
2022-04-04T14:13:10.808Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b961f26-cfc1-446c-9309-123654d10c84
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T14:13:10.810Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.810Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:10.810Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:10.811Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.811Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:10.811Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:10.811Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.811Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-04T14:13:10.811Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-04T14:13:10.811Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-04T14:13:10.812Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7ad0012a-ef70-408b-89b4-7932b6a17f33
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:13:10.813Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.813Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:10.814Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:10.814Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.814Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-04T14:13:10.814Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=993c26ea-5761-4c42-981b-af68b9d37eac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:13:10.815Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.816Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.816Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0d6184a8-80b0-4535-98f4-833e0581dbe5: basic_vm
2022-04-04T14:13:10.816Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.816Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.816Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.817Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.817Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.817Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.817Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.817Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.817Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:10.818Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:10.818Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:13:10.895Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7563cbd2-13da-4d69-876d-c2cc55599ff6 1 ASDC deployResourceStructure
2022-04-04T14:13:10.896Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-04T14:13:10.896Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-04T14:13:10.896Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:13:10.897Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:10.898Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:10.898Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081590896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:13:10.999Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:11.000Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:11.000Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:11.009Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:11.009Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:11.900Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-04T14:13:11.900Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-04T14:13:11.900Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:13:11.900Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:11.902Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:11.903Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081591899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:13:12.003Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:12.004Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:12.004Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:12.014Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:12.014Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:12.903Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-04T14:13:12.907Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-04T14:13:12.907Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:13:12.907Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:12.909Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:12.909Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081592903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:13:13.012Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-04T14:13:13.013Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:13.013Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:13.024Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:13.026Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:13.910Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-04T14:13:13.910Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-04T14:13:13.911Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:13:13.911Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:13.912Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:13.912Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081593910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:13:14.013Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:14.014Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:14.014Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:14.023Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:14.024Z||pool-66-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:14.913Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d10b95a0-037f-48f2-9b01-6381e3a2f3ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:13:14.925Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d10b95a0-037f-48f2-9b01-6381e3a2f3ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:13:14.927Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:13:14.928Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:13:14.929Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-04-04T14:13:14.934Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:13:44.934Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d10b95a0-037f-48f2-9b01-6381e3a2f3ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:13:44.939Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d10b95a0-037f-48f2-9b01-6381e3a2f3ff and serviceModelVersionId: 0d6184a8-80b0-4535-98f4-833e0581dbe5
2022-04-04T14:13:44.939Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d3f4c18-8fac-43ff-8da1-3782d07d4426
2022-04-04T14:13:44.939Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0
2022-04-04T14:13:44.942Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:13:44.979Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0|INFO|500||Invoke
2022-04-04T14:13:44.979Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d10b95a0-037f-48f2-9b01-6381e3a2f3ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3fdca933-9ebc-4721-a752-ea25bade752a], X-ECOMP-RequestID=[d10b95a0-037f-48f2-9b01-6381e3a2f3ff], X-TransactionId=[], X-ONAP-RequestID=[d10b95a0-037f-48f2-9b01-6381e3a2f3ff], Content-Type=[application/merge-patch+json]}
2022-04-04T14:13:44.997Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-04T14:13:45.744Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?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/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:13:45:004-38243], vertex-id=[254184], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:13:45 GMT], Content-Type=[application/json]}
2022-04-04T14:13:45.745Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:13:45.746Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d3f4c18-8fac-43ff-8da1-3782d07d4426/model-vers/model-ver/0d6184a8-80b0-4535-98f4-833e0581dbe5?depth=0|INFO|500||InvokeReturn
2022-04-04T14:13:45.746Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:13:45.747Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-04-04T14:13:45.752Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|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-04-04T14:13:45.753Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d10b95a0-037f-48f2-9b01-6381e3a2f3ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:13:45.753Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:13:45.753Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:45.755Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:45.755Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081625753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:13:45.855Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:13:45.856Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:45.856Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:45.869Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:45.869Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:13:46.770Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:13:46.771Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ab8d974-c47d-4a44-9b4f-14b515bee1e9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"bf0bab32-3065-4ca5-a255-a607a6efa8ea","serviceDescription":"service","serviceInvariantUUID":"734df7c1-1a34-4f2a-8869-ebde372f9431","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01ec2313-f81a-4bcf-87f0-091680ef909e","resourceInvariantUUID":"66119782-7cf3-4951-a12f-1a388642d5cc","resourceCustomizationUUID":"d07bb590-8094-4e5f-a973-966a77464cc3","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":"M2UyOWJjNjAwOTgxMDJjZjJiZWRkMjZiMDJiYTY1Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"279eb0ee-66ce-403c-ab22-a547cd4de1dd","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":"OWUzYzk0MjYxMGJjODdjOWNmOWE2OGYwZGM4OGQ1NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5aa489de-3651-4456-beea-293e7a41549f","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":"1472914d-005f-4d71-9092-2facd53349eb","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":"2c615a80-e16b-4897-aeea-6682f551389a","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":"6345cc83-ad3a-40b1-a0df-2a8b8fe06ef8","artifactVersion":"2","generatedFromUUID":"3baa6158-3097-4e0f-aec5-4456fea437a4"},{"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":"2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3","artifactVersion":"2","generatedFromUUID":"1472914d-005f-4d71-9092-2facd53349eb"},{"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":"3baa6158-3097-4e0f-aec5-4456fea437a4","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":"4a800845-e5bf-4768-b086-7cc6d7a69743","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":"MjRkOTg2M2E5ODY3YTE3ZTUyNzcyZmY0MGRmNWM2ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8a9fbaa3-bc23-4af4-b2a9-d00af3464b8d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODdiYmQwYzA0YTAxNjdiZTVhNTBkNGZjYWVkZDE1OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c685fb8b-e2fc-417e-9f9d-01fd3d4166bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:13:46.771Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:46.772Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:46.773Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:46.773Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:13:46.874Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:13:46.874Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:46.875Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:46.883Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:46.884Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:47.774Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:47.777Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:47.779Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:47.779Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:13:47.879Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:47.880Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:47.880Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:47.890Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:47.890Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:48.779Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:48.780Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:48.782Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:48.782Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:13:48.882Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:48.883Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:48.883Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:48.897Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:48.897Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":5,"count":1}
2022-04-04T14:13:49.782Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:49.783Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:49.784Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:49.785Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:13:49.885Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:49.886Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:49.886Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:49.898Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:49.899Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:50.785Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:50.786Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:50.787Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:50.788Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-04T14:13:50.888Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:50.889Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:50.889Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:50.898Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:50.899Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:13:51.788Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:51.789Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:51.792Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:51.792Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-04T14:13:51.892Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:13:51.892Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:51.892Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:51.902Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:51.902Z||pool-73-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:13:52.793Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:52.793Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:52.795Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:52.795Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-04T14:13:52.895Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:52.896Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:52.896Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:52.906Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:52.906Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:53.796Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:53.796Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:53.798Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:53.798Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:13:53.899Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:53.900Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:53.900Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:53.909Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:53.909Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:54.799Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:54.800Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:54.801Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:54.801Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:13:54.901Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:54.902Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:54.902Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:54.913Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:54.914Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:55.802Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:13:55.803Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:55.804Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:55.804Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:13:55.905Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:13:55.906Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:55.906Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:55.916Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:55.917Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:56.806Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bf0bab32-3065-4ca5-a255-a607a6efa8ea",
  "serviceDescription": "service",
  "serviceInvariantUUID": "734df7c1-1a34-4f2a-8869-ebde372f9431",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "d07bb590-8094-4e5f-a973-966a77464cc3",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "01ec2313-f81a-4bcf-87f0-091680ef909e",
      "resourceInvariantUUID": "66119782-7cf3-4951-a12f-1a388642d5cc",
      "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": "OWUzYzk0MjYxMGJjODdjOWNmOWE2OGYwZGM4OGQ1NzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5aa489de-3651-4456-beea-293e7a41549f",
          "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": "1472914d-005f-4d71-9092-2facd53349eb",
          "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": "2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3",
            "generatedFromUUID": "1472914d-005f-4d71-9092-2facd53349eb"
          },
          "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": "6345cc83-ad3a-40b1-a0df-2a8b8fe06ef8",
          "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": "2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3",
          "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": "3baa6158-3097-4e0f-aec5-4456fea437a4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ODdiYmQwYzA0YTAxNjdiZTVhNTBkNGZjYWVkZDE1OWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c685fb8b-e2fc-417e-9f9d-01fd3d4166bb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:13:56.806Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:13:56.806Z|d10b95a0-037f-48f2-9b01-6381e3a2f3ff|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bf0bab32-3065-4ca5-a255-a607a6efa8ea ASDC
2022-04-04T14:13:56.806Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:6ab8d974-c47d-4a44-9b4f-14b515bee1e9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:bf0bab32-3065-4ca5-a255-a607a6efa8ea
ServiceInvariantUUID:734df7c1-1a34-4f2a-8869-ebde372f9431
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:c685fb8b-e2fc-417e-9f9d-01fd3d4166bb
ArtifactChecksum:ODdiYmQwYzA0YTAxNjdiZTVhNTBkNGZjYWVkZDE1OWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:d07bb590-8094-4e5f-a973-966a77464cc3
ResourceInvariantUUID:66119782-7cf3-4951-a12f-1a388642d5cc
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:01ec2313-f81a-4bcf-87f0-091680ef909e
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:5aa489de-3651-4456-beea-293e7a41549f
ArtifactChecksum:OWUzYzk0MjYxMGJjODdjOWNmOWE2OGYwZGM4OGQ1NzQ=
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:1472914d-005f-4d71-9092-2facd53349eb
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:2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3
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:6345cc83-ad3a-40b1-a0df-2a8b8fe06ef8
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:2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3
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:3baa6158-3097-4e0f-aec5-4456fea437a4
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-04T14:13:56.807Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bf0bab32-3065-4ca5-a255-a607a6efa8ea ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:13:56.843Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:13:56.843Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:13:56.843Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:13:56.843Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c685fb8b-e2fc-417e-9f9d-01fd3d4166bb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:56.844Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:13:56.844Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:57.352Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:13:57.359Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c685fb8b-e2fc-417e-9f9d-01fd3d4166bb 158199
2022-04-04T14:13:57.359Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-04T14:13:57.359Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:57.359Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:13:57.360Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:57.362Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:57.362Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081637359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:13:57.462Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:13:57.463Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:13:57.463Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:57.475Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:57.475Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:13:58.362Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:13:58.363Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:13:58.363Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: c685fb8b-e2fc-417e-9f9d-01fd3d4166bb, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:58.364Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-04T14:13:58.364Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:58.364Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:58.472Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12566882378315093009/Definitions/service-BasicCnfMacro-template.yml
2022-04-04T14:13:59.568Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:13:59.568Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:13:59.569Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:59.569Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-04T14:13:59.569Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|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-BasicCnfMacro-csar.csar
2022-04-04T14:13:59.569Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:59.569Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:59.569Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-04T14:13:59.570Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:13:59.570Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.570Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:59.570Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:13:59.571Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:13:59.571Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:13:59.571Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.571Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:59.571Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:13:59.572Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:13:59.572Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:13:59.572Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.572Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:59.572Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.573Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-04T14:13:59.573Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-04T14:13:59.573Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-04T14:13:59.573Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T14:13:59.573Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.574Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:13:59.574Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.574Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:13:59.574Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:59.575Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.575Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:13:59.575Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:59.575Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.575Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:13:59.576Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:59.576Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.576Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:13:59.576Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:13:59.577Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.577Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-04T14:13:59.577Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-04T14:13:59.577Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8ed795c9-dc5a-4973-b3cf-2adc5a3602ea
2022-04-04T14:13:59.577Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.578Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:59.578Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.578Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:59.578Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.578Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:59.579Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:13:59.579Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:13:59.579Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:bf0bab32-3065-4ca5-a255-a607a6efa8ea
Model Version:NULL
Model InvariantUuid:734df7c1-1a34-4f2a-8869-ebde372f9431
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:645d7c69-fadd-4843-9fb2-9de9da6f3862
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:66119782-7cf3-4951-a12f-1a388642d5cc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d07bb590-8094-4e5f-a973-966a77464cc3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:64665401-4c6e-41c3-8e80-9a8d11c52ab3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:de6422cf-2fab-418c-ba42-e408f3ddda4d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:a9ffcc1b-57d6-4dc7-a4ea-a5084703d38e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:9cc21f88-e882-4a92-b924-4d55b281d28e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8ed795c9-dc5a-4973-b3cf-2adc5a3602ea
ModelInvariantUuid:50eb8a20-ec6e-43fb-842a-88f16db1b0c9
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:5d39edc2-6db6-4021-b17b-a505efdaf59c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:bc1e30a7-4a32-4f29-8de4-4153392f901e
ModelInvariantUuid:5a1a4151-dccc-4623-9ea4-2f2d18e2657a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:605482fb-1784-4c07-a0e9-0538f8bd21dd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:13:59.585Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 01ec2313-f81a-4bcf-87f0-091680ef909e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:13:59.600Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-04-04T14:13:59.600Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01ec2313-f81a-4bcf-87f0-091680ef909e
2022-04-04T14:13:59.601Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5aa489de-3651-4456-beea-293e7a41549f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-04T14:13:59.601Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:13:59.601Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-04T14:13:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:13:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:13:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:13:59.704Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:13:59.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:13:59.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081452081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:13:59.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:13:59.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:13:59.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081463450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:13:59.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:13:59.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:13:59.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "aai-ml",
  "timestamp": 1649081464461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:13:59.712Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 34686f14-57fa-4c0b-8753-51664674443c
2022-04-04T14:13:59.713Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34686f14-57fa-4c0b-8753-51664674443c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:13:59.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:13:59.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081473070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:13:59.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:13:59.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:13:59.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081476073,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:13:59.721Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:13:59.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:13:59.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "clamp",
  "timestamp": 1649081477081,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-04T14:13:59.726Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 34686f14-57fa-4c0b-8753-51664674443c
2022-04-04T14:13:59.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 34686f14-57fa-4c0b-8753-51664674443c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:13:59.942Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:13:59.942Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5aa489de-3651-4456-beea-293e7a41549f 1565
2022-04-04T14:13:59.943Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-04T14:13:59.943Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-04T14:13:59.943Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:13:59.943Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:13:59.945Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:13:59.945Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081639943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:00.045Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:00.046Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:00.047Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:00.056Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:00.057Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:14:00.946Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a9ffcc1b-57d6-4dc7-a4ea-a5084703d38e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9cc21f88-e882-4a92-b924-4d55b281d28e",
    "vfModuleModelCustomizationUUID": "17c7cf5a-8a31-4b8e-96fd-dd8ed38dd3cd",
    "isBase": true,
    "artifacts": [
      "1472914d-005f-4d71-9092-2facd53349eb",
      "2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3"
    ],
    "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": "64665401-4c6e-41c3-8e80-9a8d11c52ab3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de6422cf-2fab-418c-ba42-e408f3ddda4d",
    "vfModuleModelCustomizationUUID": "91cf4da7-baf3-495f-b151-2449561f7ca3",
    "isBase": false,
    "artifacts": [
      "3baa6158-3097-4e0f-aec5-4456fea437a4"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:14:00.950Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cc21f88-e882-4a92-b924-4d55b281d28e
VfModuleModelInvariantUUID:a9ffcc1b-57d6-4dc7-a4ea-a5084703d38e
VfModuleModelDescription:NULL
Artifacts UUID List:{
1472914d-005f-4d71-9092-2facd53349eb
,
2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3

}
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:de6422cf-2fab-418c-ba42-e408f3ddda4d
VfModuleModelInvariantUUID:64665401-4c6e-41c3-8e80-9a8d11c52ab3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3baa6158-3097-4e0f-aec5-4456fea437a4

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

isBase:false


}

2022-04-04T14:14:00.952Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "a9ffcc1b-57d6-4dc7-a4ea-a5084703d38e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9cc21f88-e882-4a92-b924-4d55b281d28e",
    "vfModuleModelCustomizationUUID": "17c7cf5a-8a31-4b8e-96fd-dd8ed38dd3cd",
    "isBase": true,
    "artifacts": [
      "1472914d-005f-4d71-9092-2facd53349eb",
      "2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3"
    ],
    "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": "64665401-4c6e-41c3-8e80-9a8d11c52ab3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de6422cf-2fab-418c-ba42-e408f3ddda4d",
    "vfModuleModelCustomizationUUID": "91cf4da7-baf3-495f-b151-2449561f7ca3",
    "isBase": false,
    "artifacts": [
      "3baa6158-3097-4e0f-aec5-4456fea437a4"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:14:00.952Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9cc21f88-e882-4a92-b924-4d55b281d28e
VfModuleModelInvariantUUID:a9ffcc1b-57d6-4dc7-a4ea-a5084703d38e
VfModuleModelDescription:NULL
Artifacts UUID List:{
1472914d-005f-4d71-9092-2facd53349eb
,
2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3

}
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:de6422cf-2fab-418c-ba42-e408f3ddda4d
VfModuleModelInvariantUUID:64665401-4c6e-41c3-8e80-9a8d11c52ab3
VfModuleModelDescription:NULL
Artifacts UUID List:{
3baa6158-3097-4e0f-aec5-4456fea437a4

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

isBase:false


}

2022-04-04T14:14:00.952Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1472914d-005f-4d71-9092-2facd53349eb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-04T14:14:00.952Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:00.953Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-04T14:14:01.151Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:01.152Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 1472914d-005f-4d71-9092-2facd53349eb 914
2022-04-04T14:14:01.152Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-04T14:14:01.153Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-04T14:14:01.153Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:01.153Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:01.155Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:01.155Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081641152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:01.255Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:01.256Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:01.256Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:01.267Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:01.268Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:14:02.156Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6345cc83-ad3a-40b1-a0df-2a8b8fe06ef8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-04T14:14:02.157Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:02.157Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-04T14:14:02.463Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:02.464Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6345cc83-ad3a-40b1-a0df-2a8b8fe06ef8 12
2022-04-04T14:14:02.464Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-04T14:14:02.464Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-04T14:14:02.464Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:02.464Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:02.466Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:02.466Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081642464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:02.566Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:02.567Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:02.568Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:02.577Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:02.578Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:03.467Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-04T14:14:03.467Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:03.467Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-04T14:14:03.748Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:03.749Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2f1de4f3-e83b-4078-b4e1-cf9d27c0a4f3 96
2022-04-04T14:14:03.749Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-04T14:14:03.749Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-04T14:14:03.749Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:03.749Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:03.751Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:03.751Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081643749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:03.851Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:03.852Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:03.852Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:03.862Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:03.862Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:04.752Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3baa6158-3097-4e0f-aec5-4456fea437a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-04T14:14:04.752Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:04.752Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-04T14:14:04.959Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:04.960Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3baa6158-3097-4e0f-aec5-4456fea437a4 20206
2022-04-04T14:14:04.960Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-04T14:14:04.960Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-04T14:14:04.961Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:04.961Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:04.963Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:04.963Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081644960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:05.063Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:05.064Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:05.064Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:05.074Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:05.075Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:05.967Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bf0bab32-3065-4ca5-a255-a607a6efa8ea
2022-04-04T14:14:05.968Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 01ec2313-f81a-4bcf-87f0-091680ef909e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:14:05.981Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55824f60, org.onap.sdc.toscaparser.api.parameters.Input@60050add, org.onap.sdc.toscaparser.api.parameters.Input@1410847c, org.onap.sdc.toscaparser.api.parameters.Input@4fc42092, org.onap.sdc.toscaparser.api.parameters.Input@8fa8f45]
2022-04-04T14:14:05.982Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.982Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.982Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-04T14:14:05.982Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d07bb590-8094-4e5f-a973-966a77464cc3
2022-04-04T14:14:05.982Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d07bb590-8094-4e5f-a973-966a77464cc3 matches Tosca VF Customization UUID: d07bb590-8094-4e5f-a973-966a77464cc3
2022-04-04T14:14:05.982Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d07bb590-8094-4e5f-a973-966a77464cc3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T14:14:05.984Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.984Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.985Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d07bb590-8094-4e5f-a973-966a77464cc3: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-04T14:14:05.985Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3eec0a4b
2022-04-04T14:14:05.985Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.985Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:14:05.985Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 91cf4da7-baf3-495f-b151-2449561f7ca3
2022-04-04T14:14:05.985Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 91cf4da7-baf3-495f-b151-2449561f7ca3
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T14:14:05.987Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.987Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:14:05.987Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:14:05.987Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.988Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:14:05.988Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:14:05.988Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.988Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-04T14:14:05.988Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d07bb590-8094-4e5f-a973-966a77464cc3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:14:05.990Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.990Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.990Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bf0bab32-3065-4ca5-a255-a607a6efa8ea: basic_cnf_macro
2022-04-04T14:14:05.990Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.990Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.990Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.990Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.991Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.991Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.991Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.991Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.991Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:05.991Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:05.991Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:14:06.022Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 01ec2313-f81a-4bcf-87f0-091680ef909e 2 ASDC deployResourceStructure
2022-04-04T14:14:06.023Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-04T14:14:06.023Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-04T14:14:06.023Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:14:06.023Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:06.025Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:06.025Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081646023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:14:06.125Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:06.126Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:06.126Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:06.135Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:06.136Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:07.025Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-04T14:14:07.026Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-04T14:14:07.026Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:14:07.026Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:07.029Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:07.029Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081647025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:14:07.130Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:07.131Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:07.131Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:07.141Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:07.142Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:08.036Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-04T14:14:08.036Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-04T14:14:08.036Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-04T14:14:08.037Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:08.039Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:08.039Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081648030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:14:08.140Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:14:08.141Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:08.142Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:08.152Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:08.153Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:09.040Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-04T14:14:09.040Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-04T14:14:09.040Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:14:09.041Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:09.043Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:09.043Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081649040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:14:09.143Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:09.144Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:09.144Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:09.154Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:09.154Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:10.044Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-04T14:14:10.045Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-04T14:14:10.045Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-04T14:14:10.045Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:10.048Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:10.048Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081650044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:14:10.148Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:10.149Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:10.150Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:10.160Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:10.160Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:14:11.049Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-04T14:14:11.049Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-04T14:14:11.049Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:14:11.050Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:11.052Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:11.052Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:14:11.152Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:11.153Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:11.153Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:11.178Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:11.178Z||pool-89-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:14:12.053Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:14:12.065Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ab8d974-c47d-4a44-9b4f-14b515bee1e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:14:12.068Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:14:12.068Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:14:12.068Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:14:12.069Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:14:12.069Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:14:12.069Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:14:12.069Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:14:12.069Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:14:12.069Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:14:12.070Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:14:12.070Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|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-04-04T14:14:12.075Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:14:42.075Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:14:42.081Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and serviceModelVersionId: bf0bab32-3065-4ca5-a255-a607a6efa8ea
2022-04-04T14:14:42.081Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 734df7c1-1a34-4f2a-8869-ebde372f9431
2022-04-04T14:14:42.082Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0
2022-04-04T14:14:42.085Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:14:42.123Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0|INFO|500||Invoke
2022-04-04T14:14:42.123Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ab8d974-c47d-4a44-9b4f-14b515bee1e9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b33f99e6-6db2-4e65-9432-1e5d36fb8f12], X-ECOMP-RequestID=[6ab8d974-c47d-4a44-9b4f-14b515bee1e9], X-TransactionId=[], X-ONAP-RequestID=[6ab8d974-c47d-4a44-9b4f-14b515bee1e9], Content-Type=[application/merge-patch+json]}
2022-04-04T14:14:42.147Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-04T14:14:42.767Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?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/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:14:42:154-98123], vertex-id=[208912], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:14:42 GMT], Content-Type=[application/json]}
2022-04-04T14:14:42.767Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:14:42.768Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/734df7c1-1a34-4f2a-8869-ebde372f9431/model-vers/model-ver/bf0bab32-3065-4ca5-a255-a607a6efa8ea?depth=0|INFO|500||InvokeReturn
2022-04-04T14:14:42.769Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:14:42.769Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|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-04-04T14:14:42.773Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|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-04-04T14:14:42.773Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ab8d974-c47d-4a44-9b4f-14b515bee1e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:14:42.774Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:14:42.774Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:42.776Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:42.776Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081682774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:14:42.876Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:42.877Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:42.877Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:42.889Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:42.889Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:14:43.787Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:14:43.787Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"e0d627ca-7f9d-49be-a446-7d42d7dbcfb0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e8b6d26d-bcb7-49f5-8dcd-a303386be074","serviceDescription":"service","serviceInvariantUUID":"b888ecec-68e0-4a12-9d2d-28382ba02591","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8305aaaf-e54e-467d-a537-b607da57281f","resourceInvariantUUID":"46ed9277-b89f-48d5-aaa5-b2acedd2f7ac","resourceCustomizationUUID":"d9b7d95b-6af2-42d0-898c-9b12d4104776","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":"NDYyOGJiMjVlMjM5YzJiNDJlMGEwNzUxODgyMzU1MGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd33b594-8c17-43e8-a3ed-d96bca43c8f5","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":"bb538bb3-dd95-4944-ae06-bbdb6d56c7c8","artifactVersion":"2","generatedFromUUID":"365fa6d0-bfae-456e-aa78-3285ab638a87"},{"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":"365fa6d0-bfae-456e-aa78-3285ab638a87","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":"NDBlYzExYWViMjRkMzJkMzhkYjdiMjA2YjFkMWNlMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"637e7710-44d3-4537-939f-cc2b149e1a7e","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":"d0f41456-851e-4ace-8f67-c635eabaac89","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":"9751a7f5-e3ce-4a0a-b1a6-29856584c1aa","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":"e72e45fd-836e-4987-8ef7-b20a9108ba57","artifactVersion":"2","generatedFromUUID":"d0f41456-851e-4ace-8f67-c635eabaac89"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDUxZDgwNmVmNDMxM2JiNzQ4MTRiMjZiNjY2MWNmN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37721144-fb42-4462-9266-49d5af5fefe3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTZlMmZiMDI3ODVmNzRhY2FmODQ0NjljZmVmYTNiYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4491849b-1721-44ed-8aac-2d2824c8d2fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:14:43.787Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:43.788Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:43.789Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:43.789Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:14:43.890Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:43.891Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:43.891Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:43.901Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:43.901Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:44.790Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:44.790Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:44.792Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:44.792Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-04T14:14:44.893Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:14:44.894Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:44.894Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:44.905Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:44.907Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:45.793Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:45.793Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:45.796Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:45.796Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-04T14:14:45.897Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:14:45.898Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:45.898Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:45.910Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:45.911Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:46.797Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:46.798Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:46.800Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:46.800Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:14:46.900Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:46.901Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:46.901Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:46.913Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:46.914Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:47.801Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:47.801Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:47.803Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:47.803Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:14:47.903Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:47.904Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:47.904Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:47.917Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:47.918Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:48.804Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:48.804Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:48.806Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:48.806Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:14:48.906Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:48.907Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:48.907Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:48.917Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:48.917Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:14:49.807Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:49.807Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:49.809Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:49.809Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-04T14:14:49.909Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:49.910Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:49.910Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:49.920Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:49.920Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:50.809Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:50.810Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:50.811Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:50.811Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:14:50.911Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:50.912Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:50.912Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:50.924Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:50.924Z||pool-98-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:51.812Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:14:51.812Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:51.814Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:51.814Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:14:51.914Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:51.915Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:51.915Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:51.923Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:51.923Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:52.814Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e8b6d26d-bcb7-49f5-8dcd-a303386be074",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b888ecec-68e0-4a12-9d2d-28382ba02591",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "d9b7d95b-6af2-42d0-898c-9b12d4104776",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8305aaaf-e54e-467d-a537-b607da57281f",
      "resourceInvariantUUID": "46ed9277-b89f-48d5-aaa5-b2acedd2f7ac",
      "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": "bb538bb3-dd95-4944-ae06-bbdb6d56c7c8",
          "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": "365fa6d0-bfae-456e-aa78-3285ab638a87",
          "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": "NDBlYzExYWViMjRkMzJkMzhkYjdiMjA2YjFkMWNlMTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "637e7710-44d3-4537-939f-cc2b149e1a7e",
          "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": "d0f41456-851e-4ace-8f67-c635eabaac89",
          "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": "e72e45fd-836e-4987-8ef7-b20a9108ba57",
            "generatedFromUUID": "d0f41456-851e-4ace-8f67-c635eabaac89"
          },
          "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": "e72e45fd-836e-4987-8ef7-b20a9108ba57",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTZlMmZiMDI3ODVmNzRhY2FmODQ0NjljZmVmYTNiYTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4491849b-1721-44ed-8aac-2d2824c8d2fc"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:14:52.815Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:14:52.815Z|6ab8d974-c47d-4a44-9b4f-14b515bee1e9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e8b6d26d-bcb7-49f5-8dcd-a303386be074 ASDC
2022-04-04T14:14:52.815Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e8b6d26d-bcb7-49f5-8dcd-a303386be074
ServiceInvariantUUID:b888ecec-68e0-4a12-9d2d-28382ba02591
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:4491849b-1721-44ed-8aac-2d2824c8d2fc
ArtifactChecksum:NTZlMmZiMDI3ODVmNzRhY2FmODQ0NjljZmVmYTNiYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:d9b7d95b-6af2-42d0-898c-9b12d4104776
ResourceInvariantUUID:46ed9277-b89f-48d5-aaa5-b2acedd2f7ac
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8305aaaf-e54e-467d-a537-b607da57281f
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:bb538bb3-dd95-4944-ae06-bbdb6d56c7c8
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:365fa6d0-bfae-456e-aa78-3285ab638a87
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:637e7710-44d3-4537-939f-cc2b149e1a7e
ArtifactChecksum:NDBlYzExYWViMjRkMzJkMzhkYjdiMjA2YjFkMWNlMTQ=
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:d0f41456-851e-4ace-8f67-c635eabaac89
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:e72e45fd-836e-4987-8ef7-b20a9108ba57
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:e72e45fd-836e-4987-8ef7-b20a9108ba57
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-04T14:14:52.815Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8b6d26d-bcb7-49f5-8dcd-a303386be074 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:14:52.844Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:14:52.844Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:14:52.844Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:14:52.844Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4491849b-1721-44ed-8aac-2d2824c8d2fc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-04T14:14:52.844Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:52.845Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-04T14:14:53.845Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:53.848Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4491849b-1721-44ed-8aac-2d2824c8d2fc 68952
2022-04-04T14:14:53.848Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-04T14:14:53.848Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-04T14:14:53.848Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:53.848Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:53.850Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:53.850Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081693848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:53.951Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:53.952Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:53.952Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:53.961Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:53.961Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:54.851Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:14:54.851Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:14:54.852Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4491849b-1721-44ed-8aac-2d2824c8d2fc, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-04T14:14:54.852Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-04T14:14:54.852Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-04T14:14:54.852Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-04T14:14:54.951Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6126861530873415881/Definitions/service-BasicCnf-template.yml
2022-04-04T14:14:56.006Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:14:56.006Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:14:56.007Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-04T14:14:56.007Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-04T14:14:56.007Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-04T14:14:56.007Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-04T14:14:56.008Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|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-BasicCnf-csar.csar
2022-04-04T14:14:56.008Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-04T14:14:56.008Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:14:56.008Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.009Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:56.009Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:14:56.009Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:14:56.010Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:14:56.010Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.010Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:56.010Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:14:56.011Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:14:56.011Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:14:56.011Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.012Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:56.012Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.012Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-04T14:14:56.012Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-04T14:14:56.013Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-04T14:14:56.013Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T14:14:56.013Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.014Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:14:56.014Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.014Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:14:56.014Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:14:56.015Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.015Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:14:56.015Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:14:56.016Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.016Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:14:56.016Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:14:56.017Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.017Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-04T14:14:56.017Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-04T14:14:56.017Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=211558e7-9bb9-47da-b45e-dcf72f00db0a
2022-04-04T14:14:56.018Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.018Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:56.018Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.018Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:56.019Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.019Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:56.019Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:14:56.019Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:14:56.020Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e8b6d26d-bcb7-49f5-8dcd-a303386be074
Model Version:NULL
Model InvariantUuid:b888ecec-68e0-4a12-9d2d-28382ba02591
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:7c4713ea-739a-47a5-87e7-f44d448a84c4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:46ed9277-b89f-48d5-aaa5-b2acedd2f7ac
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d9b7d95b-6af2-42d0-898c-9b12d4104776
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:14ba2e2b-85ea-4e7e-8b66-ec103aa46689
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:de10db5f-640b-4d09-b1f5-8b0b8049fd3d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:211558e7-9bb9-47da-b45e-dcf72f00db0a
ModelInvariantUuid:4d982bd0-a7fd-471e-84e5-874362c32bbd
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:75904bbf-36e0-496a-88df-2ad631130338
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:3d34404c-7287-472e-ab69-e8113d892784
ModelInvariantUuid:a999a498-1af8-4737-81fd-e43b0b53d28a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:4a4ab317-b27b-4908-bc2b-b3c9314e0a67
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:14:56.027Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8305aaaf-e54e-467d-a537-b607da57281f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:14:56.030Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-04-04T14:14:56.030Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8305aaaf-e54e-467d-a537-b607da57281f
2022-04-04T14:14:56.030Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb538bb3-dd95-4944-ae06-bbdb6d56c7c8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-04T14:14:56.031Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:56.031Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-04T14:14:56.242Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:56.243Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bb538bb3-dd95-4944-ae06-bbdb6d56c7c8 12
2022-04-04T14:14:56.243Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-04T14:14:56.243Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-04T14:14:56.243Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:56.243Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:56.245Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:56.245Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081696243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:56.345Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:56.347Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:56.347Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:56.357Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:56.358Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:57.246Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 365fa6d0-bfae-456e-aa78-3285ab638a87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-04T14:14:57.246Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:57.246Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-04T14:14:57.368Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:57.369Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 365fa6d0-bfae-456e-aa78-3285ab638a87 2688
2022-04-04T14:14:57.370Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-04T14:14:57.370Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-04T14:14:57.370Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:57.371Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:57.373Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:57.373Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081697370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:57.473Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:57.474Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:57.474Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:57.484Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:57.485Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:58.374Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 637e7710-44d3-4537-939f-cc2b149e1a7e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-04T14:14:58.374Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:58.374Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-04T14:14:58.425Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:58.425Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 637e7710-44d3-4537-939f-cc2b149e1a7e 828
2022-04-04T14:14:58.425Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-04T14:14:58.425Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-04T14:14:58.426Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:58.426Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:58.427Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:58.428Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081698425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:58.528Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:58.528Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:58.529Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:58.539Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:58.540Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:14:59.428Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "14ba2e2b-85ea-4e7e-8b66-ec103aa46689",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de10db5f-640b-4d09-b1f5-8b0b8049fd3d",
    "vfModuleModelCustomizationUUID": "653efc48-d9b7-4648-a320-e77ea6315737",
    "isBase": true,
    "artifacts": [
      "d0f41456-851e-4ace-8f67-c635eabaac89",
      "365fa6d0-bfae-456e-aa78-3285ab638a87",
      "e72e45fd-836e-4987-8ef7-b20a9108ba57"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:14:59.432Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de10db5f-640b-4d09-b1f5-8b0b8049fd3d
VfModuleModelInvariantUUID:14ba2e2b-85ea-4e7e-8b66-ec103aa46689
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0f41456-851e-4ace-8f67-c635eabaac89
,
365fa6d0-bfae-456e-aa78-3285ab638a87
,
e72e45fd-836e-4987-8ef7-b20a9108ba57

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

isBase:true


}

2022-04-04T14:14:59.438Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "14ba2e2b-85ea-4e7e-8b66-ec103aa46689",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "de10db5f-640b-4d09-b1f5-8b0b8049fd3d",
    "vfModuleModelCustomizationUUID": "653efc48-d9b7-4648-a320-e77ea6315737",
    "isBase": true,
    "artifacts": [
      "d0f41456-851e-4ace-8f67-c635eabaac89",
      "365fa6d0-bfae-456e-aa78-3285ab638a87",
      "e72e45fd-836e-4987-8ef7-b20a9108ba57"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:14:59.439Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:de10db5f-640b-4d09-b1f5-8b0b8049fd3d
VfModuleModelInvariantUUID:14ba2e2b-85ea-4e7e-8b66-ec103aa46689
VfModuleModelDescription:NULL
Artifacts UUID List:{
d0f41456-851e-4ace-8f67-c635eabaac89
,
365fa6d0-bfae-456e-aa78-3285ab638a87
,
e72e45fd-836e-4987-8ef7-b20a9108ba57

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

isBase:true


}

2022-04-04T14:14:59.439Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d0f41456-851e-4ace-8f67-c635eabaac89 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-04T14:14:59.439Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:14:59.439Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-04T14:14:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:14:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:14:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:59.700Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:59.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:14:59.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a1863c8f-6993-4c92-bb42-e865b6fb465e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081575458,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:14:59.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:14:59.744Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:14:59.745Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d0f41456-851e-4ace-8f67-c635eabaac89 1164
2022-04-04T14:14:59.745Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-04T14:14:59.745Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-04T14:14:59.746Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:14:59.746Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:14:59.748Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:14:59.748Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081699745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:14:59.848Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:14:59.849Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:14:59.849Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:14:59.860Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:14:59.860Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:00.749Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e72e45fd-836e-4987-8ef7-b20a9108ba57 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-04T14:15:00.749Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:15:00.749Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-04T14:15:00.953Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:15:00.953Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e72e45fd-836e-4987-8ef7-b20a9108ba57 200
2022-04-04T14:15:00.954Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-04T14:15:00.954Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-04T14:15:00.955Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:15:00.955Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:00.957Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:00.957Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081700954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:15:01.057Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:01.058Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:01.058Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:01.067Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:01.068Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:01.958Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e8b6d26d-bcb7-49f5-8dcd-a303386be074
2022-04-04T14:15:01.958Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8305aaaf-e54e-467d-a537-b607da57281f ASDC
2022-04-04T14:15:01.962Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||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 heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:15:01.973Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c4346b4, org.onap.sdc.toscaparser.api.parameters.Input@e2d2d6c, org.onap.sdc.toscaparser.api.parameters.Input@2153c656, org.onap.sdc.toscaparser.api.parameters.Input@22d926f2, org.onap.sdc.toscaparser.api.parameters.Input@44c9b2fb]
2022-04-04T14:15:01.975Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.975Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.975Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-04T14:15:01.976Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d9b7d95b-6af2-42d0-898c-9b12d4104776
2022-04-04T14:15:01.976Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9b7d95b-6af2-42d0-898c-9b12d4104776 matches Tosca VF Customization UUID: d9b7d95b-6af2-42d0-898c-9b12d4104776
2022-04-04T14:15:01.976Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d9b7d95b-6af2-42d0-898c-9b12d4104776  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T14:15:01.979Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.980Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.980Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d9b7d95b-6af2-42d0-898c-9b12d4104776: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-04T14:15:01.981Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7733f9cc
2022-04-04T14:15:01.981Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.981Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:15:01.982Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 653efc48-d9b7-4648-a320-e77ea6315737
2022-04-04T14:15:01.982Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 653efc48-d9b7-4648-a320-e77ea6315737
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T14:15:01.984Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.985Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:15:01.985Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:15:01.985Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.986Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:15:01.986Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:15:01.986Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.987Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-04T14:15:01.987Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-04T14:15:01.988Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=211558e7-9bb9-47da-b45e-dcf72f00db0a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:15:01.990Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.990Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:15:01.991Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:15:01.991Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.991Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-04T14:15:01.992Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=d9b7d95b-6af2-42d0-898c-9b12d4104776
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:15:01.994Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.994Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.994Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e8b6d26d-bcb7-49f5-8dcd-a303386be074: basic_cnf
2022-04-04T14:15:01.995Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.995Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.995Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.996Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.996Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.996Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.996Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.997Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.997Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:01.997Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:01.998Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:15:02.055Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8305aaaf-e54e-467d-a537-b607da57281f 1 ASDC deployResourceStructure
2022-04-04T14:15:02.055Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-04T14:15:02.055Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-04T14:15:02.055Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-04T14:15:02.056Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:02.058Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:02.058Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081702055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:15:02.158Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:02.158Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:02.159Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:02.170Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:02.171Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:03.059Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-04T14:15:03.059Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-04T14:15:03.059Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-04T14:15:03.060Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:03.061Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:03.061Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081703059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:15:03.161Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:03.162Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:03.162Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:03.173Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:03.173Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:04.062Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-04T14:15:04.062Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-04T14:15:04.062Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:15:04.062Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:04.064Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:04.064Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081704062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:04.164Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:04.165Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:04.165Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:04.174Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:04.174Z||pool-108-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:05.065Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-04T14:15:05.065Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-04T14:15:05.065Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:15:05.065Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:05.067Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:05.067Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081705065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:05.168Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:15:05.170Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:05.170Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:05.181Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:05.182Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:06.068Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-04T14:15:06.069Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-04T14:15:06.069Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:15:06.069Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:06.071Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:06.071Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081706068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:06.171Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:06.172Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:06.172Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:06.182Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:06.183Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:15:07.072Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-04T14:15:07.072Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-04T14:15:07.072Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:15:07.072Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:07.074Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:07.074Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081707072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:07.174Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:07.175Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:07.175Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:07.189Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:07.190Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:08.075Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:15:08.085Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e0d627ca-7f9d-49be-a446-7d42d7dbcfb0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:08.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:08.090Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:08.090Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|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-04-04T14:15:08.095Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:15:38.096Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:15:38.269Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and serviceModelVersionId: e8b6d26d-bcb7-49f5-8dcd-a303386be074
2022-04-04T14:15:38.270Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b888ecec-68e0-4a12-9d2d-28382ba02591
2022-04-04T14:15:38.270Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0
2022-04-04T14:15:38.273Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:15:38.310Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0|INFO|500||Invoke
2022-04-04T14:15:38.310Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e0d627ca-7f9d-49be-a446-7d42d7dbcfb0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a6413c3d-a7ac-4eff-8091-e0c16ff1f7d3], X-ECOMP-RequestID=[e0d627ca-7f9d-49be-a446-7d42d7dbcfb0], X-TransactionId=[], X-ONAP-RequestID=[e0d627ca-7f9d-49be-a446-7d42d7dbcfb0], Content-Type=[application/merge-patch+json]}
2022-04-04T14:15:38.331Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-04T14:15:39.068Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?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/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:15:38:339-97672], vertex-id=[225392], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:15:38 GMT], Content-Type=[application/json]}
2022-04-04T14:15:39.068Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:15:39.069Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b888ecec-68e0-4a12-9d2d-28382ba02591/model-vers/model-ver/e8b6d26d-bcb7-49f5-8dcd-a303386be074?depth=0|INFO|500||InvokeReturn
2022-04-04T14:15:39.069Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:15:39.069Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|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-04-04T14:15:39.073Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|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-04-04T14:15:39.073Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e0d627ca-7f9d-49be-a446-7d42d7dbcfb0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:15:39.073Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:15:39.073Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:39.075Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:39.075Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081739073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:15:39.176Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-04T14:15:39.178Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:39.178Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:39.189Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:39.190Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:15:40.085Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:15:40.085Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0dcf3583-d674-4fc2-990c-02b34b9dd94c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"421cf4a2-4c05-4360-8d09-3d6bca61d07c","serviceDescription":"service","serviceInvariantUUID":"857b5869-c2b8-42d6-ae86-55054f4089e9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"99157849-537e-42e0-9c1d-7e33e85a0b2d","resourceInvariantUUID":"5d51d3d7-2494-4a51-9362-0e86fe719a96","resourceCustomizationUUID":"5bdf52cb-a74b-4fb8-9bab-260ac0afa891","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":"M2VlNWI0NmI5ZDczOWY4N2YwMjA2MmM1ODY2YzBkOGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7116ca88-1e13-421c-b4ec-5ce5087333a0","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":"2b8a59f5-166c-47c1-83aa-47bedb0d5176","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":"329ac691-cd43-4c93-867c-fb59c0208bd8","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":"N2YxMmNiOTJmNjhmODc1MjhiZWIzN2FmNDIzOTU5YTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b4bee3b5-bdc5-4025-9fc8-58837f872b8d","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":"c1d71ad4-425b-4d27-a54a-8c5516885d03","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":"731057f1-63bb-4997-a029-e390a16d3e15","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":"cb954446-47ea-452c-bd72-0678c968f2a2","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":"NjU0NmEwYWJmOGJiNmY0ZjZlOTlmOTM2YzU2YTlmNTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de9e0ae8-c53d-4fc9-a863-041fdd48231f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjY2MTg4MzQ2MzFhZjMzYmI3YjA1MWU2Njg3N2MyNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2692da19-face-48d4-947f-4fe8228346f0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:15:40.085Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:40.086Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:40.087Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:40.087Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:40.188Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:40.189Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:40.189Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:40.199Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:40.200Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:15:41.088Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:41.089Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:41.091Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:41.091Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:41.191Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:41.193Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:41.193Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:41.204Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:41.204Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:42.092Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:42.092Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:42.094Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:42.094Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:42.194Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:42.196Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:42.196Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:42.205Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:42.206Z||pool-115-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:43.096Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:43.097Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:43.100Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:43.100Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:43.200Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:43.201Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:43.201Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:43.212Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:43.213Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:44.101Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:44.101Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:44.103Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:44.104Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:44.203Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:15:44.204Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:44.205Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:44.213Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:44.214Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:45.104Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:45.104Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:45.106Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:45.106Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:45.206Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:45.208Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:45.208Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:45.225Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:45.226Z||pool-118-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:46.107Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:46.107Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:46.109Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:46.110Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:46.210Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:46.210Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:46.211Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:46.222Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:46.222Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:47.110Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:47.111Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:47.113Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:47.113Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:47.214Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:47.215Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:47.216Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:47.226Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:47.227Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:48.114Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:15:48.115Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:48.117Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:48.117Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:15:48.217Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:48.218Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:48.218Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:48.230Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:48.230Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:49.118Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "421cf4a2-4c05-4360-8d09-3d6bca61d07c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "857b5869-c2b8-42d6-ae86-55054f4089e9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5bdf52cb-a74b-4fb8-9bab-260ac0afa891",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "99157849-537e-42e0-9c1d-7e33e85a0b2d",
      "resourceInvariantUUID": "5d51d3d7-2494-4a51-9362-0e86fe719a96",
      "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": "ZjY2MTg4MzQ2MzFhZjMzYmI3YjA1MWU2Njg3N2MyNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2692da19-face-48d4-947f-4fe8228346f0"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:15:49.118Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:15:49.119Z|e0d627ca-7f9d-49be-a446-7d42d7dbcfb0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 421cf4a2-4c05-4360-8d09-3d6bca61d07c ASDC
2022-04-04T14:15:49.119Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0dcf3583-d674-4fc2-990c-02b34b9dd94c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:421cf4a2-4c05-4360-8d09-3d6bca61d07c
ServiceInvariantUUID:857b5869-c2b8-42d6-ae86-55054f4089e9
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:2692da19-face-48d4-947f-4fe8228346f0
ArtifactChecksum:ZjY2MTg4MzQ2MzFhZjMzYmI3YjA1MWU2Njg3N2MyNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5bdf52cb-a74b-4fb8-9bab-260ac0afa891
ResourceInvariantUUID:5d51d3d7-2494-4a51-9362-0e86fe719a96
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:99157849-537e-42e0-9c1d-7e33e85a0b2d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-04T14:15:49.119Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 421cf4a2-4c05-4360-8d09-3d6bca61d07c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:15:49.146Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:15:49.147Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:15:49.147Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:15:49.147Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2692da19-face-48d4-947f-4fe8228346f0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-04T14:15:49.147Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:15:49.148Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-04T14:15:49.747Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:15:49.751Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2692da19-face-48d4-947f-4fe8228346f0 105667
2022-04-04T14:15:49.752Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-04T14:15:49.752Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-04T14:15:49.752Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:15:49.752Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:49.754Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:49.754Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081749752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:15:49.855Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:49.856Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:49.856Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:49.864Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:49.865Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:50.755Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:15:50.756Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:15:50.756Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2692da19-face-48d4-947f-4fe8228346f0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:50.756Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-04T14:15:50.757Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:50.757Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:50.855Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17766001519333317847/Definitions/service-TestPnfMacro-template.yml
2022-04-04T14:15:51.526Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:15:51.526Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:15:51.526Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.527Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-04T14:15:51.527Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.527Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.527Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.527Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.527Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.527Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.528Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.528Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:15:51.528Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.528Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.528Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-04T14:15:51.529Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:15:51.529Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:15:51.529Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.529Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.529Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-04T14:15:51.530Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:15:51.530Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:15:51.530Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.530Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.530Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.531Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.531Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.531Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.531Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.531Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.532Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.532Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.532Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:421cf4a2-4c05-4360-8d09-3d6bca61d07c
Model Version:NULL
Model InvariantUuid:857b5869-c2b8-42d6-ae86-55054f4089e9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:15:51.539Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 99157849-537e-42e0-9c1d-7e33e85a0b2d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:15:51.542Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-04-04T14:15:51.542Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 99157849-537e-42e0-9c1d-7e33e85a0b2d
2022-04-04T14:15:51.542Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 421cf4a2-4c05-4360-8d09-3d6bca61d07c
2022-04-04T14:15:51.542Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 421cf4a2-4c05-4360-8d09-3d6bca61d07c
2022-04-04T14:15:51.542Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 99157849-537e-42e0-9c1d-7e33e85a0b2d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:15:51.547Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@577d89b2, org.onap.sdc.toscaparser.api.parameters.Input@313ef941, org.onap.sdc.toscaparser.api.parameters.Input@7a1b088, org.onap.sdc.toscaparser.api.parameters.Input@475a11ff, org.onap.sdc.toscaparser.api.parameters.Input@7cd130bf]
2022-04-04T14:15:51.547Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.547Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.547Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 421cf4a2-4c05-4360-8d09-3d6bca61d07c: test-pnf
2022-04-04T14:15:51.548Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||Processing PNF resource: 99157849-537e-42e0-9c1d-7e33e85a0b2d
2022-04-04T14:15:51.548Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:15:51.548Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:15:51.548Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||Resource customization UUID: 5bdf52cb-a74b-4fb8-9bab-260ac0afa891 is the same as notified resource customizationUUID: 5bdf52cb-a74b-4fb8-9bab-260ac0afa891
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-04T14:15:51.577Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 99157849-537e-42e0-9c1d-7e33e85a0b2d 0 ASDC deployResourceStructure
2022-04-04T14:15:51.578Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-04T14:15:51.578Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-04T14:15:51.578Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:15:51.578Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:15:51.581Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:15:51.581Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081751578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:51.681Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:15:51.683Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:15:51.683Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:51.692Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:51.692Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:15:52.582Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0dcf3583-d674-4fc2-990c-02b34b9dd94c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:15:52.595Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0dcf3583-d674-4fc2-990c-02b34b9dd94c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:15:52.599Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:15:52.600Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:15:52.600Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:15:52.600Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:15:52.600Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:52.600Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:52.601Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:52.601Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:52.601Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:52.601Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:52.601Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:15:52.601Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|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-04-04T14:15:52.607Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:15:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:15:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:15:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:15:59.703Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:15:59.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081584174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081587246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081588646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081589783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:15:59.707Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081590896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081591899,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081592903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081593910,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d10b95a0-037f-48f2-9b01-6381e3a2f3ff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081625753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:15:59.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:59.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:15:59.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-04T14:15:59.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081637359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:15:59.714Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:22.607Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0dcf3583-d674-4fc2-990c-02b34b9dd94c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:16:22.613Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0dcf3583-d674-4fc2-990c-02b34b9dd94c and serviceModelVersionId: 421cf4a2-4c05-4360-8d09-3d6bca61d07c
2022-04-04T14:16:22.613Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 857b5869-c2b8-42d6-ae86-55054f4089e9
2022-04-04T14:16:22.614Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0
2022-04-04T14:16:22.621Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:16:22.668Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0|INFO|500||Invoke
2022-04-04T14:16:22.669Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0dcf3583-d674-4fc2-990c-02b34b9dd94c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2207844-c1b6-42c5-ab95-85a17fafe60c], X-ECOMP-RequestID=[0dcf3583-d674-4fc2-990c-02b34b9dd94c], X-TransactionId=[], X-ONAP-RequestID=[0dcf3583-d674-4fc2-990c-02b34b9dd94c], Content-Type=[application/merge-patch+json]}
2022-04-04T14:16:22.689Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-04T14:16:22.937Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?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/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220404-14:16:22:695-20034], vertex-id=[184352], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:16:22 GMT], Content-Type=[application/json]}
2022-04-04T14:16:22.937Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:16:22.939Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/857b5869-c2b8-42d6-ae86-55054f4089e9/model-vers/model-ver/421cf4a2-4c05-4360-8d09-3d6bca61d07c?depth=0|INFO|500||InvokeReturn
2022-04-04T14:16:22.940Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:16:22.940Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|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-04-04T14:16:22.946Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|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-04-04T14:16:22.947Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0dcf3583-d674-4fc2-990c-02b34b9dd94c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:16:22.948Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:16:22.948Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:22.951Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:22.951Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081782947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:16:23.051Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:23.052Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:23.053Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:23.065Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:23.066Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:16:23.960Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:16:23.961Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"34686f14-57fa-4c0b-8753-51664674443c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"bff1ae94-bb37-4b89-821a-bbb0c7a5158c","serviceDescription":"service","serviceInvariantUUID":"5a75a52f-e500-4237-9e93-5a2144c63095","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d2c42990-1458-47f5-8ff5-94c289679875","resourceInvariantUUID":"00ce5f39-cb53-4bc9-a41f-3b23e5db6ebf","resourceCustomizationUUID":"e7954b8b-957b-4bb3-b6c3-e32f17024753","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":"YTBiYzBiYmI0NWVjOGEzYzk5OTkxNWU5MGY5YjFmMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46b3881e-e454-49f7-997a-56ecfdd17dc0","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":"YTk5ZjVlYjc5MGU4Mzg0MGFkZWNjM2M0OWYzNTE0YWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b680046f-9842-4597-affe-348ae7afe7a0","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":"1a8840fb-ede8-4418-9bd2-49b3b683605f","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":"d670b334-9b7d-49c3-896b-d81e28f45030","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":"51de0c67-d659-4059-b310-40d7d3272906","artifactVersion":"2","generatedFromUUID":"1a8840fb-ede8-4418-9bd2-49b3b683605f"},{"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":"OTk0OGI0Y2I0NGYyYTI0NTdmOGIwNDYzYWE2NjMwZTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"aff1d045-8a1f-4f1c-9fc5-46cc0dc4b25e","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":"ZTJkZTkwYWRmMTJlZDVjOWRhNWY3NjY1MjA5Y2QyODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f996e93-9fdc-4c0b-ba76-dd356079c719","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWFkZTMxMjhhYzIyMzk3NmM5YzVlNjU4OTczNGY1NWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"459632cc-d454-44e8-8b44-ecaac2781a38","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-04T14:16:23.961Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:23.961Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:23.963Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:23.964Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:16:24.064Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:24.065Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:24.065Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:24.077Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:24.077Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:24.964Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:24.965Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:24.967Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:24.967Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:16:25.067Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:25.068Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:25.068Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:25.077Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:25.077Z||pool-126-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:16:25.968Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:25.969Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:25.971Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:25.971Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:16:26.071Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:26.072Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:26.072Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:26.081Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:26.081Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:16:26.972Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:26.972Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:26.974Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:26.974Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:16:27.074Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:27.075Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:27.075Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:27.086Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:27.087Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:27.974Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:27.975Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:27.976Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:27.976Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-04T14:16:28.081Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-04T14:16:28.082Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:28.082Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:28.095Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:28.096Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:28.977Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:28.977Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:28.979Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:28.979Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:16:29.080Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:29.081Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:29.081Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:29.090Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:29.090Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:29.980Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:29.980Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:29.983Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:29.983Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:16:30.083Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:30.084Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:30.084Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:30.093Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:30.093Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:30.985Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-04T14:16:30.985Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:30.987Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:30.987Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:16:31.087Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:31.089Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:31.089Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:31.101Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:31.102Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:31.988Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bff1ae94-bb37-4b89-821a-bbb0c7a5158c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5a75a52f-e500-4237-9e93-5a2144c63095",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "e7954b8b-957b-4bb3-b6c3-e32f17024753",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d2c42990-1458-47f5-8ff5-94c289679875",
      "resourceInvariantUUID": "00ce5f39-cb53-4bc9-a41f-3b23e5db6ebf",
      "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": "YTk5ZjVlYjc5MGU4Mzg0MGFkZWNjM2M0OWYzNTE0YWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b680046f-9842-4597-affe-348ae7afe7a0",
          "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": "1a8840fb-ede8-4418-9bd2-49b3b683605f",
          "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": "51de0c67-d659-4059-b310-40d7d3272906",
            "generatedFromUUID": "1a8840fb-ede8-4418-9bd2-49b3b683605f"
          },
          "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": "51de0c67-d659-4059-b310-40d7d3272906",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWFkZTMxMjhhYzIyMzk3NmM5YzVlNjU4OTczNGY1NWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "459632cc-d454-44e8-8b44-ecaac2781a38"
    }
  ],
  "workloadContext": "Production"
}
2022-04-04T14:16:31.988Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-04T14:16:31.988Z|0dcf3583-d674-4fc2-990c-02b34b9dd94c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bff1ae94-bb37-4b89-821a-bbb0c7a5158c ASDC
2022-04-04T14:16:31.989Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:34686f14-57fa-4c0b-8753-51664674443c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:bff1ae94-bb37-4b89-821a-bbb0c7a5158c
ServiceInvariantUUID:5a75a52f-e500-4237-9e93-5a2144c63095
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:459632cc-d454-44e8-8b44-ecaac2781a38
ArtifactChecksum:ZWFkZTMxMjhhYzIyMzk3NmM5YzVlNjU4OTczNGY1NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:e7954b8b-957b-4bb3-b6c3-e32f17024753
ResourceInvariantUUID:00ce5f39-cb53-4bc9-a41f-3b23e5db6ebf
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d2c42990-1458-47f5-8ff5-94c289679875
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:b680046f-9842-4597-affe-348ae7afe7a0
ArtifactChecksum:YTk5ZjVlYjc5MGU4Mzg0MGFkZWNjM2M0OWYzNTE0YWM=
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:1a8840fb-ede8-4418-9bd2-49b3b683605f
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:51de0c67-d659-4059-b310-40d7d3272906
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:51de0c67-d659-4059-b310-40d7d3272906
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-04T14:16:31.989Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bff1ae94-bb37-4b89-821a-bbb0c7a5158c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:16:32.023Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:16:32.024Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:16:32.024Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:16:32.025Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 459632cc-d454-44e8-8b44-ecaac2781a38 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-04T14:16:32.025Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:16:32.025Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-04T14:16:33.043Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:16:33.047Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 459632cc-d454-44e8-8b44-ecaac2781a38 78811
2022-04-04T14:16:33.047Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-04T14:16:33.047Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-04T14:16:33.047Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:16:33.047Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:33.049Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:33.049Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081793047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:33.150Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:33.150Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:33.151Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:33.161Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:33.162Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:34.050Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-04T14:16:34.051Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-04T14:16:34.051Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 459632cc-d454-44e8-8b44-ecaac2781a38, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:34.052Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-04T14:16:34.052Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:34.052Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:34.161Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16357700490974369548/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-04T14:16:35.210Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|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-BasicVmMacro-csar.csar
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|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-BasicVmMacro-csar.csar
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|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-BasicVmMacro-csar.csar
2022-04-04T14:16:35.211Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|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-BasicVmMacro-csar.csar
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|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-BasicVmMacro-csar.csar
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:16:35.212Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:35.213Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:16:35.214Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.215Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:35.215Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:16:35.215Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.215Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:35.215Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:16:35.215Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.215Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:35.216Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:16:35.216Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.216Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-04T14:16:35.216Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-04T14:16:35.216Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-04T14:16:35.216Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3d054e2-9c7d-496e-a9be-99ca9ac6ecfe
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:35.217Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:35.218Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:bff1ae94-bb37-4b89-821a-bbb0c7a5158c
Model Version:NULL
Model InvariantUuid:5a75a52f-e500-4237-9e93-5a2144c63095
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:2018d598-fa61-4e9f-82e5-68838e537052
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:00ce5f39-cb53-4bc9-a41f-3b23e5db6ebf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e7954b8b-957b-4bb3-b6c3-e32f17024753
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:611465d8-ba48-4192-8920-ff89ad1f8d61
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e2946549-3622-4de2-8c2a-b14b21b10156
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3d054e2-9c7d-496e-a9be-99ca9ac6ecfe
ModelInvariantUuid:6b3c211c-4abc-4f30-b41a-57ba20bad420
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5115f0e7-45a5-4d50-885c-ada5b5e880d0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b2270436-0f2c-467f-b883-9320dd97d8ed
ModelInvariantUuid:a433a9f9-5d14-4afb-a74d-4c6ff1e1c638
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:610b0570-5185-450b-a723-08f8edf46924
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-04T14:16:35.222Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d2c42990-1458-47f5-8ff5-94c289679875
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:16:35.224Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-04-04T14:16:35.224Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d2c42990-1458-47f5-8ff5-94c289679875
2022-04-04T14:16:35.224Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b680046f-9842-4597-affe-348ae7afe7a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-04T14:16:35.224Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:16:35.224Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-04T14:16:35.447Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:16:35.448Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json b680046f-9842-4597-affe-348ae7afe7a0 792
2022-04-04T14:16:35.448Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-04T14:16:35.448Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-04T14:16:35.448Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:16:35.448Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:35.450Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:35.450Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081795448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:35.551Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:35.552Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:35.553Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:35.561Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:35.562Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:16:36.451Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "611465d8-ba48-4192-8920-ff89ad1f8d61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2946549-3622-4de2-8c2a-b14b21b10156",
    "vfModuleModelCustomizationUUID": "1b14a43e-4cf8-4d26-8171-5c1de90e1ce5",
    "isBase": true,
    "artifacts": [
      "1a8840fb-ede8-4418-9bd2-49b3b683605f",
      "51de0c67-d659-4059-b310-40d7d3272906"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:16:36.454Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2946549-3622-4de2-8c2a-b14b21b10156
VfModuleModelInvariantUUID:611465d8-ba48-4192-8920-ff89ad1f8d61
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a8840fb-ede8-4418-9bd2-49b3b683605f
,
51de0c67-d659-4059-b310-40d7d3272906

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

isBase:true


}

2022-04-04T14:16:36.456Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "611465d8-ba48-4192-8920-ff89ad1f8d61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e2946549-3622-4de2-8c2a-b14b21b10156",
    "vfModuleModelCustomizationUUID": "1b14a43e-4cf8-4d26-8171-5c1de90e1ce5",
    "isBase": true,
    "artifacts": [
      "1a8840fb-ede8-4418-9bd2-49b3b683605f",
      "51de0c67-d659-4059-b310-40d7d3272906"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-04T14:16:36.456Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e2946549-3622-4de2-8c2a-b14b21b10156
VfModuleModelInvariantUUID:611465d8-ba48-4192-8920-ff89ad1f8d61
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a8840fb-ede8-4418-9bd2-49b3b683605f
,
51de0c67-d659-4059-b310-40d7d3272906

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

isBase:true


}

2022-04-04T14:16:36.456Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a8840fb-ede8-4418-9bd2-49b3b683605f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-04T14:16:36.456Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:16:36.456Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-04T14:16:36.858Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:16:36.859Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 1a8840fb-ede8-4418-9bd2-49b3b683605f 5033
2022-04-04T14:16:36.859Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-04T14:16:36.859Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-04T14:16:36.859Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:16:36.859Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:36.861Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:36.861Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081796859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:36.961Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:36.962Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:36.963Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:36.977Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:36.978Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:37.862Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51de0c67-d659-4059-b310-40d7d3272906 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-04T14:16:37.862Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-04T14:16:37.862Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-04T14:16:38.269Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-04T14:16:38.269Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 51de0c67-d659-4059-b310-40d7d3272906 903
2022-04-04T14:16:38.270Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-04T14:16:38.270Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-04T14:16:38.270Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-04T14:16:38.270Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:38.272Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:38.272Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081798270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:38.372Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:38.373Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:38.373Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:38.384Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:38.384Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:39.273Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bff1ae94-bb37-4b89-821a-bbb0c7a5158c
2022-04-04T14:16:39.273Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d2c42990-1458-47f5-8ff5-94c289679875 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:16:39.287Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74b4ea15, org.onap.sdc.toscaparser.api.parameters.Input@365328da, org.onap.sdc.toscaparser.api.parameters.Input@604f45ed, org.onap.sdc.toscaparser.api.parameters.Input@38eaae5b, org.onap.sdc.toscaparser.api.parameters.Input@6bdd1f11]
2022-04-04T14:16:39.288Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.288Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.289Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-04T14:16:39.289Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e7954b8b-957b-4bb3-b6c3-e32f17024753
2022-04-04T14:16:39.289Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e7954b8b-957b-4bb3-b6c3-e32f17024753 matches Tosca VF Customization UUID: e7954b8b-957b-4bb3-b6c3-e32f17024753
2022-04-04T14:16:39.289Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e7954b8b-957b-4bb3-b6c3-e32f17024753  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-04T14:16:39.291Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.291Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.291Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e7954b8b-957b-4bb3-b6c3-e32f17024753: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-04T14:16:39.291Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33e85fea
2022-04-04T14:16:39.292Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.292Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-04T14:16:39.292Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b14a43e-4cf8-4d26-8171-5c1de90e1ce5
2022-04-04T14:16:39.292Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b14a43e-4cf8-4d26-8171-5c1de90e1ce5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-04T14:16:39.294Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.294Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:39.294Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:16:39.294Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.294Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:39.295Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:16:39.295Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.295Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-04T14:16:39.295Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-04T14:16:39.295Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-04T14:16:39.295Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3d054e2-9c7d-496e-a9be-99ca9ac6ecfe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-04T14:16:39.297Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.298Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:39.298Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-04T14:16:39.298Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.298Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-04T14:16:39.299Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e7954b8b-957b-4bb3-b6c3-e32f17024753
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-04T14:16:39.301Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.302Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.302Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bff1ae94-bb37-4b89-821a-bbb0c7a5158c: basic_vm_macro
2022-04-04T14:16:39.302Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.302Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.302Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.302Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.303Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.303Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.303Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.303Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.303Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-04T14:16:39.303Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-04T14:16:39.304Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-04T14:16:39.375Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d2c42990-1458-47f5-8ff5-94c289679875 1 ASDC deployResourceStructure
2022-04-04T14:16:39.375Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-04T14:16:39.375Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-04T14:16:39.376Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:16:39.376Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:39.378Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:39.378Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081799375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:39.478Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:39.479Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:39.479Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:39.487Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:39.488Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:40.379Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-04T14:16:40.379Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-04T14:16:40.379Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:16:40.380Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:40.382Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:40.383Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081800379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:40.482Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-04T14:16:40.483Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:40.483Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:40.491Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:40.492Z||pool-138-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:41.384Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-04T14:16:41.384Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-04T14:16:41.384Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:16:41.384Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:41.386Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:41.386Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081801384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:41.487Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:16:41.488Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:41.488Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:41.500Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:41.501Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-04T14:16:42.387Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-04T14:16:42.387Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-04T14:16:42.387Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-04T14:16:42.388Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:16:42.389Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:16:42.389Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081802387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:42.501Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-04-04T14:16:42.502Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:16:42.502Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:42.512Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:42.512Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-04T14:16:43.390Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 34686f14-57fa-4c0b-8753-51664674443c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:16:43.399Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 34686f14-57fa-4c0b-8753-51664674443c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-04T14:16:43.401Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-04T14:16:43.401Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-04T14:16:43.402Z|34686f14-57fa-4c0b-8753-51664674443c|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-04-04T14:16:43.407Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-04T14:16:59.685Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:16:59.686Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:16:59.687Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:16:59.704Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:16:59.705Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.706Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081639943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.707Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.707Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.707Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081641152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.708Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.708Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.708Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081642464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.708Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.708Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.709Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081643749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.709Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.709Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.709Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081644960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.709Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.709Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.710Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081646023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:59.710Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.710Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.710Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081647025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:59.710Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.710Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.711Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081648030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:16:59.711Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.711Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.711Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081649040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:59.711Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.711Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.712Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081650044,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:16:59.712Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.712Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.712Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081651049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:16:59.712Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6ab8d974-c47d-4a44-9b4f-14b515bee1e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081682774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.713Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-04T14:16:59.714Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.714Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.714Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-04T14:16:59.714Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.714Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.714Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:16:59.715Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.715Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.715Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:16:59.715Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.715Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.715Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:16:59.715Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.716Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.716Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-04T14:16:59.716Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.716Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.716Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081693848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.717Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.718Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081696243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.718Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.718Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.718Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081697370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.718Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:16:59.718Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:16:59.719Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081698425,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:16:59.719Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:13.407Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 34686f14-57fa-4c0b-8753-51664674443c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-04T14:17:13.414Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 34686f14-57fa-4c0b-8753-51664674443c and serviceModelVersionId: bff1ae94-bb37-4b89-821a-bbb0c7a5158c
2022-04-04T14:17:13.414Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a75a52f-e500-4237-9e93-5a2144c63095
2022-04-04T14:17:13.415Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0
2022-04-04T14:17:13.418Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-04T14:17:13.455Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0|INFO|500||Invoke
2022-04-04T14:17:13.456Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[34686f14-57fa-4c0b-8753-51664674443c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[229a9ba8-6457-4f43-8a51-459944403ffb], X-ECOMP-RequestID=[34686f14-57fa-4c0b-8753-51664674443c], X-TransactionId=[], X-ONAP-RequestID=[34686f14-57fa-4c0b-8753-51664674443c], Content-Type=[application/merge-patch+json]}
2022-04-04T14:17:13.474Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-04T14:17:14.132Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?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/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220404-14:17:13:481-57183], vertex-id=[295144], Content-Length=[0], Date=[Mon, 04 Apr 2022 14:17:13 GMT], Content-Type=[application/json]}
2022-04-04T14:17:14.133Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-04T14:17:14.134Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a75a52f-e500-4237-9e93-5a2144c63095/model-vers/model-ver/bff1ae94-bb37-4b89-821a-bbb0c7a5158c?depth=0|INFO|500||InvokeReturn
2022-04-04T14:17:14.136Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-04T14:17:14.136Z|34686f14-57fa-4c0b-8753-51664674443c|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-04-04T14:17:14.141Z|34686f14-57fa-4c0b-8753-51664674443c|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-04-04T14:17:14.142Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 34686f14-57fa-4c0b-8753-51664674443c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-04T14:17:14.142Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-04T14:17:14.142Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-04T14:17:14.144Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-04T14:17:14.144Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081834142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:17:14.244Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-04T14:17:14.245Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-04T14:17:14.245Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 298WJWhKEIhs5yM1) ...
2022-04-04T14:17:14.255Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:17:14.256Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-04T14:17:15.155Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:17:15.156Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:17:15.156Z|34686f14-57fa-4c0b-8753-51664674443c|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:17:25.409Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:17:25.410Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:17:25.411Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:17:25.411Z|34686f14-57fa-4c0b-8753-51664674443c|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:17:34.946Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:17:34.947Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:17:34.947Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:17:34.947Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:17:44.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:17:44.491Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:17:44.492Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:17:44.492Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:17:54.030Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:17:54.035Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:17:54.039Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:17:54.039Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:17:59.686Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:17:59.688Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:17:59.689Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:17:59.712Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:17:59.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081699745,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:17:59.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081700954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:17:59.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081702055,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081703059,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081704062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081705065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081706068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081707072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e0d627ca-7f9d-49be-a446-7d42d7dbcfb0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081739073,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:17:59.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:17:59.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081749752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:17:59.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:17:59.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-04T14:17:59.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081751578,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:17:59.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:03.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:18:03.571Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:18:03.572Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:18:03.572Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:18:13.108Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:18:13.109Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:18:13.110Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:18:13.110Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:18:22.644Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:18:22.645Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:18:22.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:18:22.645Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:18:32.181Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:18:32.182Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:18:32.182Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:18:32.183Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:18:41.720Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:18:41.721Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:18:41.721Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:18:41.721Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:18:51.259Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:18:51.260Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:18:51.261Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:18:51.261Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:18:59.686Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:18:59.688Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:18:59.688Z|34686f14-57fa-4c0b-8753-51664674443c|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:18:59.712Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:18:59.712Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.712Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0dcf3583-d674-4fc2-990c-02b34b9dd94c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081782947,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:18:59.713Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.713Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.713Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:18:59.714Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.714Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.714Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-04T14:18:59.714Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.714Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.714Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-04T14:18:59.714Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.715Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.715Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:18:59.715Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.715Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.715Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-04T14:18:59.715Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.715Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081378289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.716Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081793047,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081795448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081796859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081798270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.717Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081799375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081800379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081801384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:18:59.718Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-04T14:18:59.719Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081802387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-04T14:18:59.719Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:19:00.789Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:19:00.789Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:19:00.790Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:19:00.790Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:19:10.317Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:19:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:19:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:19:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:19:59.685Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:19:59.686Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:19:59.686Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:20:00.203Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:20:00.204Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-04T14:20:00.204Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "34686f14-57fa-4c0b-8753-51664674443c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649081834142,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-04T14:20:00.205Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-04T14:20:09.246Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:20:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:20:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:20:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:20:59.685Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:20:59.686Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:20:59.686Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:21:09.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:21:09.221Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:21:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:21:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:21:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:21:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:21:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:21:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:22:09.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:22:09.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:22:59.684Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:22:59.685Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:22:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:22:59.685Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:22:59.685Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:22:59.686Z|34686f14-57fa-4c0b-8753-51664674443c|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:23:09.231Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:23:09.235Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:23:59.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:23:59.685Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:23:59.687Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:23:59.687Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:23:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:23:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:24:09.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:24:09.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:24:59.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:24:59.684Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:24:59.684Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:24:59.685Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:24:59.686Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:24:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:25:09.219Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:25:09.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:25:59.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:25:59.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:25:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:25:59.685Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:25:59.686Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:25:59.686Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:26:09.224Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:26:09.225Z|5f37ba3b-cd38-411f-8eb7-3024085b2281|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:26:59.684Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:26:59.685Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:26:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:26:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:26:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:26:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:27:09.231Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:27:09.231Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:27:59.684Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:27:59.684Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:27:59.684Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:27:59.686Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:27:59.686Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:27:59.687Z|34686f14-57fa-4c0b-8753-51664674443c|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:28:09.223Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:28:09.223Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:28:59.684Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:28:59.684Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:28:59.685Z|34686f14-57fa-4c0b-8753-51664674443c|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:28:59.686Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:28:59.687Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:28:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:29:09.222Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:29:09.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:29:59.684Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:29:59.684Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:29:59.684Z|34686f14-57fa-4c0b-8753-51664674443c|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:29:59.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:29:59.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:29:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:30:09.231Z|34686f14-57fa-4c0b-8753-51664674443c|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:30:09.231Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:30:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:30:59.685Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:30:59.686Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:30:59.686Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:30:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:30:59.687Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:31:09.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:31:09.239Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:31:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:31:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:31:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:31:59.685Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:31:59.686Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:31:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:32:09.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:32:09.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:32:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:32:59.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:32:59.684Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:32:59.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:32:59.686Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:32:59.686Z|657c7457-0504-49d6-89d8-3e44f9df74e7|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:33:09.222Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:33:09.225Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:33:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:33:59.684Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:33:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:33:59.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:33:59.685Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:33:59.686Z|657c7457-0504-49d6-89d8-3e44f9df74e7|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 298WJWhKEIhs5yM1) ...
2022-04-04T14:34:09.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:34:09.227Z|657c7457-0504-49d6-89d8-3e44f9df74e7|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:34:59.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:34:59.685Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:34:59.685Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:34:59.685Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-04T14:34:59.686Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-04T14:34:59.686Z||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 298WJWhKEIhs5yM1) ...
2022-04-04T14:35:09.224Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-04T14:35:09.229Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK